summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2018-06-28[2.1.x] Fixed links for i18n context processor docs.Tim Graham
2018-06-28[2.1.x] Fixed location of a few doc labels.Tim Graham
2018-06-22[2.1.x] Refs #17419 -- Removed IE8 support in json_script example.Tim Graham
2018-06-22[2.1.x] Added description, example, and SQL equivalents for equals and same_a...Sergey Fedoseev
2018-06-21[2.1.x] Updated a test example to use snake case.Adam Johnson
2018-06-21[2.1.x] Refs #28841 -- Added ForcePolygonCW to GIS database functions table.Sergey Fedoseev
2018-06-20[2.1.x] Refs #29451 -- Fixed regex/iregex lookups on MySQL 8.Tom
2018-06-19[2.1.x] Clarified sentence about removal of inline flag support in url().Damien
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