summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
7 daysReplaced references in docs to accepted PEPs with specific Python docs links.Mike Edmunds
8 daysRefs #12090 -- Documented parameters for contrib.admin.decorators.action().Sarah Boyce
9 daysFixed #10919 -- Added delete_confirmation_max_display to ModelAdmin.Rodrigo Vieira
9 daysFixed #35870 -- Made blank choice label in forms more accessible.Annabelle Wiegart
13 daysFixed #37024 -- Made SITE_ID system check validation use Site._meta.pk.Tim Graham
14 daysFixed #37028 -- Added BitAnd(), BitOr(), and BitXor() aggregates.Mariusz Felisiak
2026-04-13Fixed #33113 -- Documented usage and caveats of HTML5 date input in DateInput...Samriddha9619
2026-04-07Fixed #37021 -- Added Permission.user_perm_str property.mariatta
2026-04-07Fixed #36816 -- Allowed **kwargs in @task decorator.Nilesh Kumar Pahari
2026-04-07Refs CVE-2026-33034 -- Improved security documentation on handling large requ...Jake Howard
2026-04-02Refs #36862 -- Reiterated security note on both variants of RemoteUserMiddlew...Jacob Walls
2026-04-02Fixed #36862 -- Doc'd the need for a proxy when deploying RemoteUserMiddlewar...Jacob Walls
2026-03-28Refs #36526 -- Fixed bulk_update() batching example in docs.Georgios Verigakis
2026-03-19Fixed #36904 -- Clarified how to hide form field labels in docs.Amar
2026-03-16Removed reference to spatialreference.org being a Django website.David Smith
2026-03-14Fixed #35786 -- Removed outdated note about database defaults in AddField/Alt...Ahmed Nassar
2026-03-04Fixed #21080 -- Ignored urls inside comments during collectstatic.James Bligh
2026-03-03Fixed #36887 -- Improved admin changelist layout for object-tools button.Jacob Walls
2026-03-03Fixed #20775 -- Clarified that SQL for text lookups varies per database.Lakshya
2026-02-27Fixed #34643 -- Moved inputs beneath labels and errors in admin forms.antoliny0919
2026-02-25Fixed #36848 -- Mentioned BadRequest exception in docs/ref/views.txt.LincolnPuzey
2026-02-25Fixed #36944 -- Removed MAX_LENGTH_HTML and related 5M chars limit references...Natalia
2026-02-19Fixed #36929 -- Dropped support for GEOS 3.9.Pravin Kamble
2026-02-18Refs #19221 -- Fixed outdated KEY_FUNCTION definition in docs/ref/settings.txt.Mike Edmunds
2026-02-16Fixed #36918 -- Removed double spaces and fixed minor grammar issues in docs.$ῗἧḡḥ𝐀丂𝓱м𝑒𝑒𝐓
2026-02-13Fixed #36857 -- Added QuerySet.totally_ordered property.VIZZARD-X
2026-02-10Fixed #36841 -- Made multipart parser class pluggable on HttpRequest.farhan
2026-02-10Fixed #36890 -- Supported StringAgg(distinct=True) on SQLite with the default...varunkasyap
2026-02-10Refs #35444 -- Doc'd deprecation in contrib.postgres.aggreggates.StringAgg.de...Jacob Walls
2026-02-09Refs #36644 -- Documented no pk ordering in first()/last() after empty order_...Jacob Walls
2026-02-06Fixed #36272 -- Removed obsolete libgeoip from GeoDjango installation docs.SnippyCodes
2026-02-02Added missing quotes around nonce in docs/ref/csp.txt.Jacob Walls
2026-01-30Fixed typos in docs/ref/models/querysets.txt.Jacob Walls
2026-01-29Fixed docs spelling errors accumulated over time.Natalia
2026-01-25Fixed #36812 -- Dropped support for MariaDB < 10.11.Skyiesac
2026-01-19Refs #25508 -- Updated outdated QuerySet.__repr__() results.Clifford Gama
2026-01-19Fixed unbalanced parentheses in docs.Clifford Gama
2026-01-18Applied Black's 2026 stable style.Mariusz Felisiak
2026-01-10Fixed #36827 -- Added support for exclusion constraints using Hash indexes on...Haki Benita
2026-01-08Fixed a typo in docs/ref/forms/models.txt.Jacob Walls
2026-01-08Fixed #36844 -- Clarified need for reusable apps to set default_auto_field in...Amar Ahmed Deina
2026-01-08Relocated content from docs/topics/external-packages.txt where appropriate.Natalia
2025-12-22Refs #36305 -- Fixed indentation in checks and middleware documentation.ankan0503
2025-12-22Fixed #36806 -- Added system check for null kwarg in GeneratedField.Nilesh Kumar Pahari
2025-12-19Fixed #36808 -- Required name argument in UniqueConstraint signature.Jonathan Biemond
2025-12-17Fixed #27380 -- Added "raw" argument to m2m_changed signals.Mariusz Felisiak
2025-12-17Fixed #36747 -- Parsed weeks from ISO 8601 format in parse_duration().varunkasyap
2025-12-16Fixed #36594 -- Improved UniqueConstraint's nulls_distinct system check message.Mridul Dhall
2025-12-13Fixed #36765 -- Added support for stored GeneratedFields on Oracle 23ai/26ai ...Mariusz Felisiak
2025-12-12Refs #36735 -- Supported shift parameter for UUID7 on PostgreSQL.Lily Acorn