summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2017-06-28[1.11.x] Fixed #28294 -- Doc'd request/args/kwargs attributes of class-based ...Mike Vasiliou
2017-06-27[1.11.x] Fixed #28336 -- Fixed typo in docs/ref/settings.txt.Laura
2017-06-26[1.11.x] Fixed GEOSGeometry reference in GIS tutorial.Sergey Fedoseev
2017-06-20[1.11.x] Fixed typo in docs/ref/request-response.txt.aruseni
2017-06-19[1.11.x] Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting A...François Freitag
2017-06-13[1.11.x] Fixed #27434 -- Doc'd how to raise a model validation error for a fi...Matthias Kestenholz
2017-06-09[1.11.x] Fixed typo in docs/ref/models/querysets.txt.Tim Graham
2017-06-09[1.11.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.Tim Graham
2017-06-08[1.11.x] Refs #25240 -- Added ExtractWeek examples.Mads Jensen
2017-06-07[1.11.x] Corrected FileExtensionValidator doc regarding the value being valid...Tim Graham
2017-06-06[1.11.x] Fixed typo in docs/ref/class-based-views/mixins-single-object.txt.Tim Graham
2017-06-05[1.11.x] Fixed #28102 -- Doc'd how to compute path to built-in widget templat...Windson yang
2017-06-05[1.11.x] Fixed typo in docs/ref/forms/fields.txt.Tim Graham
2017-06-03[1.11.x] Refs #28192 -- Fixed documentation of ChoiceField choices requirementClaude Paroz
2017-06-03[1.11.x] Fixed #28190 -- Clarifed how include/extends treat template names.Anupam
2017-06-02[1.11.x] Fixed #26028 -- Added overriding templates howto.Philip James
2017-06-02[1.11.x] Fixed #28266 -- Fixed typo in docs/ref/models/instances.txt.Lachlan Musicman
2017-06-01[1.11.x] Clarified QuerySet.iterator()'s docs on server-side cursors.François Freitag
2017-05-30[1.11.x] Refs #26294 -- Fixed typo in docs/ref/django-admin.txt.René Fleschenberg
2017-05-29[1.11.x] Removed incorrect "required" attribute in docs/ref/forms/fields.txt.Tim Graham
2017-05-27[1.11.x] Corrected REPL example in forms docs for Python 3.Jon Dufresne
2017-05-25[1.11.x] Fixed #28239 -- Removed docs for a removed arg of template.Context.Tim Graham
2017-05-22[1.11.x] Updated various links in docs to avoid redirectsClaude Paroz
2017-05-20[1.11.x] Pointed Dive into Python links to python3 siteMichiel Beijen
2017-05-13[1.11.x] Documented OSMWidget.default_lat/lon.Danilo Bargen
2017-05-12[1.11.x] Fixed widgets module path in docs/ref/contrib/gis/forms-api.txt.Tim Graham
2017-05-06[1.11.x] Fixed #28062 -- Added a setting to disable server-side cursors on Po...François Freitag
2017-05-05[1.11.x] Fixed typo in docs/ref/forms/fields.txt.Christoph Schindler
2017-05-04[1.11.x] Fixed #28160 -- Prevented hiding GDAL exceptions when it's not insta...Tim Graham
2017-05-04[1.11.x] Fixed broken links to Oracle docs.Mariusz Felisiak
2017-05-02[1.11.x] Fixed broken link to mysqlclient docs.Tim Graham
2017-04-26[1.11.x] Added links and cosmetic edits to docs/ref/request-response.txt.Tim Graham
2017-04-26[1.11.x] Fixed #27730 -- Doc'd that template vars created outside a block can...kapil garg
2017-04-26[1.11.x] Fixed #27644 -- Doc'd FileSystemStorage.get_created_time().Ingo Klöcker
2017-04-25[1.11.x] Removed nonexistent methods from File's docs.Josh Schneier
2017-04-24[1.11.x] Renamed "Mac OS X" to "macOS" in docs.Michiel Beijen
2017-04-14[1.11.x] Fixed #28067 -- Clarified __str__() return type when using python_2_...Tim Graham
2017-04-14[1.11.x] Double quoted HTML attributes in widget docsClaude Paroz
2017-04-12[1.11.x] Corrected docs regarding MySQL support of Length GIS function.Sergey Fedoseev
2017-04-11[1.11.x] Fixed outdated TIME_FORMAT in docs/ref/templates/builtins.txt.Christoph Schindler
2017-04-10[1.11.x] Fixed #27947 -- Doc'd that model Field.error_messages often don't pr...Taavi Teska
2017-04-06[1.11.x] Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs ...Richard Barrell
2017-04-05[1.11.x] Fixed #28025 -- Fixed typo in docs/ref/models/querysets.txt.Sudhanshu Mishra
2017-04-01[1.11.x] Clarified meaning of "Optional" in auth.models.User field docs.Jirka Schäfer
2017-04-01[1.11.x] Fixed #28004 -- Doc'd how to create migrations for an app without a ...Tim Graham
2017-03-31[1.11.x] Fixed #27993 -- Fixed model form default fallback for SelectMultiple.heathervm
2017-03-28[1.11.x] Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.Tim Graham
2017-03-27[1.11.x] Fixed #27981 -- Doc'd date/time filter l10n changes in refs #25758.Claude Paroz
2017-03-23[1.11.x] Refs #27556, #27488 -- Updated support backends docs for isvalid loo...Sergey Fedoseev
2017-03-22[1.11.x] Linked GIS QuerySet API docs to corresponding PostGIS docs.Sergey Fedoseev