index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
db
Age
Commit message (
Expand
)
Author
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-03-21
[5.2.x] Fixed #36095 -- Introduced lazy references in "Models across files" s...
Clifford Gama
2025-03-18
[5.2.x] Fixed #36202 -- Added examples of JSONField __contains and __containe...
Clifford Gama
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-01-02
Fixed #36037 -- Fixed default primary key type in docs.
Ari Pollak
2024-12-02
Removed question marks from headings in docs/topics/db/fixtures.txt.
Anders Hovmöller
2024-11-14
Fixed #35887 -- Added imports and admin.site.register to non-partial admin in...
Alexander Lazarević
2024-10-23
Fixed #35731 -- Extended db_default docs.
Yash
2024-10-09
Refs #35502 -- Clarified models.py file path in docs/topics/db/queries.txt.
Natalia
2024-09-11
Refs #35060 -- Fixed the update to update_fields in overridden save() method ...
Clifford Gama
2024-08-12
Fixed #35623 -- Documented that a field cannot be named 'check'.
Mohammad Salehi
2024-08-05
Used :pypi: role in docs where appropriate.
Mariusz Felisiak
2024-05-22
Removed versionadded/changed annotations for 5.0.
Natalia
2024-02-01
Fixed typo in docs/topics/db/managers.txt.
Ebram Shehata
2024-01-31
Fixed #35156 -- Removed outdated note about not supporting foreign keys by SQ...
Ben Cail
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2024-01-02
Fixed #35060 -- Deprecated passing positional arguments to Model.save()/asave().
Salvo Polizzi
2024-01-01
Fixed #35072 -- Corrected Field.choices description in models topic.
Zowie Beha
2023-10-30
Refs #30601 -- Fixed typos in docs/topics/db/transactions.txt.
Natalia
2023-10-30
Refs #15578 -- Made cosmetic edits to fixtures docs.
Natalia
2023-10-27
Fixed #30601 -- Doc'd the need to manually revert all app state on transactio...
lufafajoshua
2023-10-26
Fixed #15578 -- Stated the processing order of fixtures in the fixtures docs.
Leo Suarez
2023-10-25
Added missing pycon directives in various docs.
Mariusz Felisiak
2023-10-11
Fixed #34808 -- Doc'd aggregate function's default argument.
lufafajoshua
2023-09-18
Refs #33308 -- Removed support for passing encoded JSON string literals to JS...
Mariusz Felisiak
2023-09-18
Removed versionadded/changed annotations for 4.2.
Mariusz Felisiak
2023-08-30
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...
Nick Pope
2023-07-21
Added missing backticks in docs.
Mariusz Felisiak
2023-06-16
Fixed typo in docs/topics/db/fixtures.txt.
Ashwin Dharne
2023-06-07
Fixed #30355 -- Doc'd interaction between custom managers and prefetch_relate...
Akash Kumar Sen
2023-04-20
Improved examples in docs about raw SQL queries.
Mariusz Felisiak
2023-04-06
Fixed #34463 -- Corrected code-block directives in docs.
Yahya Ali
2023-03-22
Fixed #34409 -- Doc'd limitation of dictfetchall() and namedtuplefetchall() e...
Jesper Olsson
2023-03-21
Fixed #34388 -- Allowed using choice enumeration types directly on model and ...
T. Franzel
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-02-07
Fixed #34310 -- Added deletion example to one-to-one topic.
Marcelo Galigniana
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-12-01
Refs #33308 -- Deprecated support for passing encoded JSON string literals to...
Simon Charette
2022-11-14
Refs #34099 -- Doc'd that custom Model.save() should update update_fields kwarg.
sarahboyce
2022-11-10
Improved readability of string interpolation in frequently used examples in d...
Trey Hunner
2022-11-04
Refs #33939 -- Improved transaction.on_commit() docs.
Adam Johnson
2022-11-02
Fixed #34054 -- Created a new fixtures topic.
Filip Lajszczak
2022-09-16
Fixed #33966 -- Added support for using KeyTextTransform from lookup.
Allen Jonathan David
2022-09-15
Described Article-Reporter relationship in many-to-one topic.
Pamela Fox
[next]