summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2018-05-17[2.1.x] Removed 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-05-01Added stub release notes for 2.0.6.Tim Graham
2018-05-01Added release date for 2.0.5 and 1.11.13.Tim Graham
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-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-04-13Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor
2018-04-13Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or values_...Mariusz Felisiak
2018-04-12Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object.Paul Donohue
2018-04-11Fixed #29193 -- Prevented unnecessary foreign key drops when altering a uniqu...Jeremy Bowman
2018-04-10Refs #28062 -- Doc'd PostgreSQL server-side cursors as a backwards incompatib...Tim Graham
2018-04-10Fixed #29307 -- Fixed inspectdb import paths for django.contrib.postgres fields.Alasdair Nicol
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-03Added stub release notes for 1.11.13.Tim Graham
2018-04-03Refs #28643 -- Added Repeat database function.Mariusz Felisiak
2018-04-02Added stub release notes for 2.0.5.Tim Graham
2018-04-02Added release date for 2.0.4 and 1.11.12.Tim Graham
2018-04-02Fixed #29116 -- Fixed OpenLayersWidget deserialization ignoring the widget ma...Claude Paroz
2018-04-02Fixed typo in docs/releases/2.0.4/1.11.12.txt.Tim Graham
2018-04-02Fixed #29273 -- Prevented initial selection of empty choice in multiple choic...Claude Paroz
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-19Fixed #29229 -- Fixed column mismatch crash when combining two annotated valu...Astral
2018-03-19Refs #28643 -- Added LPad and RPad database functions.Mariusz Felisiak
2018-03-19Added stub release notes for 1.11.12.Tim Graham
2018-03-15Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL contains a ...Mattia Procopio
2018-03-15Refs #28643 -- Added LTrim, RTrim, and Trim database functions.Mariusz Felisiak
2018-03-15Fixed #29221 -- Corrected admin's autocomplete widget to add a space after cu...Artem Tabolin
2018-03-15Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSele...Tim Graham
2018-03-13Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.dzhuang
2018-03-08Fixed #29195 -- Fixed Exists.output_field resolution on single-valued queries.Simon Charette
2018-03-06Added stub release notes for 2.0.4.Tim Graham
2018-03-06Added CVE-2018-7536,7 to the security release archive.Tim Graham
2018-03-06Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in django.utils.text.T...Tim Graham
2018-03-06Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize and urlizetr...Tim Graham