summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2015-12-17Refs #13110 -- Fixed typo in Feed class reference.Garrison Benson
2015-12-14Fixed #25662 -- Allowed creation of empty GEOS geometries.Sergey Fedoseev
2015-12-14Fixed #25725 -- Made HttpReponse immediately close objects.Johannes Hoppe
2015-12-12Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().Iacopo Spalletti
2015-12-11Fixed #25918 -- Removed unused LOGOUT_URL setting.Tim Graham
2015-12-10Fixed incorrect examples in ArrayField docs.Dotan Agmon
2015-12-10Fixed #21221 -- Made form Media and static template tag use staticfiles if in...Johannes Hoppe
2015-12-09Removed redundant highlight/code-block directives in docs/ref/templates/built...Tim Graham
2015-12-09Fixed typo in docs/ref/forms/validation.txt.Andrew Plummer
2015-12-05Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger
2015-12-04Fixed #25740 -- Documented GEOSGeometry operators.Sergey Fedoseev
2015-12-04Fixed #25853 -- Added support for GeoHash function on SpatiaLite.Sergey Fedoseev
2015-12-04Fixed #13774 -- Added models.Field.rel_db_type().Alexander Sosnovskiy
2015-12-03Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions.Raphaël Hertzog
2015-12-03Refs #25659 -- Added missing docs for Difference/Intersection/SymDifference f...Sergey Fedoseev
2015-12-03Fixed typo in docs/ref/models/instances.txtQile Wang
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-12-02Fixed #25836 -- Added support for MakeLine aggregate on SpatiaLite.Sergey Fedoseev
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-30Removed old versionadded/changed directives.Sergey Fedoseev
2015-11-25Fixed #25773 -- Deprecated the geos.MultiPolygon.cascaded_union property.Sergey Fedoseev
2015-11-25Fixed man page by ensuring ".pot" doesn't render unescaped.Tim Graham
2015-11-25Fixed #25649 -- Documented that all GEOSGeometry constructors take srid kwarg.Sergey Fedoseev
2015-11-25Fixed #25734 -- Made GDALBand min and max properties use GDALComputeRasterSta...Daniel Wiesmann
2015-11-24Documented that forms.Field.help_text isn't HTML-escaped.Tim Graham
2015-11-24Clarified default value for DateField to emulate auto_now_add.Bulgantamir Gankhuyag
2015-11-23Refs #25739 -- Lessened the prominence of geos.fromstr() in the docs.Sergey Fedoseev
2015-11-23Corrected doc'd differences between django-admin and manage.py.Stephane Angel (Twidi)
2015-11-20Fixed #25722 -- Added the GEOSGeometry.covers() method.Sergey Fedoseev
2015-11-19Corrected GenericIPAddressField protocol parameter doc.areski
2015-11-18Fixed #25549 -- Documented auth_user_password_change URL.Tim Graham
2015-11-18Fixed #25654 -- Added the GEOSGeometry.unary_union property.Sergey Fedoseev
2015-11-18Refs #25526 -- Documented some missing termcolors.Tim Graham
2015-11-17Refs #24971, #25356 -- Clarified how apps.py works in 1.9 release notes.Tim Graham
2015-11-17Fixed #25695 -- Added template_name parameter to csrf_failure() view.Raphael Michel
2015-11-17Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.Alex Morozov
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-11-14Fixed #25531 -- Documented that admin_order_field supports lookups.René Fleschenberg
2015-11-14Fixed typo in docs/ref/migration-operations.txt.Tim Graham
2015-11-14Fixed #17686, refs #17816 -- Added "Files" section to Unicode topic.Florian Demmer
2015-11-13Tweaked example text in docs/ref/templates/builtins.txt.Tom Christie
2015-11-12Fixed #25469 -- Added autoescape option to DjangoTemplates backend.Aaron Elliot Ross
2015-11-12Replaced "inbuilt" with more common "built-in".Tim Graham
2015-11-11Fixed #25728 -- Fixed description of GEOSGeometry.contains().Sergey Fedoseev
2015-11-10Removed obsolete note about installing psycopg2 on Windows.Tim Graham
2015-11-07Fixed #25473 -- Changed underscores in url() names to dashes in docs.Thijs van Dien
2015-11-05Fixed #25660 -- Documented GEOSGeometry.dimsSergey Fedoseev
2015-11-05Fixed #24244 -- Documented contrib.admin.models.LogEntryAlex Morozov
2015-11-03Updated admindocs instructions for the deprecation of patterns().Tim Graham
2015-11-03Fixed #25132 -- Documented how to retrieve a single value using values_list()...Alex Morozov