summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Deprecation of is_dst params.make-zoneinfo-default-timezone-implementationCarlton Gibson2021-09-098-89/+129
* Added various ignore_warnings.Carlton Gibson2021-09-093-4/+8
* !fixup 4fd6620a9c49a3fede0d5eb6d565f228492c89cfCarlton Gibson2021-09-097-35/+49
* WIP Update docs.Carlton Gibson2021-09-083-55/+73
* Refs #32365 -- Updated install_requires and made pytz imports optional.Carlton Gibson2021-08-1810-79/+136
* Refs #32365 -- Made connection.timezone use ZoneInfo by default.Carlton Gibson2021-08-183-7/+33
* Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson2021-08-185-7/+114
* Refs #29898 -- Changed ProjectState.real_apps to set.Mariusz Felisiak2021-08-116-11/+13
* Refs #29205 -- Added MultiValueField test for rendering of optional subfields.David Smith2021-08-101-3/+37
* Fixed #32993 -- Added AutocompleteJsonView.serialize_result() to allow custom...Mart Sõmermaa2021-08-103-3/+35
* Removed unnecessary WhereNode.is_summary.Mariusz Felisiak2021-08-091-4/+0
* Fixed #33002 -- Made DebugLexer.tokenize() more closely parallel Lexer.tokeni...Chris Jerdonek2021-08-091-13/+21
* Refs #33002 -- Renamed variable from bit to token_string in Lexer.tokenize().Chris Jerdonek2021-08-091-4/+4
* Refs #33002 -- Optimized Lexer.tokenize() by skipping computing lineno when n...Chris Jerdonek2021-08-091-1/+1
* Refs #33002 -- Added DebugLexer/Lexer.tokenize() test for trailing text token.Mariusz Felisiak2021-08-091-0/+2
* Refs #33002 -- Made template_tests.tests.py's tests test both Lexer and Debug...Chris Jerdonek2021-08-091-32/+45
* Fixed #33003 -- Removed **kwargs from QuerySet._chain().Keryn Knight2021-08-091-6/+5
* Removed redundant definition of UserModel in ModelBackend.with_perm().Premkumar Chalmeti2021-08-091-1/+0
* Fixed #32990 -- Simplified and optimized tag regex.Greg Twohig2021-08-092-6/+5
* Refs #32990 -- Added tests for DebugLexer/Lexer.tokenize().Greg Twohig2021-08-091-0/+40
* Fixed some broken links and redirects in docs.Jacob Walls2021-08-095-5/+5
* Refs #32956 -- Corrected spelling of daylight saving time.David Smith2021-08-064-7/+7
* Fixed typo in regex for IPv6 literals in EmailValidator.qimingmafan2021-08-061-1/+1
* Refs #22123 -- Added more URLValidator test for invalid IPv6 literals.Mariusz Felisiak2021-08-061-0/+3
* Fixed #32983 -- Added system check for redundant related_name on symmetrical ...Nick Touran2021-08-063-0/+26
* Refs #32983 -- Removed unneeded related_name from test model definitions.Nick Touran2021-08-062-5/+3
* Fixed #27590 -- Allowed customizing a manifest file storage in ManifestFilesM...Jarosław Wygoda2021-08-055-6/+85
* Refs #32986 -- Moved TRANSLATOR_COMMENT_MARK to django.utils.translation.temp...Chris Jerdonek2021-08-053-2/+6
* Fixed #32986 -- Removed unneeded str.find() call in Lexer.create_token().Chris Jerdonek2021-08-051-3/+1
* Fixed #32988 -- Prevented creation of more test databases than TestCases.Mariusz Felisiak2021-08-052-0/+23
* Fixed #29205 -- Corrected rendering of required attributes for MultiValueFiel...Jacob Walls2021-08-042-2/+34
* Fixed #32855 -- Corrected BoundWidget.id_for_label() with custom auto_id.Jacob Rief2021-08-042-2/+18
* Fixed #29063 -- Fixed migrate crash when specifying a name of partially appli...Jacob Walls2021-08-042-1/+38
* Fixed typos in migrations tests, comments, and error message.Jacob Walls2021-08-043-4/+7
* Used assertRaisesMessage() to test MigrationLoader.get_migration_by_prefix()'...Mariusz Felisiak2021-08-041-2/+4
* Refs #32074 -- Fixed CommandTests.test_subparser_invalid_option on Python 3.10+.Michał Górny2021-08-041-1/+4
* Fixed #32984 -- Allowed customizing a deletion field widget in formsets.Ties Jan Hefting2021-08-034-2/+93
* Fixed typos in tests/forms_tests/tests/test_formsets.py.Ties Jan Hefting2021-08-031-3/+3
* Fixed #31621 -- Added support for '--parallel auto' to test management command.Adam Johnson2021-08-035-22/+67
* Refs #31621 -- Added more tests for test --parallel option.Adam Johnson2021-08-031-0/+35
* Refs #32800 -- Added tests of more CSRF functions.Chris Jerdonek2021-08-031-2/+72
* Refs #32800 -- Renamed _compare_masked_tokens() to _does_token_match().Chris Jerdonek2021-08-034-8/+8
* Updated BaseDatabaseFeatures link in testing tools docs.Lauri Tirkkonen2021-08-021-3/+4
* Fixed #32919 -- Optimized lexing & parsing of templates.Keryn Knight2021-08-025-11/+30
* Added test for TemplateSyntaxError when variables begin with underscores.Mariusz Felisiak2021-08-021-5/+6
* Simplified serializing HTTP response headers.Illia Volochii2021-08-021-7/+3
* Added stub release notes for Django 3.2.7.Carlton Gibson2021-08-022-0/+13
* Clarified URL patterns in tutorial 3.ilu_vatar_2021-08-021-2/+3
* Refs #32956 -- Corrected spelling of "gray".David Smith2021-08-024-5/+5
* Refs #32956 -- Corrected usage of "insure" and "assure".David Smith2021-08-023-8/+3