Using Django 1.8, I do not understand what is the behavior of `Media` [0] inside a `ModelAdmin` subclass.
In particular, whether the default behavior of form's media is applied in `ModelAdmin` that is: `extend=True` [1] I am under the impression that the behavior is implemented in `options.ModelAdmin.media` property [2], maybe there is more to it than that since it has a custom metaclass. Thanks in advance ! [0] https://docs.djangoproject.com/en/1.8/ref/contrib/admin/#modeladmin-asset-definitions [1] https://docs.djangoproject.com/en/1.8/topics/forms/media/#extend [2] https://github.com/django/django/blob/6a0dc2176f4ebf907e124d433411e52bba39a28e/django/contrib/admin/options.py#L636-L649 -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1235108b-e561-4866-970e-f899c3c3acf3o%40googlegroups.com.