| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-01 | [2.1.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in ↵ | Andreas Hug | |
| CommonMiddleware. | |||
| 2018-08-01 | [2.1.x] Added stub release notes for security releases. | Tim Graham | |
| 2018-07-31 | [2.1.x] Removed code terms from docs/spelling_wordlist. | Tim Graham | |
| Backport of b4fa94aed8ec5209176c9fa88aba3eacdca837f3 from master | |||
| 2018-07-31 | [2.1.x] Fixed #29617 -- Fixed Template crash if template_string is lazy. | Dražen Odobašić | |
| Regression in 3a148f958dddd97c1379081118c30fbede6b6bc4. Backport of 9f3b9ffd51c71d96728df9ee16f5a57c6f3b315d from master | |||
| 2018-07-18 | [2.1.x] Removed duplicate words in docs. | Maxime Lorant | |
| Backport of 31407fa3b362dc17d61a2a0d7e27b1dfd9d9c143 from master | |||
| 2018-07-05 | [2.1.x] Fixed #29544 -- Fixed regex lookup on MariaDB. | Michal Čihař | |
| Regression in 42490768441701bc02255b22df8e6894cbe487c7. Backport of 39e287d8bff50e9f91f3f4471088c1946aa6a76c from master | |||
| 2018-07-03 | [2.1.x] Added stub release notes for 2.0.8. | Tim Graham | |
| Backport of 2c3f19894695d6868a2c3ec5a6f097e432cc170e from master | |||
| 2018-07-02 | [2.1.x] Added release date for 1.11.14. | Carlton Gibson | |
| Backport of 65df375c40dfe591b258f36709123abc6957fbd7 from master | |||
| 2018-06-28 | [2.1.x] Forwardported 2.0.7 release note. | Tim Graham | |
| 2018-06-28 | [2.1.x] Refs #28814 -- Documented Python 3.7 compatibility. | Asif Saifuddin Auvi | |
| Backport of 2f7cd7f8ecb01d30c1dfdaefa1c1714db76d2553 from master | |||
| 2018-06-20 | [2.1.x] Refs #29451 -- Fixed regex/iregex lookups on MySQL 8. | Tom | |
| Backport of 42490768441701bc02255b22df8e6894cbe487c7 from master | |||
| 2018-06-19 | [2.1.x] Clarified sentence about removal of inline flag support in url(). | Damien | |
| Backport of 7409d21a5ee7614db7276f06bfe412b24ff24059 from master | |||
| 2018-06-18 | [2.1.x] Fixed #29419 -- Allowed permissioning of admin actions. | Carlton Gibson | |
| Backport of 958c7b301ead79974db8edd5b9c6588a10a28ae7 from master | |||
| 2018-06-15 | [2.1.x] Refs #29428 -- Fixed admin check crash when using a query expression ↵ | Tim Graham | |
| in ModelAdmin.ordering. Backport of ec2c9c353113bb1db6e32ed3f0b6c28bc06ca2eb from master | |||
| 2018-06-15 | [2.1.x] Fixed #29428 -- Fixed admin changelist crash when using a query ↵ | Tim Graham | |
| expression without asc()/desc() in the ordering. Backport of 0d8e3e608ee9aab5076d497664aa97e0a29e523e from master | |||
| 2018-06-08 | [2.1.x] Fixed typo in docs/releases/2.0.7.txt. | Mariusz Felisiak | |
| Backport of e0d0fc0b14ccade00b30a7fbdb1c720ddd83bb71 from master | |||
| 2018-06-08 | [2.1.x] Added stub release notes for 2.0.6. | Carlton Gibson | |
| Backport of acae1206800a7997e5f95f7df8043452301fa241 from master | |||
| 2018-06-06 | [2.1.x] Fixed #29301 -- Added custom help formatter to BaseCommand class | Claude Paroz | |
| This partially reverts c3055242c81812278ebdc93dd109f30d2cbd1610. Thanks Adam Johnson and Carlton Gibson for the reviews. Backport of ce3351b9508896afdf87d11bd64fd6b5ad928228 from master. | |||
| 2018-06-01 | [2.1.x] Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable. | Adam Donaghy | |
| Regression in 917cc288a38f3c114a5440f0749b7e5e1086eb36. Backport of b18650a2634890aa758abae2f33875daa13a9ba3 from master | |||
| 2018-06-01 | [2.1.x] Added release date for 2.0.6 release. | Carlton Gibson | |
| Backport of e1ebd22558342bb0088a3da3571863a20413fa2a from master | |||
| 2018-05-31 | [2.1.x] Fixed #29460 -- Added support for GEOS 3.6. | Tim Graham | |
| Backport of f185d929fa1c0caad8c03fccde899b647d7248c6 from master | |||
| 2018-05-31 | [2.1.x] Added stub release notes for 1.11.14. | Tim Graham | |
| Backport of 8a6fcfdc77d84bd5cebf1e6a6dd65c64f9cb40b8 from master | |||
| 2018-05-27 | [2.1.x] Fixed #29416 -- Removed unnecesary subquery from GROUP BY clause on ↵ | Mariusz Felisiak | |
| MySQL when using a RawSQL annotation. Regression in 1d070d027c218285b66c0bde8079034b33a87f11. Backport of 4ab1f559e8d1264bcb20bb497988973194f5d8f2 from master | |||
| 2018-05-26 | [2.1.x] Fixed #29415 -- Fixed detection of custom URL converters in included ↵ | Xaroth Brook | |
| patterns. Backport of 39283c8edbc5991b589d48a8e17152042193f2df from master | |||
| 2018-05-26 | [2.1.x] Fix typo in 2.0 release notes (#9986) | Ian Foote | |
| Backport of 257fb0a7d08ddf92306789ce0a39d703ca58a2b8 from master. | |||
| 2018-05-25 | [2.1.x] Fixed #29400 -- Fixed crash in custom template filters that use ↵ | Ryan Rubin | |
| decorated functions. Regression in 620e9dd31a2146d70de740f96a8cb9a6db054fc7. Backport of a8d12bc28069d56e0306770ab9c73738293663f7 from master | |||
| 2018-05-18 | [2.1.x] Fixed typo in docs/releases/2.1.txt. | Tim Graham | |
| Backport of 6574167ab8ef1326d363ab9a17f6b5bc4607f08a from master | |||
| 2018-05-17 | [2.1.x] Removed empty sections from 2.1 release notes. | Tim Graham | |
| Backport of 1cbd3d7874a4887fa2a6d7ef582defc388429b97 from master | |||
| 2018-05-16 | Fixed #8936 -- Added a view permission and a read-only admin. | olivierdalang | |
| Co-authored-by: Petr Dlouhy <petr.dlouhy@email.cz> Co-authored-by: Olivier Dalang <olivier.dalang@gmail.com> | |||
| 2018-05-15 | Fixed #16470 -- Allowed FileResponse to auto-set some Content headers. | Claude Paroz | |
| Thanks Simon Charette, Jon Dufresne, and Tim Graham for the reviews. | |||
| 2018-05-14 | Fixed #29392 -- Disallowed use of abbreviated forms of --settings and ↵ | Ryan P Kilby | |
| --pythonpath management command options. | |||
| 2018-05-13 | Fixed #29401 -- Updated admin's jQuery to 3.3.1. | T N | |
| 2018-05-13 | Fixed #17379 -- Removed management commands deactivation of the locale. | Claude Paroz | |
| 2018-05-10 | Fixed #27629 -- Added router.allow_relation() calls for assignments between ↵ | Stefan R. Filipek | |
| unsaved model instances. | |||
| 2018-05-10 | Upgraded OpenLayers to 4.6.5 for OpenLayersWidget | Claude Paroz | |
| 2018-05-09 | Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage(). | Morgan Aubert | |
| 2018-05-01 | Added stub release notes for 2.0.6. | Tim Graham | |
| 2018-05-01 | Added release date for 2.0.5 and 1.11.13. | Tim Graham | |
| 2018-04-27 | Fixed #27480 -- Added cache.touch(). | Nicolas Noé | |
| 2018-04-19 | Fixed #28600 -- Added prefetch_related() support to RawQuerySet. | Adnan Umer | |
| 2018-04-19 | Fixed #29339 -- Added result caching to RawQuerySet. | Adnan Umer | |
| 2018-04-19 | Fixed #28574 -- Added QuerySet.explain(). | Tom | |
| 2018-04-17 | Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. | Brett Cannon | |
| 2018-04-13 | Fixed #27863 -- Added support for the SameSite cookie flag. | Alex Gaynor | |
| Thanks Alex Gaynor for contributing to the patch. | |||
| 2018-04-13 | Fixed #29286 -- Fixed column mismatch crash with QuerySet.values() or ↵ | Mariusz Felisiak | |
| values_list() after combining an annotated and unannotated queryset with union(), difference(), or intersection(). Regression in a0c03c62a8ac586e5be5b21393c925afa581efaf. Thanks Tim Graham and Carlton Gibson for reviews. | |||
| 2018-04-12 | Fixed #29296 -- Fixed crashes in admindocs when a view is a callable object. | Paul Donohue | |
| 2018-04-11 | Fixed #29193 -- Prevented unnecessary foreign key drops when altering a ↵ | Jeremy Bowman | |
| unique field. Stopped dropping and recreating foreign key constraints on other fields in the same table as the one which is actually being altered in an AlterField operation. Regression in c3e0adcad8d8ba94b33cabd137056166ed36dae0. | |||
| 2018-04-10 | Refs #28062 -- Doc'd PostgreSQL server-side cursors as a backwards ↵ | Tim Graham | |
| incompatible change. | |||
| 2018-04-10 | Fixed #29307 -- Fixed inspectdb import paths for django.contrib.postgres fields. | Alasdair Nicol | |
| Thanks erindy for the report. | |||
| 2018-04-05 | Fixed #29248 -- Renamed admin CSS class field-box to fieldBox. | Faheel Ahmad | |
