summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2015-12-31[1.9.x] Removed British/Austrialian word: whilist.Tim Graham
2015-12-30[1.9.x] Fixed #25748 -- Added clarification on projects vs. applications.Tim Graham
2015-12-25[1.9.x] Added docs example for manually creating a column with RunSQL.Gen1us2k
2015-12-24[1.9.x] Refs #13008 -- Forwardported 1.8.8 release note.Tim Graham
2015-12-24[1.9.x] Discouraged use of /tmp with predictable names.Chris Lamb
2015-12-23[1.9.x] Removed an extra header in docs/ref/templates/api.txt.Tim Graham
2015-12-23[1.9.x] Fixed #25969 -- Replaced render_to_response() with render() in docs e...Tim Graham
2015-12-23[1.9.x] Documented that GDAL is required to initialize GEOSGeometry from JSON.Sergey Fedoseev
2015-12-23[1.9.x] Refs #25141 -- Removed note that says that GEOSGeometry.json requires...Sergey Fedoseev
2015-12-22[1.9.x] Fixed #25965 -- Added removal of sql* commands to 1.9 release notes.Tim Graham
2015-12-19[1.9.x] Fixed #25949 -- Documented Psycopg2 version requirement for JSONField.Tim Graham
2015-12-18[1.9.x] Fixed a typo in docs/ref/contrib/gis/geos.txt.Sergey Fedoseev
2015-12-17[1.9.x] Refs #13110 -- Fixed typo in Feed class reference.Garrison Benson
2015-12-10[1.9.x] Fixed incorrect examples in ArrayField docs.Dotan Agmon
2015-12-09[1.9.x] Removed redundant highlight/code-block directives in docs/ref/templat...Tim Graham
2015-12-09[1.9.x] Fixed typo in docs/ref/forms/validation.txt.Andrew Plummer
2015-12-04[1.9.x] Fixed #25740 -- Documented GEOSGeometry operators.Sergey Fedoseev
2015-12-03[1.9.x] Fixed typo in docs/ref/models/instances.txtQile Wang
2015-12-03[1.9.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-12-02[1.9.x] Removed duplicate Sphinx reference in docs/ref/templates/builtins.txt.Tim Graham
2015-12-01[1.9.x] Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-30[1.9.x] Removed old versionadded/changed directives.Sergey Fedoseev
2015-11-25[1.9.x] Fixed man page by ensuring ".pot" doesn't render unescaped.Tim Graham
2015-11-25[1.9.x] Fixed #25649 -- Documented that all GEOSGeometry constructors take sr...Sergey Fedoseev
2015-11-24[1.9.x] Documented that forms.Field.help_text isn't HTML-escaped.Tim Graham
2015-11-24[1.9.x] Clarified default value for DateField to emulate auto_now_add.Bulgantamir Gankhuyag
2015-11-23[1.9.x] Refs #25739 -- Lessened the prominence of geos.fromstr() in the docs.Sergey Fedoseev
2015-11-23[1.9.x] Corrected doc'd differences between django-admin and manage.py.Stephane Angel (Twidi)
2015-11-19[1.9.x] Corrected GenericIPAddressField protocol parameter doc.areski
2015-11-18[1.9.x] Fixed #25549 -- Documented auth_user_password_change URL.Tim Graham
2015-11-18[1.9.x] Refs #25526 -- Documented some missing termcolors.Tim Graham
2015-11-17[1.9.x] Refs #24971, #25356 -- Clarified how apps.py works in 1.9 release notes.Tim Graham
2015-11-17[1.9.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.Alex Morozov
2015-11-16[1.9.x] Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-11-14[1.9.x] Fixed #25531 -- Documented that admin_order_field supports lookups.René Fleschenberg
2015-11-14[1.9.x] Fixed typo in docs/ref/migration-operations.txt.Tim Graham
2015-11-14[1.9.x] Fixed #17686, refs #17816 -- Added "Files" section to Unicode topic.Florian Demmer
2015-11-13[1.9.x] Tweaked example text in docs/ref/templates/builtins.txt.Tom Christie
2015-11-12[1.9.x] Replaced "inbuilt" with more common "built-in".Tim Graham
2015-11-11[1.9.x] Fixed #25728 -- Fixed description of GEOSGeometry.contains().Sergey Fedoseev
2015-11-10[1.9.x] Removed obsolete note about installing psycopg2 on Windows.Tim Graham
2015-11-07[1.9.x] Fixed #25473 -- Changed underscores in url() names to dashes in docs.Thijs van Dien
2015-11-05[1.9.x] Fixed #25660 -- Documented GEOSGeometry.dimsSergey Fedoseev
2015-11-05[1.9.x] Fixed #24244 -- Documented contrib.admin.models.LogEntryAlex Morozov
2015-11-03[1.9.x] Updated admindocs instructions for the deprecation of patterns().Tim Graham
2015-11-03[1.9.x] Fixed #25132 -- Documented how to retrieve a single value using value...Alex Morozov
2015-10-31[1.9.x] Refs #25632 -- Corrected database support docs for GeoDjango DB funct...Sergey Fedoseev
2015-10-31[1.9.x] Refs #25636 -- Updated instructions for libspatialite source installa...Sergey Fedoseev
2015-10-30[1.9.x] Fixed #24019 -- Fixed inaccurate docs about GenericRelation not suppo...Tim Graham
2015-10-30[1.9.x] Fixed #21422 -- Documented that prefetch_related() results must be ho...Tim Graham