summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2025-02-18[5.2.x] Fixed #36197 -- Fixed improper many-to-many count() and exists() for ...Simon Charette
2025-02-17[5.2.x] Fixed #36191 -- Truncated the overwritten file content in FileSystemS...Gaƫl Utard
2025-02-16[5.2.x] Refs #35967 -- Doc'd DatabaseCreation.serialize_db_to_string() method.Simon Charette
2025-02-14[5.2.x] Corrected wording in docs/ref/models/constraints.txt.Luke Cousins
2025-02-14[5.2.x] Fixed typo in docs/ref/databases.txt.Jaime Terreu
2025-02-13[5.2.x] Fixed #36158 -- Refactored shell command to improve auto-imported obj...Natalia
2025-02-13[5.2.x] Fixed #36182 -- Returned "?" if all parameters are removed in queryst...Sarah Boyce
2025-02-13[5.2.x] Reverted "Refs #35803 -- Added support for __coveredby GIS lookup on ...Mariusz Felisiak
2025-02-13[5.2.x] Reverted "Fixed #35803 -- Added support for Collect, GeoHash, and IsV...Mariusz Felisiak
2025-02-10[5.2.x] Refs #35515 -- Added missing docs for `--no-imports` flag for the she...Natalia
2025-02-10[5.2.x] Wrapped lines at 79 cols in docs/howto/custom-shell.txt.Natalia
2025-02-10[5.2.x] Specified "django" repository for twine call in docs/internals/howto-...Mariusz Felisiak
2025-02-05[5.2.x] Added stub release notes for 5.1.7.Natalia
2025-02-05[5.2.x] Added release date for 5.1.6, 5.0.12, and 4.2.19.Natalia
2025-02-04[5.2.x] Clarified docs for default email value in UserManager.create_user().amirreza sohrabi far
2025-02-04[5.2.x] Refs #35612 -- Extended docs on how the security team evaluates reports.nessita
2025-02-01[5.2.x] Fixed #36140 -- Allowed BaseUserCreationForm to define non required p...nessita
2025-02-01[5.2.x] Fixed #36162 -- Fixed the `black` Makefile docs rule to work on macOS.Mike Edmunds
2025-01-30[5.2.x] Tweaked docs to avoid reformatting given new black version.nessita
2025-01-30[5.2.x] Fixed #36159 -- Removed the empty import example in the custom shell ...Salvo Polizzi
2025-01-28[5.2.x] Clarified the Releaser's discretion for determining and postponing th...Sarah Boyce
2025-01-28[5.2.x] Updated the release process documentation to reflect the current proc...Sarah Boyce
2025-01-24[5.2.x] Fixed ambiguous pronoun reference in docs/ref/models/fields.txt.Clifford Gama
2025-01-23[5.2.x] Clarified feature freeze tasks in docs/internals/howto-release-django...nessita
2025-01-22[5.2.x] Fixed #36125 -- Switched docs to use chat.djangoproject.com when refe...Baptiste Mispelon
2025-01-21[5.2.x] Refs 35653 -- Clarified docs for EMAIL_SSL_CERTFILE and EMAIL_SSL_KEY...Igor Scheller
2025-01-20[5.2.x] Refs #32193 -- Updated python-memcached to pymemcache in contributing...Mariusz Felisiak
2025-01-16[5.2.x] Fixed typos in docs/releases/5.2.txt.Clifford Gama
2025-01-15[5.2.x] Bumped django_next_version in docs config.Sarah Boyce
2025-01-15Made cosmetic edits to docs/releases/5.2.txt.Sarah Boyce
2025-01-15Removed empty sections from 5.2 release notes.Sarah Boyce
2025-01-15Updated man page for Django 5.2 alpha.Sarah Boyce
2025-01-15Fixed #35521 -- Allowed overriding BoundField class on fields, forms and rend...Matthias Kestenholz
2025-01-15Fixed #36098 -- Fixed validate_ipv6_address()/validate_ipv46_address() crash ...Mariusz Felisiak
2025-01-15Fixed #36070 -- Clarified model validation behavior for composite pks.Jacob Walls
2025-01-15Refs #36070 -- Referred to pk as an attribute when a composite primary key is...Jacob Walls
2025-01-14Fixed #36051 -- Declared arity on aggregate functions.Jacob Walls
2025-01-14Fixed #36075 -- Documented how to introspect composite primary keys.Simon Charette
2025-01-14Added CVE-2024-56374 to security archive.Natalia
2025-01-14Added stub release notes for 5.1.6.Natalia
2025-01-14Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.Michael Manfre
2025-01-14Made cosmetic edits to 5.1.5 release notes.Natalia
2025-01-13Fixed #36077 -- Corrected docs on pk value where Model.save() executes an UPD...Jacob Walls
2025-01-10Fixed #36032 -- Rendered URLField values as links in the admin.antoliny0919
2025-01-09Fixed #35515 -- Added automatic model imports to shell management command.Salvo Polizzi
2025-01-08Fixed #35999 -- Removed #django IRC channel references where appropriate.Sarah Boyce
2025-01-08Strengthened wording on supported Python versions in FAQ.Carlton Gibson
2025-01-07Added stub release notes and release date for 5.1.5, 5.0.11, and 4.2.18.Natalia
2025-01-07Fixed typo in tutorial 5.Clifford Gama
2025-01-07Refs #36042 -- Raised ValueError when providing composite expressions to aggr...Jacob Walls