summaryrefslogtreecommitdiff
path: root/docs/topics/db
Commit message (Expand)AuthorAgeFilesLines
* Improved examples in docs about raw SQL queries.Mariusz Felisiak2023-04-201-7/+10
* Fixed #34463 -- Corrected code-block directives in docs.Yahya Ali2023-04-061-1/+1
* Fixed #34409 -- Doc'd limitation of dictfetchall() and namedtuplefetchall() e...Jesper Olsson2023-03-221-2/+11
* Fixed #34388 -- Allowed using choice enumeration types directly on model and ...T. Franzel2023-03-211-1/+1
* Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot2023-03-0115-428/+586
* Refs #34140 -- Corrected rst code-block and various formatting issues in docs.Joseph Victor Zammit2023-02-284-8/+15
* Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson2023-02-1012-205/+602
* Fixed #34310 -- Added deletion example to one-to-one topic.Marcelo Galigniana2023-02-071-0/+10
* Removed versionadded/changed annotations for 4.1.Mariusz Felisiak2023-01-172-17/+0
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-2/+2
* Refs #33308 -- Deprecated support for passing encoded JSON string literals to...Simon Charette2022-12-011-3/+14
* Refs #34099 -- Doc'd that custom Model.save() should update update_fields kwarg.sarahboyce2022-11-141-0/+27
* Improved readability of string interpolation in frequently used examples in d...Trey Hunner2022-11-103-3/+3
* Refs #33939 -- Improved transaction.on_commit() docs.Adam Johnson2022-11-041-25/+27
* Fixed #34054 -- Created a new fixtures topic.Filip Lajszczak2022-11-022-0/+158
* Fixed #33966 -- Added support for using KeyTextTransform from lookup.Allen Jonathan David2022-09-161-0/+27
* Described Article-Reporter relationship in many-to-one topic.Pamela Fox2022-09-151-1/+4
* Corrected example of redundant all() in docs.Dhanush2022-09-091-1/+1
* Fixed #33616 -- Allowed registering callbacks that can fail in transaction.on...SirAbhi132022-09-061-5/+18
* Refs #30947 -- Changed tuples to lists where appropriate.Alex Morega2022-08-301-2/+2
* Fixed #33958 -- Added imports to examples in "Expressions can reference trans...Iván Camilo Triviño López2022-08-301-0/+3
* Refs #30511 -- Updated docs about auto-incrementing primary keys on PostgreSQL.Mariusz Felisiak2022-08-261-1/+1
* Fixed #33939 -- Used functools.partial() in transaction.on_commit() examples.Alex Morega2022-08-231-2/+4
* Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key transfor...Mariusz Felisiak2022-07-261-0/+6
* Fixed docs build with sphinxcontrib-spelling 7.5.0+.Mariusz Felisiak2022-05-311-1/+1
* Removed unnecessary semicolons in docs about performing raw SQL.Tom Sparrow2022-05-191-3/+3
* Refs #33646 -- Fixed link markup in queries topic doc.Simon Willison2022-05-181-2/+2
* Removed hyphen from pre-/re- prefixes.David2022-04-282-3/+3
* Changed "ie." to "i.e." in docs.David2022-04-281-1/+1
* Fixed #33646 -- Added async-compatible interface to QuerySet.Andrew Godwin2022-04-261-0/+96
* Added missing backticks to function names.Mariusz Felisiak2022-03-172-2/+2
* Changed some words to use inline markup.David Smith2022-03-101-2/+2
* Rewrote some references to "master".Adam Johnson2022-03-081-9/+9
* Fixed #29865 -- Added logical XOR support for Q() and querysets.Ryan Heard2022-03-041-5/+10
* Removed redundant QuerySet.all() calls in docs and tests.Nick Pope2022-02-223-7/+7
* Fixed #32518 -- Doc'd that QuerySet.contains() should not be overused.John Hollingsworth2022-02-081-22/+30
* Fixed #27936 -- Rewrote spanning multi-valued relationships docs.Jacob Walls2021-12-301-41/+63
* Added default values to Entry's fields in making queries docs.Mariusz Felisiak2021-12-301-4/+6
* Avoided counting attributes and methods in docs.Mariusz Felisiak2021-12-281-2/+2
* Fixed #16063 -- Adjusted admin changelist searches spanning multi-valued rela...Jacob Walls2021-12-151-0/+2
* Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase.Krzysztof Jagiello2021-11-121-4/+3
* Removed versionadded/changed annotations for 3.2.Mariusz Felisiak2021-09-204-16/+0
* Made sentence about Model consistent in docs.Zainab Amir2021-08-261-3/+3
* Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith2021-07-293-17/+17
* Fixed #30427, Fixed #16176 -- Corrected setting descriptor in Field.contribut...Carlton Gibson2021-06-151-0/+7
* Refs #14357 -- Updated docs about interaction between aggregations and QueryS...Mariusz Felisiak2021-06-081-19/+15
* Changed IRC references to Libera.Chat.Mariusz Felisiak2021-05-201-3/+2
* Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope2021-05-171-1/+1
* Refs #32720 -- Fixed some broken links in docs.Nick Pope2021-05-171-1/+1
* Fixed #32618 -- Added link to conditional aggregation in aggregation topic gu...Hasan Ramezani2021-04-091-1/+1