django1/tests/model_meta
Michal Petrucha c339a5a6f7 Refs #16508 -- Renamed the current "virtual" fields to "private".
The only reason why GenericForeignKey and GenericRelation are stored
separately inside _meta is that they need to be cloned for every model
subclass, but that's not true for any other virtual field. Actually,
it's only true for GenericRelation.
2016-04-13 10:10:53 -04:00
..
__init__.py Refs #12663 -- Added tests for methods in db.models.options. 2014-06-19 12:56:36 -04:00
models.py Refs #18012 -- Made proxy and concrete model reverse fields consistent. 2015-10-12 12:14:27 -04:00
results.py Refs #16508 -- Renamed the current "virtual" fields to "private". 2016-04-13 10:10:53 -04:00
tests.py Refs #16508 -- Renamed the current "virtual" fields to "private". 2016-04-13 10:10:53 -04:00