summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2018-06-18[2.1.x] Fixed #29502 -- Allowed users with the view permission to use ↵Carlton Gibson
autocomplete_fields. Backport of 5b733171813f8ddc7af84abe79f2646204b9c6ca from master
2018-06-18[2.1.x] Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson
Backport of 958c7b301ead79974db8edd5b9c6588a10a28ae7 from master
2018-06-16[2.1.x] Refs #29493 -- Doc'd that the QuerySet in lookup accepts a string.Christian Ledermann
Backport of 11bfe3a83d79c832bd861b6b87f254197fde1659 from master
2018-06-15[2.1.x] Added backticks to code literals in docs/ref/databases.txt.Mariusz Felisiak
Backport of 4fb7bd834e97195633d44b27aa5e6f981709b626 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-13[2.1.x] Refs #29419, #8936 -- Removed change permission requirement for ↵Carlton Gibson
admin actions. Partially reverted 825f0beda804e48e9197fcf3b0d909f9f548aa47. Backport of b30f9b131c9489b9d9f21c311ecb46d0aea91381 from master
2018-06-13[2.1.x] Doc'd how to set SPATIALITE_LIBRARY_PATH for Debian Buster/Ubuntu 18.04.nikolas
2018-06-12[2.1.x] Updated GIS install instructions to use placeholders for GIS library ↵Brylie Christopher Oxley
versions. Backport of ae26e0ad2c5ee2216d8eaaaac9d7c2c7644b6ebb from master
2018-06-10[2.1.x] Prevented unexpected link in settings docsClaude Paroz
Backport of e8531cc89c878b6a8867498dab266917fef2bff4 from master.
2018-06-08[2.1.x] Fixed #29440 -- Doc'd where the bulk argument applies in RelatedManager.Jeremy Lainé
Backport of 741792961815cf4a95c5ce8ab590dfc7700c6153 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 classClaude Paroz
This partially reverts c3055242c81812278ebdc93dd109f30d2cbd1610. Thanks Adam Johnson and Carlton Gibson for the reviews. Backport of ce3351b9508896afdf87d11bd64fd6b5ad928228 from master.
2018-06-05[2.1.x] Fixed typo in docs/topics/auth/customizing.txt.Michael Kiros
Backport of b37bac39b387bc87872d37d4b07783b67ef28d0c from master
2018-06-04[2.1.x] Fixed #29374 -- Ordered date filter's format strings by category.Brenton Cleeland
Backport of 3cf45af3630890ad85112f9ea8af869c8daef17b from master
2018-06-02[2.1.x] Fixed #29430 -- Clarified send_mail()'s fail_silently docs.Subhav Gautam
Backport of 085ebc5f1a0e96784516e551cb9225cc6836f1d0 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-06-01[2.1.x] Corrected typo in outputting-csv.txt.Dr. Shubham Dipt
Backport of 44441d673bb39815dae1b14019357226c6a7c8ee 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-27[2.1.x] Fixed docs typo in HttpResponse.set_signed_cookie() signature.Osaetin Daniel
Backport of cd242d185bda9269913d4d101a7f704204ec907d from master
2018-05-27[2.1.x] Removed docs for obsolete ExceptionMiddleware.Daniel Hepper
Backport of a6fb5b1fe022c5279aa275c70b5193f2a2fac5fe from master
2018-05-26[2.1.x] Reverted "Fixed #29324 -- Made Settings raise ImproperlyConfigured ↵Tim Graham
if SECRET_KEY is accessed and not set." This reverts commit b3cffde5559c4fa97625512d7ec41a674be26076 due to a regression and performance concerns. Backport of 5cc81cd9eb69f5f7a711412c02039b435c393135 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 #29423 -- Documented Field.value_from_object().Srinivas Reddy Thatiparthy
Backport of 4c35a173e881deaff17e5343181dcbc36177a4af 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-24[2.1.x] Documented DeletionMixin.delete().Claude Paroz
Backport of 96ea4f875b289aef3372caf7851dabf64347ce8c from master
2018-05-21[2.1.x] Added help for common 404 error in tutorial 1.Daniel Roseman
Backport of 40ff93310f03dc89a6281a846b1a1ec4cb672bd0 from master
2018-05-18[2.1.x] Fixed #29398 -- Doc'd that cascade deletion doesn't call delete() of ↵Tim Graham
related models. Backport of e038f98bf342af716cf16e38be989c2d0f126797 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] Bumped django_next_version in sphinx config to 2.2.Tim Graham
2018-05-17[2.1.x] Removed empty sections from 2.1 release notes.Tim Graham
Backport of 1cbd3d7874a4887fa2a6d7ef582defc388429b97 from master
2018-05-17Updated man page for Django 2.1 alpha.Tim Graham
2018-05-16Fixed #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-15Add clarifying section about historical migration modelsAndrew Godwin
2018-05-15Fixed #16470 -- Allowed FileResponse to auto-set some Content headers.Claude Paroz
Thanks Simon Charette, Jon Dufresne, and Tim Graham for the reviews.
2018-05-14Fixed #29392 -- Disallowed use of abbreviated forms of --settings and ↵Ryan P Kilby
--pythonpath management command options.
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-12Alphabetized imports in various docs.Mariusz Felisiak
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
2018-05-10Fixed #27629 -- Added router.allow_relation() calls for assignments between ↵Stefan R. Filipek
unsaved model instances.
2018-05-10Upgraded OpenLayers to 4.6.5 for OpenLayersWidgetClaude Paroz
2018-05-09Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert
2018-05-07Alphabetized imports in docs/ref/contrib/postgres/fields.txt.Hasan Ramezani
2018-05-04Fixed #26688 -- Fixed HTTP request logging inconsistencies.Samir Shah
* Added logging of 500 responses for instantiated responses. * Added logging of all 4xx and 5xx responses.
2018-05-03Refs #29358 -- Corrected wording in primary key check message.Carlton Gibson