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
byro "Migrate" warnings #244
Comments
|
P.S. and I have not yet found out when it is being logged, but after a "manage.py" migrate & createsuperuse & makemessages --all, my log contains: But that is certainly a different issue. |
|
Please open separate issues for separate problems! Though your last one sounds like you haven't executed all migrations, or not successfully, or are connected to a different db/different environment. |
|
There really isn't any need to do anything, as the log entries you saw are not errors, just notices that django is assuming a well-defined default value. But I'll push a change to avoid future confusion. |
Hi, I have been installing byro 0.0.2 (current git) and it seems to run fine. Thanks! When issueing "./manage.py migrate" I get a bunch of warnings from django though, which perhaps should be solved. I am not deep enough in the code yet, to provide a merge request, but will be happy to provide one, if the fix is as trivial as the HINT suggests.
The text was updated successfully, but these errors were encountered: