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
/
ref
/
models
/
meta.txt
Age
Commit message (
Expand
)
Author
2025-10-29
Fixed #36329 -- Removed non-code custom link text when cross-referencing Pyth...
Clifford Gama
2025-09-17
Removed versionadded/changed annotations for 5.2.
Jacob Walls
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-01-14
Fixed #36075 -- Documented how to introspect composite primary keys.
Simon Charette
2024-02-17
Fixed #28011 -- Corrected Field.hidden docs.
Adam Johnson
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2020-12-21
Corrected code-block directives in docs/ref/models/meta.txt.
Jon Dufresne
2018-06-28
Fixed #29458 -- Doc'd how related_query_name affects Model._meta.get_field().
Jeffrey Yancey
2018-06-27
Refs #12663 -- Removed Meta API upgrade guide.
Tim Graham
2016-07-06
Fixed #25461 -- Corrected meta API code examples to account for MTI.
Romain Garrigues
2016-03-01
Fixed typos in docs/ref/models/meta.txt.
Taranjeet
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2016-01-14
Fixed #26078 -- Clarified "old vs. new" in model._meta upgrade guide.
Tim Graham
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
Refs #12663 -- Removed deprecated Model._meta methods.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-04-20
Amended get_all_related_objects() backwards compatible replacement.
Neal Todd
2015-02-14
Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.
Loic Bistuer
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon