You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem with inheritance and the admin interface. Using the following simple inheritance structure, the 'name' field does not appear in the admin screens.
Using the same structure with django.db instead of neo4djang.db works fine.
Moving the name field into the Child class also works fine.
This is on django 1.5.5 and the github repo version of neo4django.
I have a problem with inheritance and the admin interface. Using the following simple inheritance structure, the 'name' field does not appear in the admin screens.
Using the same structure with django.db instead of neo4djang.db works fine.
Moving the name field into the Child class also works fine.
This is on django 1.5.5 and the github repo version of neo4django.
models.py:
admin.py:
The text was updated successfully, but these errors were encountered: