Hi,
I need a comment by Django developer, because I feel like things I am asking about are too complex for users mailing list. Start of discussion is here.
https://groups.google.com/forum/#!topic/django-users/_u83xxJOIFU TL/DRIs it impossible to get reverse relation to dynamically added model? I mean because Option._relation_tree is calculated just once and there is no way (even undocumented internal API) to reset it after dynamic model with ForeignKey was created, there is no way to add reverse relation field to existing model, so _meta._get_fields() of preexisting model does not include relation to newly added dynamic model.
So, am I right, in particular, and what is level of support for dynamic models? Is it above "use at your own risk"?
Roman