summaryrefslogtreecommitdiff
path: root/docs/releases/3.1.txt
AgeCommit message (Expand)Author
2025-08-28Fixed #36570 -- Removed unnecessary :py domain from documentation roles.SaJH
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2024-03-01Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.Simon Charette
2024-02-05Replaced "Django test runner" with DiscoverRunner in release notes.Tim Graham
2023-05-22Fixed references to django.core.cache in docs.Sarah Boyce
2023-05-02Refs #31369 -- Improved hint message in NullBooleanField's deprecation warning.Paul Brown
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2021-01-27Fixed #32348, Refs #29087 -- Corrected tutorial for updated deleting inlines UI.Carlton Gibson
2021-01-14Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
2020-10-13Refs #31040 -- Doc'd Python 3.9 compatibility.Mariusz Felisiak
2020-09-21Refs #32013 -- Added backward incompatibility note about ModelChoiceIterator ...Mariusz Felisiak
2020-08-24Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL...Mariusz Felisiak
2020-08-17Fixed #31892 -- Added backward incompatibility note about Media <script> tags...Jon Dufresne
2020-08-08Refs #31864 -- Doc'd that DEFAULT_HASHING_ALGORITHM requires 3.1.1+ in releas...Uri
2020-08-04Finalized release notes for Django 3.1.Mariusz Felisiak
2020-08-04Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
2020-07-31Refs #27468 -- Added tests and release notes for signing.dumps()/loads() chan...Mariusz Felisiak
2020-07-28Fixed #31836 -- Dropped support for JSONField __contains and __contained_by l...Mariusz Felisiak
2020-07-22Reverted "Fixed #30300 -- Allowed migrations to be loaded from directories wi...Tim Graham
2020-07-17Bumped asgiref requirement to >= 3.2.10.Mariusz Felisiak
2020-07-14Added Igbo language.Kelechi Precious Nwachukwu
2020-07-08Added Turkmen language.Resulkary
2020-07-03Refs #12990 -- Added example to JSONField release notes.Tom Forbes
2020-06-12Added support for the Tajik language.Claude Paroz
2020-06-04Fixed #30134 -- Ensured unlocalized numbers are string representation in temp...Claude Paroz
2020-05-21Fixed #31608 -- Doc'd that form ISO 8601 datetime parsing always retains tzinfo.Hasan Ramezani
2020-05-20Added Kyrgyz language.Claude Paroz
2020-05-14Refs #31524 -- Moved release notes for 81ffedaacc0d907b9feb73783edefdffd0ced6...Mariusz Felisiak
2020-05-14Fixed #31524 -- Removed minified static assets from the admin.Jon Dufresne
2020-05-14Refs #31034 -- Documented admin requires django.template.context_processors.r...Jon Dufresne
2020-05-12Cosmetic edits to docs/releases/3.1.txt.Mariusz Felisiak
2020-05-12Removed empty sections from 3.1 release notes.Mariusz Felisiak
2020-05-12Fixed #30678 -- Added support for GDAL 3.Claude Paroz
2020-05-11Fixed #31034 -- Added a navigation sidebar to the admin.Tom Carrick
2020-05-11Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags.Jon Dufresne
2020-05-08Fixed #12990, Refs #27694 -- Added JSONField model field.sage
2020-05-08Refs #12990 -- Bumped mysqlclient requirement to >= 1.4.0.Mariusz Felisiak
2020-05-05Updated admin's Select2 to 4.0.13.Mariusz Felisiak
2020-05-05Fixed #31485 -- Updated admin's jQuery to 3.5.1.Mariusz Felisiak
2020-05-05Refs #28622 -- Corrected PASSWORD_RESET_TIMEOUT/PASSWORD_RESET_TIMEOUT_DAYS d...Chris Burchhardt
2020-05-05Fixed #31534 -- Deprecated django.conf.urls.url().David Smith
2020-05-04Refs #30372 -- Stopped watching built-in Django translation files by auto-rel...Tom Forbes
2020-05-01Fixed #31455 -- Added support for deferrable exclusion constraints on Postgre...Ian Foote
2020-04-30Fixed #20581 -- Added support for deferrable unique constraints.Ian Foote
2020-04-29Refs #27468 -- Made user sessions use SHA-256 algorithm.Mariusz Felisiak
2020-04-28Fixed #29249 -- Made JSON and YAML serializers use Unicode by default.Hasan Ramezani
2020-04-24Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...Tim Schilling
2020-04-22Updated admin's XRegExp to 3.2.0.Mariusz Felisiak
2020-04-21Fixed #31479 -- Added support to reset sequences on SQLite.Jon Dufresne
2020-04-20Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_...Jon Dufresne