summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [4.0.x] Bumped version for 4.0 alpha 1 release.4.0a1Mariusz Felisiak2021-09-212-2/+2
* [4.0.x] Fixed #33083 -- Fixed selecting all items in the admin changelist whe...Carlton Gibson2021-09-214-8/+22
* [4.0.x] Updated source translation catalogs.Mariusz Felisiak2021-09-213-340/+354
* [4.0.x] Fixed #33111 -- Fixed passing object to ModelAdmin.get_inlines() when...Hasan Ramezani2021-09-214-5/+43
* [4.0.x] Refs #32204 -- Replaced three dots with ellipsis in navigation sideba...Mariusz Felisiak2021-09-211-1/+1
* [4.0.x] Refs #31026 -- Fixed forms_tests if Jinja2 is not installed.Mariusz Felisiak2021-09-215-35/+45
* [4.0.x] Fixed broken links and redirects in docs.Mariusz Felisiak2021-09-214-4/+4
* [4.0.x] Used :rfc: role in docs/topics/conditional-view-processing.txt.Mariusz Felisiak2021-09-211-9/+8
* [4.0.x] Fixed #33070 -- Fixed loading translations with language subtags in a...Cleiton Lima2021-09-212-3/+5
* [4.0.x] Bumped django_next_version in docs config.Mariusz Felisiak2021-09-201-1/+1
* Updated man page for Django 4.0 alpha.Mariusz Felisiak2021-09-201-35/+76
* Made cosmetic edits to docs/releases/4.0.txt.Mariusz Felisiak2021-09-201-16/+16
* Removed empty sections from 4.0 release notes.Mariusz Felisiak2021-09-201-95/+0
* Fixed #31026 -- Switched form rendering to template engine.David Smith2021-09-2056-330/+1048
* Refs #27624 -- Optimized Query.clone() for non-combined queries.Keryn Knight2021-09-201-1/+4
* Refs #33119 -- Added tests for changing model name case referenced by ManyToM...AliGhotbizadeh2021-09-201-0/+13
* Fixed #32970 -- Changed WhereNode.clone() to create a shallow copy of children.Keryn Knight2021-09-201-6/+3
* Fixed #32504 -- Updated admin's jQuery to 3.6.0.Mariusz Felisiak2021-09-205-113/+128
* Fixed #33077 -- Fixed links to related models for admin's readonly fields in ...Ken Whitesell2021-09-184-6/+19
* Fixed typo in docs/intro/reusable-apps.txt.Steven Maude2021-09-171-1/+1
* Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...Nikita Marchant2021-09-1710-9/+148
* Refs #31026 -- Added extra form render tests.David Smith2021-09-171-0/+36
* Refs #31026 -- Moved Template tests to separate class.David Smith2021-09-171-234/+343
* Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin.Giannis Adamopoulos2021-09-1714-98/+284
* Corrected outputs and made cosmetic edits in GeoDjango tutorial.Mariusz Felisiak2021-09-171-15/+20
* Refs #27624 -- Changed Query.explain_info to namedtuple.Adam Johnson2021-09-172-10/+9
* Optimized Query.clone() a bit.Adam Johnson2021-09-171-9/+3
* Refs #32074 -- Fixed find_module()/find_loader() warnings on Python 3.10+.Mariusz Felisiak2021-09-161-18/+25
* Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson2021-09-1627-282/+637
* Doc'd Jinja2 form renderer.David Smith2021-09-161-1/+4
* Fixed #33107 -- Fixed import_string() crash on not fully initialized modules.Mariusz Felisiak2021-09-161-1/+5
* 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