summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2017-02-11[1.11.x] Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen
2017-01-31[1.11.x] Refs #27421 -- Documented GDALRaster creation in detail.Daniel Wiesmann
2017-01-30[1.11.x] Fixed incorrect namespace in sitemap example.Arkadiusz Adamski
2017-01-17Removed obsolete GIS install instructions.Tim Graham
2017-01-16Refs #25809 -- Made a few late review comments for BrinIndex.Mads Jensen
2017-01-15Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.Mads Jensen
2017-01-11Fixed typos in docs/ref/contrib/admin/index.txtTim Graham
2017-01-11Fixed #24452 -- Fixed HashedFilesMixin correctness with nested paths.David Sanders
2017-01-06Refs #24688, #27497 -- Corrected docs: distance's 'spheroid' option isn't Pos...Tim Graham
2017-01-02Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3Claude Paroz
2017-01-02Removed obsolete versionadded/changed annotations.Tim Graham
2016-12-30Removed links to deprecated GeoIP.Tim Graham
2016-12-30Fixed #27652 -- Doc'd that intcomma works with floats.Mads Jensen
2016-12-19Fixed #27377 -- Clarified that prepopulated_fields doesn't work with OneToOne...Henry Dang
2016-12-15Fixed #27576 -- Made get_srid_info() fallback to GDAL if SpatialRefSys is una...Sergey Fedoseev
2016-12-15Doc'd how ModelAdmin.list_display uses short_description.Javier Rojas
2016-12-15Fixed #27602 -- Added Oracle support for BoundingCircle GIS function.Sergey Fedoseev
2016-12-15Fixed #27607 -- Added Oracle support for AsGML GIS function.Sergey Fedoseev
2016-12-15Corrected docs claiming AsGML is supported on Oracle.Tim Graham
2016-12-15Fixed #27582 -- Allowed HStoreField to store null values.David Hoffman
2016-12-14Fixed #27313 -- Allowed overriding admin popup response template.Michael Scott
2016-12-08Fixed #27355 -- Added “Creating extension using migrations” docs.ntuckovic
2016-12-08Fixed #27566 -- Clarified overriding ModelAdmin.save_model()/delete_model() d...Doug Harris
2016-12-05Fixed unrendered rows in GIS DB functions table in docs.Sergey Fedoseev
2016-11-30Refs #27358 -- Removed invalid/unneeded FileField.upload_to in tests/docs.Tim Graham
2016-11-30Fixed #27556 -- Added Oracle support for IsValid function and isvalid lookup.Sergey Fedoseev
2016-11-30Fixed #27552 -- Added docs/test for GEOSGeometry.normalize().Sergey Fedoseev
2016-11-28Refs #26327 -- Renamed JsonAgg to JSONBAgg.Mads Jensen
2016-11-25Fixed #27509 -- Removed redundant gdal-bin dependency listing.Luke Murphy
2016-11-23Normalized casing of "custom user model".Tim Graham
2016-11-23Fixed #26920 -- Made GEOSGeometry equality check consider the sridJackie Leng
2016-11-16Fixed #27488 -- Added SpatiaLite suppport for IsValid, MakeValid, and __isvalid.Sergey Fedoseev
2016-11-15Replaced "django" with "Django" in spelling_wordlist.akki
2016-11-12Documented GEOS 3.5 supportClaude Paroz
2016-11-12Dropped support for GDAL 1.7 and 1.8Claude Paroz
2016-11-11Fixed #27421 -- Added shape, size, and offset controls to GDALRaster construc...Daniel Wiesmann
2016-10-31Updated Oracle docs links to Oracle 12c.Mariusz Felisiak
2016-10-25Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations."Jon Dufresne
2016-10-25Updated postgresql.org links to https and made them canonical.Marti Raudsepp
2016-10-17Fixed ModelAdmin.get_max_num() example if obj is None.Riccardo Magliocchetti
2016-10-07Fixed #24941 -- Added ModelAdmin.get_exclude().Zach Borboa
2016-10-07Fixed #26327 -- Added JsonAgg to contrib.postgres.Mads Jensen
2016-10-04Fixed typos in docs/ref/contrib/admin/javascript.txt.aruseni
2016-10-04Fixed typo in docs/ref/contrib/admin/javascript.txt.aruseni
2016-10-03Fixed #27307 -- Added missing url names in sitemaps docs.Tim Graham
2016-09-30Confirmed support for PostGIS 2.3.Tim Graham
2016-09-30Updated links to the current version of PostGIS docs.Tim Graham
2016-09-30Updated links to the current version of MySQL docs.Tim Graham
2016-09-28Fixed typo in docs/ref/contrib/gis/install/postgis.txt.Christian Bundy
2016-09-27Fixed #27076 -- Documented contrib.admin.sites.AdminSite.register().Austin Simmons