After upgrading to Django 1.3 you'll see this: ImproperlyConfigured: The model Network is abstract, so it cannot be registered with admin. I worked around this problem by commenting out this line: ``` admin.site.register(Network) ``` in admin.py.
After upgrading to Django 1.3 you'll see this:
ImproperlyConfigured: The model Network is abstract, so it cannot be registered with admin.
I worked around this problem by commenting out this line:
in admin.py.