Files
django-polymorphic/polymorphic
Diederik van der Boor 0d5f2fd943 Change the child model registration to fix raw_id_fields.
As discovered in django-polymorphic-tree and django-fluent-pages,
the raw_id_fields didn't work in Django 1.4 because the fields actively
check which models are actually registered in the admin site.

Hence, the parent admin site _registry is inserted in the child admin as
well. This also completely moves the initialisation of the child admin
into this class, using a `get_child_models()` function,
akin to the static `child_models` attribute.
2012-07-24 21:50:52 +02:00
..
2011-12-20 18:59:50 +00:00
2011-12-20 18:59:50 +00:00
2011-12-20 18:59:50 +00:00
2012-01-09 16:47:59 +01:00
2011-12-20 18:59:50 +00:00
2011-12-20 18:59:50 +00:00
2011-12-20 18:59:50 +00:00
2011-12-20 18:59:50 +00:00
2011-12-20 18:59:50 +00:00