summaryrefslogtreecommitdiff
path: root/docs/releases/2.1.txt
AgeCommit message (Expand)Author
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed double spaces after periods in sentences.Natalia
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2023-05-22Fixed references to django.core.cache in docs.Sarah Boyce
2023-04-17Used extlinks for PyPI links.Tim Graham
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2021-01-14Refs #12990 -- Removed django.contrib.postgres.fields.JSONField per deprecati...Mariusz Felisiak
2021-01-14Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak
2020-05-06Fixed a/an typos in "SQL" usage.Adam Johnson
2018-11-17Doc'd purpose of "Database backend API" backwards incompatible changes section.Tim Graham
2018-11-15Fixed #29864 -- Added link targets for low-level cache API.Prabakaran Kumaresshan
2018-09-18Fixed typo in docs/releases/2.1.txt.Tim Graham
2018-08-28Fixed #29718 -- Doc'd admin template collision backwards incompatibility in D...Tim Graham
2018-08-11Refs #29449 -- Removed release note for "Allowed using contrib.auth forms wit...Dragoon Aethis
2018-08-08Refs #29652 -- Fixed typo in docs/releases/2.1.txt.Tim Graham
2018-08-08Fixed #29652 -- Doc'd removal of py-bcrypt compatibility.Tim Graham
2018-08-03Refs #28584 -- Documented removal of support for SQLite < 3.7.15.Tim Graham
2018-08-01Added stub release notes for security releases.Tim Graham
2018-07-26Fixed #29593 -- Added QUERY_TERMS removal to 2.1 release notes.Carlton Gibson
2018-07-18Removed duplicate words in docs.Maxime Lorant
2018-06-19Clarified sentence about removal of inline flag support in url().Damien
2018-06-18Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson
2018-06-06Fixed #29301 -- Added custom help formatter to BaseCommand classClaude Paroz
2018-05-18Fixed typo in docs/releases/2.1.txt.Tim Graham
2018-05-17Removed empty sections from 2.1 release notes.Tim Graham
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
2018-05-15Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.Claude Paroz
2018-05-14Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pytho...Ryan P Kilby
2018-05-13Fixed #29401 -- Updated admin's jQuery to 3.3.1.T N
2018-05-13Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz
2018-05-10Fixed #27629 -- Added router.allow_relation() calls for assignments between u...Stefan R. Filipek
2018-05-10Upgraded OpenLayers to 4.6.5 for OpenLayersWidgetClaude Paroz
2018-05-09Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert
2018-04-27Fixed #27480 -- Added cache.touch().Nicolas NoƩ
2018-04-19Fixed #28600 -- Added prefetch_related() support to RawQuerySet.Adnan Umer
2018-04-19Fixed #29339 -- Added result caching to RawQuerySet.Adnan Umer
2018-04-19Fixed #28574 -- Added QuerySet.explain().Tom
2018-04-13Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor
2018-04-05Fixed #29248 -- Renamed admin CSS class field-box to fieldBox.Faheel Ahmad
2018-04-04Fixed #27991 -- Added obj arg to InlineModelAdmin.has_add_permission().Jon Dufresne
2018-04-04Fixed #29284 -- Made ImageField render with accept="image/*"' HTML attribute.safu9
2018-04-04Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...Dmitry Dygalo
2018-04-03Refs #28643 -- Added Repeat database function.Mariusz Felisiak
2018-03-23Fixed #23406 -- Allowed migrations to be loaded from .pyc files.Dan Watson
2018-03-22Fixed #28718 -- Allowed user to request a password reset if their password do...Tim Graham
2018-03-20Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...Tim Graham
2018-03-20Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham
2018-03-19Refs #28643 -- Added LPad and RPad database functions.Mariusz Felisiak
2018-03-15Refs #28643 -- Added LTrim, RTrim, and Trim database functions.Mariusz Felisiak
2018-03-15Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSele...Tim Graham