summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2016-03-29Fixed #26417 -- Allowed setting GDALBand data with partial values.Daniel Wiesmann
2016-03-29Fixed #26415 -- Allowed deleting nodata value on GDALBands.Daniel Wiesmann
2016-03-28Fixed typo in docs/ref/contrib/postgres/aggregates.txt.Francisco Capdevila
2016-03-23Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.Alexander Gaevsky
2016-03-21Fixed grammatical typos in gis docs.Akshesh
2016-03-12Fixed #26345 -- Clarified which RangesFields always return a canonical form.Tim Graham
2016-03-09Wrapped some lines and added links to docs/ref/contrib/sitemaps.txt.Tim Graham
2016-02-24Fixed #26266 -- Output the primary key in the GeoJSON serializer propertiesClaude Paroz
2016-02-19Fixed #25974 -- Switched GIS docs to 4 spaces indentation.Sergey Fedoseev
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