summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2021-09-21[4.0.x] Fixed #33083 -- Fixed selecting all items in the admin changelist whe...Carlton Gibson
2021-09-20Made cosmetic edits to docs/releases/4.0.txt.Mariusz Felisiak
2021-09-20Removed empty sections from 4.0 release notes.Mariusz Felisiak
2021-09-20Fixed #31026 -- Switched form rendering to template engine.David Smith
2021-09-20Fixed #32504 -- Updated admin's jQuery to 3.6.0.Mariusz Felisiak
2021-09-18Fixed #33077 -- Fixed links to related models for admin's readonly fields in ...Ken Whitesell
2021-09-17Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...Nikita Marchant
2021-09-17Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin.Giannis Adamopoulos
2021-09-16Fixed #32365 -- Made zoneinfo the default timezone implementation.Carlton Gibson
2021-09-14Fixed #33012 -- Added Redis cache backend.Daniyal
2021-09-14Fixed #32873 -- Deprecated settings.USE_L10N.Claude Paroz
2021-09-08Fixed #32219 -- Made InlineModelAdmin.verbose_name_plural fallback to its ver...Siburg
2021-09-08Fixed #30086, Refs #32873 -- Made floatformat template filter independent of ...Mariusz Felisiak
2021-09-07Fixed #32076 -- Added async methods to BaseCache.Andrew-Chen-Wang
2021-09-01Fixed #32309 -- Added --exclude option to startapp/startproject management co...sage
2021-09-01Added stub release notes for Django 3.2.8.Mariusz Felisiak
2021-09-01Added release date for 3.2.7.Mariusz Felisiak
2021-08-31Fixed #25264 -- Allowed suppressing base command options in --help output.Jan Szoja
2021-08-30Fixed #32992 -- Restored offset extraction for fixed offset timezones.Carlton Gibson
2021-08-30Fixed #33054 -- Made TestCase.captureOnCommitCallbacks() capture callbacks re...Eugene Morozov
2021-08-27Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags.David Smith
2021-08-24Fixed #32552 -- Added logger argument to DiscoverRunner.Chris Jerdonek
2021-08-19Fixed #33014 -- Made ProjectState raise exception when real_apps argument is ...Chris Jerdonek
2021-08-17Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall
2021-08-05Fixed #27590 -- Allowed customizing a manifest file storage in ManifestFilesM...Jarosław Wygoda
2021-08-05Refs #32986 -- Moved TRANSLATOR_COMMENT_MARK to django.utils.translation.temp...Chris Jerdonek
2021-08-03Fixed #32984 -- Allowed customizing a deletion field widget in formsets.Ties Jan Hefting
2021-08-03Fixed #31621 -- Added support for '--parallel auto' to test management command.Adam Johnson
2021-08-02Added stub release notes for Django 3.2.7.Carlton Gibson
2021-08-02Confirmed release date for Django 3.2.6.Carlton Gibson
2021-07-30Refs #32956 -- Updated words ending in -wards.David Smith
2021-07-29Refs #32916 -- Replaced request.csrf_cookie_needs_reset with request.META['CS...Chris Jerdonek
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-07-28Refs #32946 -- Changed Query.add_filter() to take two arguments.Keryn Knight
2021-07-27Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith
2021-07-26Fixed #32947 -- Fixed hash() crash on reverse M2M relation when through_field...Tom Wojcik
2021-07-22Fixed #32275 -- Added scrypt password hasher.ryowright
2021-07-22Fixed #32951 -- Removed Query.where_class & co.Nick Pope
2021-07-21Refs #32949 -- Adjusted release note wording.Carlton Gibson
2021-07-21Fixed #32949 -- Restored invalid number handling in DecimalField.validate().yakimka
2021-07-19Refs #10929 -- Deprecated forced empty result value for PostgreSQL aggregates.Nick Pope
2021-07-19Fixed #10929 -- Added default argument to aggregates.Nick Pope
2021-07-16Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suit...Jacob Walls
2021-07-16Fixed typo in docs/releases/3.1.13.txt.Jacob Walls
2021-07-15Fixed #32905 -- Added CSS class for non-form errors of formsets.Ties Jan Hefting
2021-07-14Fixed #21936 -- Allowed DeleteView to work with custom Forms and SuccessMessa...Carlton Gibson
2021-07-09Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...Ian Foote
2021-07-08Fixed #24522 -- Added a --shuffle option to DiscoverRunner.Chris Jerdonek
2021-07-08Fixed #32908 -- Allowed select_for_update(skip_locked) on MariaDB 10.6+.Mariusz Felisiak
2021-07-06Fixed #32776 -- Added support for Array subqueries on PostgreSQL.Hannes Ljungberg