-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin conflict? #13
Comments
Just tried without reversion VersionAdmin and getting the same
|
seems the issue is with BooleanField that is None because it hasn't been created yet |
aha, good find 🥇We can probably work around that. That thing where django's admin instantiates an empty model has caused so many little issues over the years. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Latest version + django 1.11.10
I have some post_save_changed handlers on a model imported in AppConfig ready as they should. When clicking to create a new object through admin I get the error below.
Full trace
The text was updated successfully, but these errors were encountered: