summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2016-02-19Fixed some code blocks indentation in GIS docs.Sergey Fedoseev
2016-02-18Added intended use in the admin's introduction.Tim Graham
2016-02-16Used relative models imports in the GIS tutorial.Juan José Conti
2016-02-09Fixed #26182 -- Removed an obsolete (refs #24917) paragraph in admindocs.userimack
2016-02-06Fixed spelling -- super set -> superset.Sergey Fedoseev
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-30Fixed #26156 -- Added createsuperuser instructions to admin docs.Yoong Kang Lim
2016-01-29Fixed #26137 -- Confirmed support for SpatiaLite 4.2/4.3 and added instructions.Tim Graham
2016-01-29Fixed #26150 -- Sorted app_labels in migrate command outputMarkus Holtermann
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2016-01-08Refs #25995 -- Documented that JSONField doesn't handle sophisticated seriali...Tim Graham
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
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-23Fixed #25979 -- Dropped support for PostgreSQL 9.1.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-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-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-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-03Refs #25659 -- Added missing docs for Difference/Intersection/SymDifference f...Sergey Fedoseev
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-25Fixed #25773 -- Deprecated the geos.MultiPolygon.cascaded_union property.Sergey Fedoseev
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-23Refs #25739 -- Lessened the prominence of geos.fromstr() in the docs.Sergey Fedoseev
2015-11-20Fixed #25722 -- Added the GEOSGeometry.covers() method.Sergey Fedoseev
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-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-11Fixed #25728 -- Fixed description of GEOSGeometry.contains().Sergey Fedoseev
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-02Fixed #25659 -- Added missing support for MySQL 5.6.1 GIS functionsSergey Fedoseev