specialunderwear / django-easymode

Quickly build backends for flash/flex websites with Django.
GNU General Public License v3.0
33 stars 20 forks source link

Fix to InvisibleModelAdmin for Django 1.4 #12

Closed mitbra closed 12 years ago

mitbra commented 12 years ago

The same change that I made to ForeignKeyAwareAdmin was needed for the InvisibleModelAdmin as well. I should have had the foresight to make the change prior.

On the new types LinkInline and LinkItemAdmin: I believe they too have compatibility problems with Django 1.4. Unfortunately I don't yet have a working example of the new types and so will abstain from making those changes to change_view.

specialunderwear commented 12 years ago

thanks