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
/
tests
/
model_meta
/
models.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-08-06
Refs #32983 -- Removed unneeded related_name from test model definitions.
Nick Touran
2017-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-06-05
Fixed #28269 -- Fixed Model.__init__() crash on models with a field that has ...
Adam Johnson
2017-06-05
Added a test for Model._meta._property_names.
Adam Johnson
2016-09-09
Refs #25415 -- Fixed invalid models in the test suite.
Adam Chainz
2015-10-12
Refs #18012 -- Made proxy and concrete model reverse fields consistent.
Simon Charette
2015-10-12
Fixed #18012 -- Propagated reverse foreign keys from proxy to concrete models.
Simon Charette
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24266 -- Changed get_parent_list to return a list ordered by MRO.
Simon Charette
2014-06-19
Refs #12663 -- Added tests for methods in db.models.options.
Daniel Pyrathon