summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2017-03-22Clarified backend support of Area GIS function.Sergey Fedoseev
2017-03-21Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.Mariusz Felisiak
2017-03-20Removed extra characters in docs header underlines.Mariusz Felisiak
2017-03-17Clarified return value of NumGeometries GIS function.Sergey Fedoseev
2017-03-17Removed MySQL (unsupported) from Perimeter docs.Sergey Fedoseev
2017-03-16Removed self from method signatures in docs.Alasdair Nicol
2017-03-16Added SpatiaLite NumPoints support for non-LINESTRING geometries.Sergey Fedoseev
2017-03-16Linked GIS functions docs to corresponding PostGIS docs.Sergey Fedoseev
2017-03-16Updated postgis.net and gaia-gis.it links to https.Tim Graham
2017-02-28Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__().Alexey Opalev
2017-02-11Refs #26610 -- Added CIText mixin and CIChar/Email/TextField.Mads Jensen
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-04Fixed #27767 -- Added distinct argument to ArrayAgg.orf
2017-01-31Refs #27421 -- Documented GDALRaster creation in detail.Daniel Wiesmann
2017-01-30Fixed incorrect namespace in sitemap example.Arkadiusz Adamski
2017-01-28Fixed #26993 -- Increased User.last_name max_length to 150 characters.Thom Wiggers
2017-01-28Fixed #27788 -- Dropped support for Oracle < 12.1.Tim Graham
2017-01-26Refs #23919, #27778 -- Removed obsolete mentions of unicode.Vytis Banaitis
2017-01-25Refs #23919 -- Removed misc Python 2/3 references.Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super() in docs.chillaranand
2017-01-20Refs #23919 -- Removed pysqlite support (it's Python 2 only).Tim Graham
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-17Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.Tim Graham
2017-01-17Refs #25773 -- Removed deprecated geos.MultiPolygon.cascaded_union property.Tim Graham
2017-01-17Refs #13110 -- Removed SyndicationFeed.add_item()'s enclosure argument.Tim Graham
2017-01-17Refs #25135 -- Removed support for the contrib.admin allow_tags attribute.Tim Graham
2017-01-17Refs #25184 -- Removed contrib.gis.geoip per deprecation timeline.Tim Graham
2017-01-17Removed GeoManager and GeoQuerySet per deprecation timeline.Tim Graham
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