index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
Age
Commit message (
Expand
)
Author
2025-01-15
[5.2.x] Bumped django_next_version in docs config.
Sarah Boyce
2025-01-15
Made cosmetic edits to docs/releases/5.2.txt.
Sarah Boyce
2025-01-15
Removed empty sections from 5.2 release notes.
Sarah Boyce
2025-01-15
Updated man page for Django 5.2 alpha.
Sarah Boyce
2025-01-15
Fixed #35521 -- Allowed overriding BoundField class on fields, forms and rend...
Matthias Kestenholz
2025-01-15
Fixed #36098 -- Fixed validate_ipv6_address()/validate_ipv46_address() crash ...
Mariusz Felisiak
2025-01-15
Fixed #36070 -- Clarified model validation behavior for composite pks.
Jacob Walls
2025-01-15
Refs #36070 -- Referred to pk as an attribute when a composite primary key is...
Jacob Walls
2025-01-14
Fixed #36051 -- Declared arity on aggregate functions.
Jacob Walls
2025-01-14
Fixed #36075 -- Documented how to introspect composite primary keys.
Simon Charette
2025-01-14
Added CVE-2024-56374 to security archive.
Natalia
2025-01-14
Added stub release notes for 5.1.6.
Natalia
2025-01-14
Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.
Michael Manfre
2025-01-14
Made cosmetic edits to 5.1.5 release notes.
Natalia
2025-01-13
Fixed #36077 -- Corrected docs on pk value where Model.save() executes an UPD...
Jacob Walls
2025-01-10
Fixed #36032 -- Rendered URLField values as links in the admin.
antoliny0919
2025-01-09
Fixed #35515 -- Added automatic model imports to shell management command.
Salvo Polizzi
2025-01-08
Fixed #35999 -- Removed #django IRC channel references where appropriate.
Sarah Boyce
2025-01-08
Strengthened wording on supported Python versions in FAQ.
Carlton Gibson
2025-01-07
Added stub release notes and release date for 5.1.5, 5.0.11, and 4.2.18.
Natalia
2025-01-07
Fixed typo in tutorial 5.
Clifford Gama
2025-01-07
Refs #36042 -- Raised ValueError when providing composite expressions to aggr...
Jacob Walls
2025-01-06
Fixed #35718 -- Add JSONArray to django.db.models.functions.
John Parton
2025-01-06
Refs #35444 -- Deprecated contrib.postgres aggregates ordering for order_by.
Chris Muthig
2025-01-03
Fixed #36026 -- Clarified that View.setup() sets the request, args, kwargs at...
Chaitanya Rahalkar
2025-01-02
Fixed #32819 -- Added aria-describedby to fields with errors.
David Smith
2025-01-02
Fixed #36037 -- Fixed default primary key type in docs.
Ari Pollak
2025-01-02
Fixed #35886 -- Added support for object-based form media script assets.
Johannes Maron
2025-01-02
Fixed #36034 -- Added system check for ForeignKey/ForeignObject/ManyToManyFie...
Mariusz Felisiak
2024-12-27
Fixed #35891 -- Confirmed support for GDAL 3.10.
David Smith
2024-12-18
Fixed #26007 -- Clarified SingleObjectTemplateResponseMixin.get_template_name...
Andrew Miller
2024-12-17
Refs #32819 -- Added aria-describedby property to BoundField.
David Smith
2024-12-17
Fixed #7732 -- Added support for connection pools on Oracle.
suraj
2024-12-17
Fixed #35992, Fixed #35997 -- Added system check for CompositePrimaryKeys in ...
Mariusz Felisiak
2024-12-17
Fixed #34856 -- Fixed references to index_together in historical migrations.
Andrés Reverón Molina
2024-12-16
Fixed #36008 -- Fixed order of database reset in TransactionTestCase docs.
Chiemezuo
2024-12-16
Refs #35718, Refs #32179 -- Moved JSONObject to django.db.models.functions.json.
Sage Abdullah
2024-12-11
Removed links to outdated tools in docs/topics/performance.txt.
amansharma612
2024-12-11
Fixed #25582 -- Added support for query and fragment to django.urls.reverse().
Ben Cardy
2024-12-11
Fixed #35920 -- Observed requires_system_checks in migrate and runserver.
Jacob Walls
2024-12-11
Fixed #35989 -- Removed crs from GeoJSON serializer.
Jeremy Thompson
2024-12-09
Refs #35982 -- Made BaseDatabaseOperations.adapt_decimalfield_value() a no-op.
Simon Charette
2024-12-09
Added GeometryDistance to the GIS available functions table.
Francisco Couzo
2024-12-09
Removed unused and unnecessary words from docs/spelling_wordlist.
Mariusz Felisiak
2024-12-06
Made index view examples consistent in tutorial by removing trailing comma.
Ülgen Sarıkavak
2024-12-05
Refs #32819 -- Added id to ErrorList class and template.
David Smith
2024-12-04
Cleaned up CVE-2024-53907 and CVE-2024-53908 security archive descriptions.
Sarah Boyce
2024-12-04
Added CVE-2024-53907 and CVE-2024-53908 to security archive.
Sarah Boyce
2024-12-04
Added stub release notes for 5.1.5.
Sarah Boyce
2024-12-04
Fixed CVE-2024-53908 -- Prevented SQL injections in direct HasKeyLookup usage...
Simon Charette
[next]