summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2025-01-06Fixed #35718 -- Add JSONArray to django.db.models.functions.John Parton
2025-01-06Refs #35444 -- Deprecated contrib.postgres aggregates ordering for order_by.Chris Muthig
2025-01-03Fixed #36026 -- Clarified that View.setup() sets the request, args, kwargs at...Chaitanya Rahalkar
2025-01-02Fixed #32819 -- Added aria-describedby to fields with errors.David Smith
2025-01-02Fixed #36037 -- Fixed default primary key type in docs.Ari Pollak
2025-01-02Fixed #35886 -- Added support for object-based form media script assets.Johannes Maron
2025-01-02Fixed #36034 -- Added system check for ForeignKey/ForeignObject/ManyToManyFie...Mariusz Felisiak
2024-12-27Fixed #35891 -- Confirmed support for GDAL 3.10.David Smith
2024-12-18Fixed #26007 -- Clarified SingleObjectTemplateResponseMixin.get_template_name...Andrew Miller
2024-12-17Refs #32819 -- Added aria-describedby property to BoundField.David Smith
2024-12-17Fixed #7732 -- Added support for connection pools on Oracle.suraj
2024-12-17Fixed #35992, Fixed #35997 -- Added system check for CompositePrimaryKeys in ...Mariusz Felisiak
2024-12-17Fixed #34856 -- Fixed references to index_together in historical migrations.Andrés Reverón Molina
2024-12-16Fixed #36008 -- Fixed order of database reset in TransactionTestCase docs.Chiemezuo
2024-12-16Refs #35718, Refs #32179 -- Moved JSONObject to django.db.models.functions.json.Sage Abdullah
2024-12-11Removed links to outdated tools in docs/topics/performance.txt.amansharma612
2024-12-11Fixed #25582 -- Added support for query and fragment to django.urls.reverse().Ben Cardy
2024-12-11Fixed #35920 -- Observed requires_system_checks in migrate and runserver.Jacob Walls
2024-12-11Fixed #35989 -- Removed crs from GeoJSON serializer.Jeremy Thompson
2024-12-09Refs #35982 -- Made BaseDatabaseOperations.adapt_decimalfield_value() a no-op.Simon Charette
2024-12-09Added GeometryDistance to the GIS available functions table.Francisco Couzo
2024-12-09Removed unused and unnecessary words from docs/spelling_wordlist.Mariusz Felisiak
2024-12-06Made index view examples consistent in tutorial by removing trailing comma.Ülgen Sarıkavak
2024-12-05Refs #32819 -- Added id to ErrorList class and template.David Smith
2024-12-04Cleaned up CVE-2024-53907 and CVE-2024-53908 security archive descriptions.Sarah Boyce
2024-12-04Added CVE-2024-53907 and CVE-2024-53908 to security archive.Sarah Boyce
2024-12-04Added stub release notes for 5.1.5.Sarah Boyce
2024-12-04Fixed CVE-2024-53908 -- Prevented SQL injections in direct HasKeyLookup usage...Simon Charette
2024-12-04Fixed CVE-2024-53907 -- Mitigated potential DoS in strip_tags().Sarah Boyce
2024-12-02Removed question marks from headings in docs/topics/db/fixtures.txt.Anders Hovmöller
2024-12-02Fixed #35950 -- Restored refreshing of relations when fields deferred.Adam Johnson
2024-12-02Fixed #35964 -- Cleaned up can_order and can_delete formset examples.antoliny0919
2024-12-02Updated docs example to clear cached_property without raising AttributeError.SaJH
2024-12-02Fixed #35915 -- Clarified the empty list case in QueryDict.__getitem__() docs.jburns6789
2024-11-29Removed reference to "removing older versions of Django" in tutorial.Clifford Gama
2024-11-29Fixed #373 -- Added CompositePrimaryKey.Bendeguz Csirmaz
2024-11-28Fixed #35530 -- Deprecated request.user fallback in auth.login and auth.alogin.Jaap Roes
2024-11-28Fixed #35038 -- Created AlterConstraint operation.Salvo Polizzi
2024-11-27Added parallelism support via --jobs to docs build Makefile rule.Paolo Melchiorre
2024-11-27Made reverse() docs more self-contained.Clifford Gama
2024-11-27Removed trailing whitespace in docs.Adam Zapletal
2024-11-27Added stub release notes and release date for 5.1.4, 5.0.10, and 4.2.17.Sarah Boyce
2024-11-27Fixed #35939 -- Linked documentation of Permission.content_type to the Conten...Brock
2024-11-26Fixed #35942 -- Fixed createsuperuser crash on Python 3.13+ when username is ...Tommy Allen
2024-11-26Added missing backticks to class-based views docs.Adam Zapletal
2024-11-19Fixed #35535 -- Added template tag decorator simple_block_tag().Jake Howard
2024-11-19Fixed #35775 -- Confirmed support for GEOS 3.13.David Smith