summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2018-06-20Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of the...Jan Pieter Waagmeester
2018-06-20Refs #29451 -- Fixed regex/iregex lookups on MySQL 8.Tom
2018-06-20Fixed #29507 -- Added Oracle support for Envelope GIS function.Sergey Fedoseev
2018-06-19Clarified sentence about removal of inline flag support in url().Damien
2018-06-18Fixed #29502 -- Allowed users with the view permission to use autocomplete_fi...Carlton Gibson
2018-06-18Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson
2018-06-16Fixed #29152 -- Allowed passing kwargs to ArgumentParser initialization in ma...humbertotm
2018-06-16Refs #29493 -- Doc'd that the QuerySet in lookup accepts a string.Christian Ledermann
2018-06-15Added backticks to code literals in docs/ref/databases.txt.Mariusz Felisiak
2018-06-14Refs #29428 -- Fixed admin check crash when using a query expression in Model...Tim Graham
2018-06-14Fixed #29428 -- Fixed admin changelist crash when using a query expression wi...Tim Graham
2018-06-13Refs #29419, #8936 -- Removed change permission requirement for admin actions.Carlton Gibson
2018-06-12Updated GIS install instructions to use placeholders for GIS library versions.Brylie Christopher Oxley
2018-06-12Fixed #29483 -- Confirmed support for GDAL 2.3.Tim Graham
2018-06-11Dropped support for GDAL 1.9 and 1.10.Tim Graham
2018-06-10Prevented unexpected link in settings docsClaude Paroz
2018-06-09Fixed #29484 -- Removed the need to specify SPATIALITE_LIBRARY_PATH with Spat...Claude Paroz
2018-06-08Fixed #29440 -- Doc'd where the bulk argument applies in RelatedManager.Jeremy Lainé
2018-06-08Fixed typo in docs/releases/2.0.7.txt.Mariusz Felisiak
2018-06-08Added stub release notes for 2.0.6.Carlton Gibson
2018-06-06Fixed #29301 -- Added custom help formatter to BaseCommand classClaude Paroz
2018-06-05Fixed typo in docs/topics/auth/customizing.txt.Michael Kiros
2018-06-04Fixed #29374 -- Ordered date filter's format strings by category.Brenton Cleeland
2018-06-03Fixed #29385 -- Made admindocs ModelDetailView show model properties.humbertotm
2018-06-02Fixed #29430 -- Clarified send_mail()'s fail_silently docs.Subhav Gautam
2018-06-01Fixed #28462 -- Decreased memory usage with ModelAdmin.list_editable.Adam Donaghy
2018-06-01Added release date for 2.0.6 release.Carlton Gibson
2018-06-01Corrected typo in outputting-csv.txt.Dr. Shubham Dipt
2018-05-31Fixed #29460 -- Added support for GEOS 3.6.Tim Graham
2018-05-31Added stub release notes for 1.11.14.Tim Graham
2018-05-27Fixed #29416 -- Removed unnecesary subquery from GROUP BY clause on MySQL whe...Mariusz Felisiak
2018-05-27Fixed docs typo in HttpResponse.set_signed_cookie() signature.Osaetin Daniel
2018-05-27Remove documenation for non-existent middleware (#9998)Daniel Hepper
2018-05-26Reverted "Fixed #29324 -- Made Settings raise ImproperlyConfigured if SECRET_...Tim Graham
2018-05-26Fixed #29415 -- Fixed detection of custom URL converters in included patterns.Xaroth Brook
2018-05-26Fix typo in 2.0 release notes (#9986)Ian Foote
2018-05-25Fixed #29423 -- Documented Field.value_from_object().Srinivas Reddy Thatiparthy
2018-05-25Mentioned SuccessMessageMixin in generic editing views docs.Claude Paroz
2018-05-25Fixed #29400 -- Fixed crash in custom template filters that use decorated fun...Ryan Rubin
2018-05-24Documented DeletionMixin.delete().Claude Paroz
2018-05-21Added help for common 404 error in tutorial 1.Daniel Roseman
2018-05-18Fixed #29398 -- Doc'd that cascade deletion doesn't call delete() of related ...Tim Graham
2018-05-18Fixed typo in docs/releases/2.1.txt.Tim Graham
2018-05-17Bumped version to 2.2 in docs.Tim Graham
2018-05-17Advanced deprecation warnings for Django 2.2.Tim Graham
2018-05-17Added stub 2.2 release notes.Tim Graham
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
2018-05-17Removed 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