summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release note edits.4.0/make-zoneinfo-default-timezone-implementation-squashedCarlton Gibson2021-09-162-21/+23
* Docs tweakCarlton Gibson2021-09-151-1/+1
* Removed unneeded noqa.Carlton Gibson2021-09-151-1/+1
* Renamed is_dst deprecation sentinel.Carlton Gibson2021-09-153-7/+7
* !fixup f3b06db3954bd3a9d452e1eeb4b4862504a98c48Carlton Gibson2021-09-151-11/+0
* Used datetime.timezone.utc as UTC constant.Carlton Gibson2021-09-155-35/+41
* Adjusted _is_pytz_zone()Carlton Gibson2021-09-151-6/+25
* Review edits.Carlton Gibson2021-09-153-5/+15
* Review edits.Carlton Gibson2021-09-157-25/+55
* Correct naming of test decorator.Carlton Gibson2021-09-152-10/+10
* Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson2021-09-1526-257/+547
* Fixed #33012 -- Added Redis cache backend.Daniyal2021-09-148-10/+398
* Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz2021-09-1448-141/+328
* Fixed #33104 -- Fixed wrapping of long words in admin readonly fields.Aakash Singh2021-09-131-0/+1
* Made CSRF JavaScript example more reusable.sdwoodbury2021-09-131-5/+6
* Fixed #33099 -- Improved performance of import_string().yujin2021-09-101-3/+9
* Clarified type of Window()'s partition_by and order_by arguments.David Sanders2021-09-101-5/+6
* Refs #31055 -- Doc'd 'databases' argument of check functions.Adam Johnson2021-09-101-2/+8
* Fixed #31867 -- Made TabularInline handling of hidden fields with view-only p...antoinehumbert2021-09-106-20/+184
* Fixed #33096 -- Fixed <form> nesting in technical 500 template.Jan Schär2021-09-102-2/+18
* Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit...Hasan Ramezani2021-09-096-45/+34
* Fixed #32219 -- Made InlineModelAdmin.verbose_name_plural fallback to its ver...Siburg2021-09-084-6/+67
* Refs #32219 -- Added admin model inline tests for verbose names.Siburg2021-09-082-5/+131
* Fixed #30086, Refs #32873 -- Made floatformat template filter independent of ...Mariusz Felisiak2021-09-085-21/+79
* Fixed #32076 -- Added async methods to BaseCache.Andrew-Chen-Wang2021-09-074-1/+312
* Fixed #33060 -- Added BaseCache.make_and_validate_key() hook.Nick Pope2021-09-076-84/+49
* Refs #33060 -- Ensured cache backends validate keys.Nick Pope2021-09-072-6/+22
* Refs #33060 -- Added memcached test for make_key() making keys invalid.Mariusz Felisiak2021-09-071-0/+9
* Refs #32363 -- Made shell ignore a missing sys.___interactivehook__.Peter Inglesby2021-09-061-6/+14
* Refs #32508 -- Raised TypeError/ValueError instead of using "assert" in encod...Mateo Radman2021-09-062-4/+39
* Fixed typo in docs/topics/i18n/formatting.txt.Jacob Walls2021-09-041-1/+1
* Fixed #33067 -- Improved templatetag docs.Muhammad Hammad2021-09-031-3/+7
* Refs #33060 -- Added .make_key() in .touch() for dummy cache backend.Nick Pope2021-09-031-0/+1
* Fixed #32975 -- Fixed admin system check for inlines with foreign keys to pro...taulant2021-09-032-5/+44
* Refs #31907 -- Fixed incorrect argument for delete_many() in cache tests.Nick Pope2021-09-021-3/+3
* Refs #33012 -- Moved PickleSerializer to django.core.serializers.base and add...Daniyal Abbasi2021-09-023-18/+37
* Fixed #33082 -- Fixed CommandTests.test_subparser_invalid_option on Python 3....Mariusz Felisiak2021-09-021-4/+1
* Fixed #33079 -- Fixed get_image_dimensions() on nonexistent images.Stefanos I. Tsaklidis2021-09-022-1/+8
* Fixed #33044 -- Reallowed editable install into user site directory.Carlton Gibson2021-09-011-0/+5
* Fixed #33073 -- Fixed queryset crash with aggregation and empty/extra queryse...David Wobrock2021-09-012-1/+15
* Fixed #33080 -- Preserved nullability of textual fields on Oracle.Mariusz Felisiak2021-09-012-2/+25
* Fixed typo in tests/schema/tests.py docstrings.Mariusz Felisiak2021-09-011-2/+2
* Fixed #32768 -- Added Vary header when redirecting to prefixed i18n pattern.Alex Hayward2021-09-012-2/+11
* Fixed #32309 -- Added --exclude option to startapp/startproject management co...sage2021-09-014-1/+100
* Refs #32309 -- Added test for excluding hidden directories in startproject co...sage2021-09-012-0/+19
* Added stub release notes for Django 3.2.8.Mariusz Felisiak2021-09-012-0/+13
* Added release date for 3.2.7.Mariusz Felisiak2021-09-011-2/+2
* Fixed #33057 -- Fixed recreation of foreign key constraints in m2m tables whe...Mariusz Felisiak2021-08-312-1/+36
* Fixed #25264 -- Allowed suppressing base command options in --help output.Jan Szoja2021-08-316-12/+105
* Refs #25264 -- Added test for command --help output with default options and ...Jan Szoja2021-08-311-0/+25