summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
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
2023-12-08Fixed #35016 -- Doc'd that DATABASES["OPTIONS"] are passed to new PostgreSQL ...Yashas
2023-12-05Deprecated django.contrib.gis.geoip2.GeoIP2.open().Nick Pope
2023-12-01Improved wording in auth.models.User field docs.Adrien
2023-12-01Deprecated django.contrib.gis.geoip2.GeoIP2.coords().Nick Pope
2023-11-29Updated conditions to retrieve primary keys in bulk_create() docs.KimSia Sim
2023-11-29Refs #25778 -- Updated some links and references to HTTPS.Adam Johnson
2023-11-28Removed link to lawrence.com in contrib.sites docs.Adam Johnson
2023-11-28Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.Mariusz Felisiak
2023-11-28Fixed #34633 -- Made create() method of reverse many-to-one managers clear pr...Aman Pandey
2023-11-25Refs #34380 -- Improved docs for forms.URLField.assume_scheme.Adam Johnson
2023-11-23Fixed #34990 -- Changed link to OWASP in CSRF docs.Tim Schilling
2023-11-17Refs #32819 -- Established relationship between form fieldsets and their help...David Smith
2023-11-16Refs #32819 -- Used auto_id instead of id_for_label as unique identifier for ...David Smith
2023-11-15Refs #33690 -- Added missing data-theme selector to example in theming suppor...William Hayes
2023-11-14Refs #34944 -- Propagated system checks for GeneratedField.output_field.Mariusz Felisiak
2023-11-14Fixed #34944 -- Made GeneratedField.output_field required.Mariusz Felisiak
2023-11-09Fixed #34457 -- Restored output for makemigrations --check.Adam Johnson
2023-11-09Fixed typos in docs/ref/models/fields.txt.Jacob Walls
2023-11-02Fixed #34813 -- Doc'd usage of integrity HTML attribute with ManifestStaticFi...Patrick Rauscher
2023-10-30Refs #29850 -- Added exclusion support to window frames.Sarah Boyce
2023-10-28Refs #29850 -- Added RowRange support for positive integer start and negative...Sarah Boyce
2023-10-28Fixed typos in docs/ref/models/expressions.txt.Sarah Boyce
2023-10-27Doc'd writing integration tests for the system check framework.Marc Gibbons
2023-10-27Fixed typo in docs/ref/contrib/gis/geos.txt.Izzy Hyman
2023-10-26Fixed #10941 -- Added {% query_string %} template tag.Tom Carrick
2023-10-25Added missing pycon directives in various docs.Mariusz Felisiak
2023-10-25Fixed #27403 -- Doc'd that QuerySet.prefetch_related() doesn't guarantee tran...Tim Bell
2023-10-11Fixed #34808 -- Doc'd aggregate function's default argument.lufafajoshua
2023-10-07Added missing import in docs/ref/contrib/contenttypes.txt.sag᠎e
2023-10-06Refs #32275 -- Added scrypt password hasher to PASSWORD_HASHERS setting docs.ume
2023-10-05Refs #31435 -- Doc'd potential infinite recursion when accessing model fields...David Sanders