-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
AppRegistryNotReady Exception on Django 1.10 Dev #164
Comments
I wonder if it's caused by this:
|
I'll try to have a look at this in the weekend. |
I'm going to postpone this until the 1.10 alpha is released in about two weeks. |
I've just run into this with a Django 1.9.6 site, so this doesn't appear to be just a 1.10.x issue. Edit 1: Never mind. - I suspect this may be a case of shooting off my own foot. I was trying to write a little check function to warn me if the django-q cluster wasn't running when doing local development. I suspect the blame for the AppRegistryNotReady exception is mine. |
I've updated the tests to 1.9.6. I wouldn't be the first time that some of Django's next releases code ended up in an earlier version through a bugfix. |
It turned out to be a problem with the code that makes Django 1.8 and lower work. Should work on 1.10a1. Tests are passing on Travis. |
Does your fix still allow Django 1.8 to work? I have to be on the LTS till the next LTS release. |
@thinkwelltwd could you confirm that this issue can be closed? |
Yes it can as far as I know. I'm now on 1.11 so I'm not using older versions. |
* Add index on task table * also add models file * add make commands and limit index * format
When running
./manage.py migrate
onDjango 1.10.dev20160413172854
throws the following exception. But changing to Django 1.9.5 works fine. Is there any fix to work withdev
version?The text was updated successfully, but these errors were encountered: