summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2024-03-15Refs #33996 -- Updated CheckConstraint validation on NULL values on Oracle 23c+.Mariusz Felisiak
2024-03-11Fixed #25595 -- Doc'd that URLValidator rejects file:// URIs without a host.Adam Zapletal
2024-03-10Fixed #35280 -- Improved iriencode filter example in docs.canhuynh1998
2024-03-06Fixed broken links and redirects in docs.Mariusz Felisiak
2024-03-06Updated broken links in docs/ref/contrib/gis/tutorial.txt.Mohammad Alsakhawy
2024-03-01Refs #33497 -- Added connection pool support for PostgreSQL.Sarah Boyce
2024-03-01Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition.Simon Charette
2024-02-29Fixed typo in docs/ref/contrib/admin/index.txt.kbehlers
2024-02-28Removed #django-geo IRC channel in docs.Mariusz Felisiak
2024-02-28Refs #34964 -- Doc'd that Q expression order is preserved.David Sanders
2024-02-23Fixed #35090 -- Deprecated registering URL converters with the same name.Salvo Polizzi
2024-02-21Fixed #34806 -- Made cached_db session backend resilient to cache write errors.Sulabh Katila
2024-02-20Fixed #35153 -- Added note about locale name notation to FORMAT_MODULE_PATH d...sandjio
2024-02-17Fixed #28011 -- Corrected Field.hidden docs.Adam Johnson
2024-02-16Fixed #24018 -- Allowed setting pragma options on SQLite.Aaron Linville
2024-02-05Fixed #10743 -- Allowed lookups for related fields in ModelAdmin.list_display.Tom Carrick
2024-02-05Fixed #16281 -- Fixed ContentType.get_object_for_this_type() in a multiple da...Ben Cail
2024-01-30Fixed #29280 -- Made the transactions behavior configurable on SQLite.Anže Pečar
2024-01-29Fixed #35141 -- Clarified the expected type of CACHE_MIDDLEWARE_SECONDS setting.Alexander Lazarević
2024-01-29Refs #35058 -- Added support for measured geometries to GDAL LineString.David Smith
2024-01-28Refs #35058 -- Made centroid available on all geometry types.David Smith
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-25Refs #35058 -- Added support for measured geometries to GDAL Point.David Smith
2024-01-23Fixed #34971 -- Doc'd additional loggers.duranbe
2024-01-23Refs #35058 -- Deprecated OGRGeometry.coord_dim setter.David Smith
2024-01-22Fixed #35130 -- Doc'd django.db.close_old_connections().Salvo Polizzi
2024-01-20Updated "Dive Into Python" links.Emmanuel Katchy
2024-01-18Refs #35058 -- Added is_3d and set_3d() to OGRGeometry.David Smith
2024-01-18Fixed typo in docs/ref/migration-operations.txt.Viicos
2024-01-17Fixed #31700 -- Made makemigrations command display meaningful symbols for ea...Amir Karimi
2024-01-16Fixed #35117 -- Added support for the hectare unit in Area.Alexis Athlani
2024-01-16Used more specific link to email backends in EMAIL_BACKEND docs.Baptiste Mispelon
2024-01-15Fixed #34949 -- Clarified when UniqueConstraints with include/nulls_distinct ...jordanbae
2024-01-15Fixed #28344 -- Allowed customizing queryset in Model.refresh_from_db()/arefr...Aivars Kalvans
2024-01-10Fixed #35092 -- Exposed extra fields for GeoIP2.country() and GeoIP2.city() r...Nick Pope
2024-01-07Fixed #35091 -- Allowed GeoIP2 querying using IPv4Address/IPv6Address.Nick Pope
2024-01-06Fixed #35088 -- Added support for Collect on MySQL 8.0.24+.Nick Pope
2024-01-05Fixed #35086 -- Added support for BoundedCircle on Spatialite 5.1+.David Smith
2024-01-02Fixed #35075 -- Added deduplicate_items parameter to BTreeIndex.Nick Pope
2024-01-02Fixed #35060 -- Deprecated passing positional arguments to Model.save()/asave().Salvo Polizzi
2023-12-30Fixed #35069 -- Fixed typo in docs/ref/forms/api.txt.Salvo Polizzi
2023-12-30Fixed #29049 -- Added slicing notation to F expressions.Nick Pope
2023-12-28Corrected code-block directives in docs.Mariusz Felisiak
2023-12-28Improved DEFAULT_FROM_EMAIL/SERVER_EMAIL docs.David D Lowe
2023-12-21Fixed #35005 -- Confirmed support for GDAL 3.8.David Smith
2023-12-20Fixed #35049 -- Dropped support for GDAL 2.4.David Smith
2023-12-20Fixed #35048 -- Dropped support for PROJ 5.x.David Smith
2023-12-19Doc'd that users with unusable passwords cannot request a password reset.Amin Shah Gilani
2023-12-15Added missing import in docs/ref/models/expressions.txt.Viicos
2023-12-14Added clarifications about the DATABASES.TIME_ZONE setting in docs.David Sanders