summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
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
2018-05-03Fixed #29358 -- Added a system check to prohibit models with more than one pr...Hasan Ramezani
2018-05-02Fixed #29351 -- Doc'd that ModelAdmin.prepopulated_fields removes stop words.Kelly Hogan
2018-05-02Fixed #29375 -- Removed empty action attribute on HTML forms.CHI Cheng
2018-05-01Added stub release notes for 2.0.6.Tim Graham
2018-05-01Added release date for 2.0.5 and 1.11.13.Tim Graham
2018-04-29Fixed #29360 -- Removed Fabric examples in docs.Srinivas Reddy Thatiparthy
2018-04-28Fixed #29369 -- Mentioned the #django-dev IRC channel in contributing index.PhrydRhys
2018-04-27Fixed #27480 -- Added cache.touch().Nicolas NoƩ
2018-04-23Fixed #29349 -- Doc'd the default behavior of router.allow_relation().Stefan R. Filipek
2018-04-23Fixed typos in docs/topics/auth/passwords.txt.adamth