BertrandBordage / django-super-inlines

Adds useful features to inlines, such as the ability to nest them.
BSD 3-Clause "New" or "Revised" License
75 stars 8 forks source link

ModelAdmin.prepopulated_fields doesn't work when extra=0 #15

Open smcoll opened 8 years ago

smcoll commented 8 years ago

If the inline is collapsed by default (extra=0), prepopulated_fields doesn't have an effect. But it works properly if at least one inline is shown when the page is loaded.

vivazzi commented 8 years ago

I have this bug too. It's strange bug..