mirror of
https://github.com/Hopiu/django.git
synced 2026-03-19 07:20:31 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| article.py | ||
| empty_join.py | ||
| person.py | ||