summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
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
2017-03-22[1.11.x] Clarified backend support of Area GIS function.Sergey Fedoseev
2017-03-21[1.11.x] Fixed #27945 -- Clarified that RegexValidator searches with the regex.seanfagan
2017-03-21[1.11.x] Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.Mariusz Felisiak
2017-03-21[1.11.x] Refs #27919 -- Changed Widget.get_context() attrs kwarg to an arg.Tim Graham
2017-03-20[1.11.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2017-03-17[1.11.x] Clarified return value of NumGeometries GIS function.Sergey Fedoseev
2017-03-17[1.11.x] Removed MySQL (unsupported) from Perimeter docs.Sergey Fedoseev
2017-03-16[1.11.x] Removed self from method signatures in docs.Alasdair Nicol
2017-03-16[1.11.x] Linked GIS functions docs to corresponding PostGIS docs.Sergey Fedoseev
2017-03-16[1.11.x] Updated postgis.net and gaia-gis.it links to https.Tim Graham
2017-03-15[1.11.x] Fixed #27918 -- Documented ChoiceWidget.option_template_namePavel Kulikov
2017-03-15[1.11.x] Fixed incorrect import in docs/ref/models/expressions.txt.lb1c
2017-03-09[1.11.x] Described DEBUG_PROPAGATE_EXCEPTIONS behavior in more detail.Tim Graham
2017-02-24[1.11.x] Made a few queryset lookup examples consistent.Alexkane
2017-02-15[1.11.x] Made a sentence in default_if_none docs consistent with other templa...Joon Hwan 김준환
2017-02-11[1.11.x] Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen
2017-02-08[1.11.x] Fixed #27821 -- Clarified docs of the return value of Form.clean_<fi...Tim Graham
2017-01-31[1.11.x] Refs #27421 -- Documented GDALRaster creation in detail.Daniel Wiesmann
2017-01-30[1.11.x] Fixed incorrect namespace in sitemap example.Arkadiusz Adamski
2017-01-27[1.11.x] Fixed #27769 -- Documented option naming differences between django-...Andrew Nester
2017-01-26[1.11.x] Fixed #27501 -- Documented lazy evaluation of ModelChoiceField.query...chillaranand
2017-01-25[1.11.x] Bumped MySQLdb version requirement to 1.2.3.Tim Graham
2017-01-25[1.11.x] Fixed typo in docs/ref/models/expressions.txt.Paolo Melchiorre
2017-01-21[1.11.x] Removed unused imports in example migrations.Arkadiusz Adamski
2017-01-20[1.11.x] Refs #16859 -- Updated CSRF FAQ to mention CSRF_USE_SESSIONS setting.Alasdair Nicol
2017-01-17Removed obsolete GIS install instructions.Tim Graham