theatlantic / django-generic-plus

Django model field that behaves as both a GenericForeignKey and a FileField
Other
8 stars 1 forks source link

Fixing bug where model admin inlines are being overwritten. This happ… #4

Closed cgreinke closed 9 years ago

cgreinke commented 9 years ago

…ens when a

subclass of ModelAdmin defines its inlines attribute as an immutable sequence.