summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2018-06-18[2.1.x] Fixed #29502 -- Allowed users with the view permission to use autocom...Carlton Gibson
2018-06-18[2.1.x] Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson
2018-06-16[2.1.x] Refs #29493 -- Doc'd that the QuerySet in lookup accepts a string.Christian Ledermann
2018-06-15[2.1.x] Added backticks to code literals in docs/ref/databases.txt.Mariusz Felisiak
2018-06-15[2.1.x] Refs #29428 -- Fixed admin check crash when using a query expression ...Tim Graham
2018-06-15[2.1.x] Fixed #29428 -- Fixed admin changelist crash when using a query expre...Tim Graham
2018-06-13[2.1.x] Refs #29419, #8936 -- Removed change permission requirement for admin...Carlton Gibson
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
2018-06-10[2.1.x] Prevented unexpected link in settings docsClaude Paroz
2018-06-08[2.1.x] Fixed #29440 -- Doc'd where the bulk argument applies in RelatedManager.Jeremy Lainé
2018-06-08[2.1.x] Fixed typo in docs/releases/2.0.7.txt.Mariusz Felisiak
2018-06-08[2.1.x] Added stub release notes for 2.0.6.Carlton Gibson
2018-06-06[2.1.x] Fixed #29301 -- Added custom help formatter to BaseCommand classClaude Paroz
2018-06-05[2.1.x] Fixed typo in docs/topics/auth/customizing.txt.Michael Kiros
2018-06-04[2.1.x] Fixed #29374 -- Ordered date filter's format strings by category.Brenton Cleeland
2018-06-02[2.1.x] Fixed #29430 -- Clarified send_mail()'s fail_silently docs.Subhav Gautam
2018-06-01[2.1.x] Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.Adam Donaghy
2018-06-01[2.1.x] Added release date for 2.0.6 release.Carlton Gibson
2018-06-01[2.1.x] Corrected typo in outputting-csv.txt.Dr. Shubham Dipt
2018-05-31[2.1.x] Fixed #29460 -- Added support for GEOS 3.6.Tim Graham
2018-05-31[2.1.x] Added stub release notes for 1.11.14.Tim Graham
2018-05-27[2.1.x] Fixed #29416 -- Removed unnecesary subquery from GROUP BY clause on M...Mariusz Felisiak
2018-05-27[2.1.x] Fixed docs typo in HttpResponse.set_signed_cookie() signature.Osaetin Daniel
2018-05-27[2.1.x] Removed docs for obsolete ExceptionMiddleware.Daniel Hepper
2018-05-26[2.1.x] Reverted "Fixed #29324 -- Made Settings raise ImproperlyConfigured if...Tim Graham
2018-05-26[2.1.x] Fixed #29415 -- Fixed detection of custom URL converters in included ...Xaroth Brook
2018-05-26[2.1.x] Fix typo in 2.0 release notes (#9986)Ian Foote
2018-05-25[2.1.x] Fixed #29423 -- Documented Field.value_from_object().Srinivas Reddy Thatiparthy
2018-05-25[2.1.x] Fixed #29400 -- Fixed crash in custom template filters that use decor...Ryan Rubin
2018-05-24[2.1.x] Documented DeletionMixin.delete().Claude Paroz
2018-05-21[2.1.x] Added help for common 404 error in tutorial 1.Daniel Roseman
2018-05-18[2.1.x] Fixed #29398 -- Doc'd that cascade deletion doesn't call delete() of ...Tim Graham
2018-05-18[2.1.x] Fixed typo in docs/releases/2.1.txt.Tim Graham
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
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
2018-05-15Add clarifying section about historical migration modelsAndrew Godwin
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-12Alphabetized imports in various docs.Mariusz Felisiak
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-07Alphabetized imports in docs/ref/contrib/postgres/fields.txt.Hasan Ramezani
2018-05-04Fixed #26688 -- Fixed HTTP request logging inconsistencies.Samir Shah
2018-05-03Refs #29358 -- Corrected wording in primary key check message.Carlton Gibson