summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
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-23Fixed #33864 -- Deprecated length_is template filter.Nick Pope
2022-07-22Fixed #33317 -- Added note about unconditional evaluation of {% block %} tags.Victor
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-12Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.David Wobrock
2022-07-08Fixed #33718 -- Dropped support for MySQL 5.7.Mariusz Felisiak
2022-07-08Refs #27236 -- Added generic mechanism to handle the deprecation of migration...David Wobrock
2022-06-28Fixed #33779 -- Allowed customizing encoder class in django.utils.html.json_s...Hrushikesh Vaidya
2022-06-28Refs #33779 -- Doc'd django.utils.html.json_script().Hrushikesh Vaidya
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-17Fixed #24870 -- Added --update option to makemigrations command.David Wobrock
2022-06-16Fixed #33786 -- Confirmed support for GDAL 3.5.Mariusz Felisiak
2022-06-16Added YugabyteDB to list of third-party DB backends.Sfurti-yb
2022-06-03Fixed documentation of Widget.id_for_label() empty return value.Swann
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-24Fixed #33724 -- Doc'd exclude argument changes in model validation.Mariusz Felisiak
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-18Refs #30581 -- Updated count of steps in model validation docs.Joachim Jablon
2022-05-18Fixed #33713 -- Dropped support for MariaDB 10.3.Mariusz Felisiak
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2022-05-17Refs #32339 -- Deprecated default.html form template.David Smith
2022-05-17Fixed #33683 -- Document HttpResponseBase and allow import from django.httpCollin Anderson
2022-05-16Refs #33685 -- Doc'd that using PostgreSQL's service names for testing purpos...Mariusz Felisiak
2022-05-16Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone.Marcelo Galigniana
2022-05-12Refs #27064 -- Added RenameIndex migration operation.David Wobrock
2022-05-12Fixed #32559 -- Added 'step_size’ to numeric form fields.Kapil Bansal
2022-05-12Fixed #33543 -- Deprecated passing nulls_first/nulls_last=False to OrderBy an...Mariusz Felisiak
2022-05-10Fixed #30581 -- Added support for Meta.constraints validation.Gagaro
2022-05-06Fixed #33680 -- Corrected example of customizing model loading in docs.Ali Toosi
2022-05-05Fixed #32339 -- Added div.html form template.David Smith
2022-05-04Refs #32339 -- Restructured outputting HTML form docs.Carlton Gibson
2022-05-04Fixed #33675 -- Dropped support for PostgreSQL 10 and PostGIS 2.4.Mariusz Felisiak
2022-05-03Fixed #33658 -- Doc'd ModelChoiceField.blank attribute.Alokik Vijay
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-27Refs #32339 -- Allowed renderer to specify default form and formset templates.Carlton Gibson
2022-04-27Refs #32339 -- Added base form renderer to docs.Carlton Gibson
2022-04-26Fixed #33646 -- Added async-compatible interface to QuerySet.Andrew Godwin
2022-04-26Fixed #27471 -- Made admin's filter choices collapsable.Marcelo Galigniana
2022-04-20Refs #33508 -- Corrected note about MySQL/MariaDB support of index ordering.Hannes Ljungberg
2022-04-20Added TiDB to list of third-party DB backends.Xiang Zhang
2022-04-19Updated note about ListView pagination example in CBV docs.Theofilos Alexiou