I was getting this error
AttributeError: 'module' object has no attribute 'TabularInline'
with code i knew was good,

After a bit of digging i found my own answer ... posted here for
anyone who googles the error message;

My dev server version of django was ;
python -c "import django; print django.get_version()"
1.0.2 final

The broken server;
0.97-pre-SVN-7862

Once i updated it, it all works fine.

Hope this helps someone,

D

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to