summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2016-01-08Fixed #20846 -- Decreased User.username max_length to 150 characters.Collin Anderson
2016-01-08Fixed #21113 -- Made LogEntry.change_message language independentClaude Paroz
2016-01-07Fixed #25928 -- Clarified precendence of USE_THOUSAND_SEPARATOR and locale fo...wingston sharon
2016-01-06Fixed #25680 -- Added django-admin shell --command option.Niels Van Och
2016-01-06Refs #25878 -- Added the expected return type of CSRF_FAILURE_VIEW.Tim Graham
2016-01-05Fixed #25878 -- Documented requirement that handler404 return a 404 response.Tim Graham
2016-01-04Fixed #26032 -- Moved "project root directory" to a separate paragraph.Tim Graham
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-30Fixed #25748 -- Added clarification on projects vs. applications.Tim Graham
2015-12-26Fixed #8065 -- Made id_list an optional argument for QuerySet.in_bulk().Bryan Marty
2015-12-25Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy
2015-12-25Added docs example for manually creating a column with RunSQL.Gen1us2k
2015-12-24Refs #13008 -- Forwardported 1.8.8 release note.Tim Graham
2015-12-24Discouraged use of /tmp with predictable names.Chris Lamb
2015-12-23Removed an extra header in docs/ref/templates/api.txt.Tim Graham
2015-12-23Fixed #25979 -- Dropped support for PostgreSQL 9.1.Tim Graham
2015-12-23Fixed #25969 -- Replaced render_to_response() with render() in docs examples.Tim Graham
2015-12-23Documented that GDAL is required to initialize GEOSGeometry from JSON.Sergey Fedoseev
2015-12-23Refs #25141 -- Removed note that says that GEOSGeometry.json requires GDAL.Sergey Fedoseev
2015-12-22Fixed #25950 -- Added support for GEOSisClosed.Sergey Fedoseev
2015-12-22Fixed #25965 -- Added removal of sql* commands to 1.9 release notes.Tim Graham
2015-12-22Fixed #25838 -- Added "python" as an interface to the shell command.Jon Dufresne
2015-12-21Fixed #494 -- Added ability to specify classes on admin inline fieldsets.Karen Tracey
2015-12-19Fixed #25949 -- Documented Psycopg2 version requirement for JSONField.Tim Graham
2015-12-18Fixed #25869 -- Added trim and precision properties to WKTWriter.Sergey Fedoseev
2015-12-18Fixed #25063 -- Added path to makemigration's output of migration file.Niels Van Och
2015-12-18Fixed a typo in docs/ref/contrib/gis/geos.txt.Sergey Fedoseev
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