summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2022-08-12Fixed #33924 -- Deprecated BaseGeometryWidget.map_height/map_width attributes.Claude Paroz
2022-08-09Refs #33842 -- Removed incorrect :file: role in contrib docs.Ramil Yanbulatov
2022-08-09Fixed #33842 -- Used :source: role for links to repo files on GitHub.Ramil Yanbulatov
2022-08-03Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak
2022-07-30Fixed #33442 -- Allowed GeoIP2 to use DB-IP Lite datasets.Claude Paroz
2022-07-25Fixed #33866 -- Added pathlib.Path support to GDALRaster constructor.Claude Paroz
2022-07-23Refs #25756 -- Doc'd inability to use file fields with PostgreSQL ArrayField.Claude Paroz
2022-07-18Fixed #33850 -- Confirmed support for GEOS 3.11.Mariusz Felisiak
2022-07-13Fixed #30711 -- Doc'd django.contrib.postgres.fields.hstore.KeyTransform().Alokik Vijay
2022-07-08Fixed #33718 -- Dropped support for MySQL 5.7.Mariusz Felisiak
2022-06-24Fixed #33804 -- Corrected GinIndex.gin_pending_list_limit description in docs.Ian Wootten
2022-06-17Fixed #33788 -- Added TrigramStrictWordSimilarity() and TrigramStrictWordDist...Matt Brewer
2022-06-16Fixed #33786 -- Confirmed support for GDAL 3.5.Mariusz Felisiak
2022-06-01Fixed #33742 -- Added id to GeoJSON serializer.Samir Shah
2022-05-31Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak
2022-05-25Unified AdminSite imports in docs.Hasan Ramezani
2022-05-20Fixed #33721 -- Added DE-9IM link in GEOS docs.Burak Kadir Er
2022-05-19Fixed #33717 -- Dropped support for PostgreSQL 11.Mariusz Felisiak
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-05-16Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone.Marcelo Galigniana
2022-05-10Fixed #30581 -- Added support for Meta.constraints validation.Gagaro
2022-05-04Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak
2022-04-29Refs #23435 -- Added note about GenericForeignKey indexes to docs.Steven DeMartini
2022-04-28Removed hyphen from pre-/re- prefixes.David
2022-04-28Added links to Solr and Haystack in docs.David
2022-04-28Added backticks to code literals in various docs.David
2022-04-26Fixed #27471 -- Made admin's filter choices collapsable.Marcelo Galigniana
2022-04-18Refs #33328 -- Corrected JS check for event.detail presence in docs.Claude Paroz
2022-03-29Updated Oracle docs links to Oracle 21c.Mariusz Felisiak
2022-03-29Updated various links to HTTPS and new locations.Mariusz Felisiak
2022-03-25Fixed #33564 -- Confirmed support for PROJ 9.X.David Smith
2022-03-25Used Cmake in GEOS installation docs.David Smith
2022-03-25Fixed #7497 -- Allowed overriding the order of apps and models in admin.adontz
2022-03-16Doc'd BaseConstraint.Gagaro
2022-03-16Fixed #33577 -- Confirmed support for GDAL 3.4.Mariusz Felisiak
2022-03-10Fixed #33561 -- Allowed synchronization of user attributes in RemoteUserBackend.Adrian Torres
2022-02-25Optimized docs images.Mariusz Felisiak
2022-02-24Refs #33328 -- Added some advice regarding handling formset:added/removed in ...Matthias Kestenholz
2022-02-23Fixed #33328 -- Transformed formset:added/removed to native JS events.Claude Paroz
2022-01-28Fixed #33459 -- Clarified index type in full text search docs.Thomas Aglassinger
2022-01-20Fixed #33453 -- Dropped support for GDAL 2.1.Mariusz Felisiak
2022-01-19Updated GEOS/GDAL links in docs and comments.Moritz DuchĂȘne
2022-01-18Fixed #33446 -- Added CSS source map support to ManifestStaticFilesStorage.Adam Johnson
2022-01-12Fixed typo in docs/ref/contrib/admin/index.txt.Scott Pashley
2022-01-11Fixed typo in docs/ref/contrib/admin/index.txt.Victor Peralta
2022-01-10Fixed #33428 -- Confirmed support for PostGIS 3.2.Nick Pope
2022-01-10Corrected directive for signals in django.contrib.auth docs.Mariusz Felisiak
2021-12-30Improved @display(empty_value) example in ModelAdmin.empty_value_display docs.mangelozzi
2021-12-28Avoided counting attributes and methods in docs.Mariusz Felisiak
2021-12-27Refs #33342 -- Deprecated ExclusionConstraint.opclasses.Hannes Ljungberg