summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2025-12-02[5.2.x] Fixed CVE-2025-64460 -- Corrected quadratic inner text accumulation i...Shai Berger
2025-11-30[5.2.x] Added link to Python Pickle documentation in docs/topics/cache.txt.Rida Zouga
2025-11-27[5.2.x] Fixed outdated redis-py link in cache docs.Bruno Alla
2025-11-13[5.2.x] Fixed #36686 -- Clarified Meta.ordering is ignored in GROUP BY queries.Kasyap Pentamaraju
2025-10-27[5.2.x] Fixed #36681 -- Removed English pluralization bias from example in do...Kasyap Pentamaraju
2025-10-23[5.2.x] Fixed #35095 -- Clarified Swiss number formatting in docs/topics/i18n...Annabelle Wiegart
2025-10-03[5.2.x] Fixed #36636, Refs #15902 -- Removed session-based storage reference ...Dani Fornons
2025-09-29[5.2.x] Fixed #36587 -- Clarified usage of `list.insert()` for upload handlers.okaybro
2025-09-18[5.2.x] Fixed #36581 -- Updated serialization examples from XML to JSON.CodingWithSaksham
2025-09-12[5.2.x] Fixed #36597 -- Corrected directives for functions from email module ...Mridul Dhall
2025-08-29[5.2.x] Fixed #35831 -- Documented the model form meta API in model form refe...Mustafa Pirbhai
2025-08-19[5.2.x] Fixed spelling of "logged-in" when used as an adjective in docs.mengxun
2025-08-11[5.2.x] Corrected code examples in topics docs.Rohit
2025-08-04[5.2.x] Corrected assertNumQueries() example in docs/topics/testing/tools.txt.Adam Zapletal
2025-07-25[5.2.x] Fixed typo in docs/topics/email.txt.Mike Edmunds
2025-07-17[5.2.x] Fixed get_connection() signature in docs/topics/email.txt.Mike Edmunds
2025-06-13[5.2.x] Corrected jsonfield fieldlookup references.Sarah Boyce
2025-06-10[5.2.x] Refs #373 -- Doc'd that on_delete is ignored for ForeignObject.Jacob Walls
2025-06-10[5.2.x] Fixed #36449 -- Fixed field types in example model using ForeignObject.Jacob Walls
2025-05-02[5.2.x] Fixed #17461 -- Doc'd the presumed order of foreign keys on the inter...Clifford Gama
2025-04-27[5.2.x] Fixed #36335 -- Fixed typo in docs/topics/db/managers.txt.dbogar89
2025-04-15[5.2.x] Fixed #36269 -- Documented how to test callable storage in FileField.Ahmed Nassar
2025-04-15[5.2.x] Fixed #35993 -- Documented gettext f-string support limitations.Ahmed Nassar
2025-03-23[5.2.x] Fixed typo in docs/topics/signals.txt.mguegnol
2025-03-21[5.2.x] Fixed #36095 -- Introduced lazy references in "Models across files" s...Clifford Gama
2025-03-18[5.2.x] Fixed #33497 -- Doc'd that persistent DB connections should be disabl...Carlton Gibson
2025-03-18[5.2.x] Fixed #36202 -- Added examples of JSONField __contains and __containe...Clifford Gama
2025-03-17[5.2.x] Fixed #36254 -- Fixed template dictionary unpacking in docs/topics/i1...YQ
2025-03-13[5.2.x] Fixed incorrect formatting for inline pluralized code references in d...Clifford Gama
2025-03-12[5.2.x] Fixed #36249 -- Fixed typo in docs/topics/db/queries.txt.hesham hatem
2025-03-04[5.2.x] Fixed #36128 -- Clarified auto-generated unique constraint on m2m thr...Clifford Gama
2025-03-02[5.2.x] Added some heading labels to to docs/topics/cache.txt.Tim Graham
2025-02-24[5.2.x] Added security reporting guidelines.Sarah Boyce
2025-02-16[5.2.x] Refs #35967 -- Doc'd DatabaseCreation.serialize_db_to_string() method.Simon Charette
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 #36075 -- Documented how to introspect composite primary keys.Simon Charette
2025-01-07Refs #36042 -- Raised ValueError when providing composite expressions to aggr...Jacob Walls
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
2024-12-16Fixed #36008 -- Fixed order of database reset in TransactionTestCase docs.Chiemezuo
2024-12-11Removed links to outdated tools in docs/topics/performance.txt.amansharma612
2024-12-02Removed question marks from headings in docs/topics/db/fixtures.txt.Anders Hovmöller
2024-12-02Fixed #35964 -- Cleaned up can_order and can_delete formset examples.antoliny0919
2024-11-29Fixed #373 -- Added CompositePrimaryKey.Bendeguz Csirmaz
2024-11-26Added missing backticks to class-based views docs.Adam Zapletal
2024-11-18Refs #32339 -- Updated formset docs to reflect default rendering as as_div.antoliny0919
2024-11-18Fixed typo in docs/topics/performance.txt.Caitlin Hogan
2024-11-14Fixed #35784 -- Added support for preserving the HTTP request method in HttpR...Lorenzo Peña
2024-11-14Fixed #35887 -- Added imports and admin.site.register to non-partial admin in...Alexander Lazarević