summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
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
2017-01-17Refs #27683 -- Allowed setting isolation level in DATABASES ['OPTIONS'] on My...Tim Graham
2017-01-17Fixed #27666 -- Delayed rendering of recursivly related models in migration o...Markus Holtermann
2017-01-16Refs #25809 -- Made a few late review comments for BrinIndex.Mads Jensen
2017-01-15Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.Mads Jensen
2017-01-14Fixed #27149 -- Added Subquery and Exists database expressions.Matthew Schinckel
2017-01-14Fixed #27718 -- Added QuerySet.union(), intersection(), difference().Florian Apolloner
2017-01-14Fixed #27387 -- Doc'd required HTML attribute in Field.required docs.Claude Paroz
2017-01-11Fixed typos in docs/ref/contrib/admin/index.txtTim Graham
2017-01-11Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.François Freitag
2017-01-11Fixed #24452 -- Fixed HashedFilesMixin correctness with nested paths.David Sanders
2017-01-06Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.Sebastian Spiegel
2017-01-06Refs #24688, #27497 -- Corrected docs: distance's 'spheroid' option isn't Pos...Tim Graham
2017-01-05Alphabetized system check reference.Tim Graham
2017-01-04Fixed #27680 -- Linked to "Classy Class-Based Views" in docs.jpic
2017-01-02Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3Claude Paroz
2017-01-02Removed obsolete versionadded/changed annotations.Tim Graham
2016-12-30Removed links to deprecated GeoIP.Tim Graham