#29169: Upgrade django 1.8 to 1.9
-------------------------------------+-------------------------------------
     Reporter:  Olivetree            |                    Owner:  nobody
         Type:  Uncategorized        |                   Status:  closed
    Component:                       |                  Version:  1.9
  contrib.contenttypes               |
     Severity:  Normal               |               Resolution:  invalid
     Keywords:  upgrade, error,      |             Triage Stage:
  contenttypes, app_label,           |  Unreviewed
  INSTALLED_APPS                     |
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by Olivetree):

 If I don't call django.setup() I have a diferente error:


 {{{
 Unhandled exception in thread started by <function
 check_errors.<locals>.wrapper at 0x7effd13cbbf8>
 Traceback (most recent call last):
   File "/usr/local/lib/python3.4/dist-
 packages/django/utils/autoreload.py", line 226, in wrapper
     fn(*args, **kwargs)
   File "/usr/local/lib/python3.4/dist-
 packages/django/core/management/commands/runserver.py", line 109, in
 inner_run
     autoreload.raise_last_exception()
   File "/usr/local/lib/python3.4/dist-
 packages/django/utils/autoreload.py", line 249, in raise_last_exception
     six.reraise(*_exception)
   File "/usr/local/lib/python3.4/dist-packages/django/utils/six.py", line
 685, in reraise
     raise value.with_traceback(tb)
   File "/usr/local/lib/python3.4/dist-
 packages/django/utils/autoreload.py", line 226, in wrapper
     fn(*args, **kwargs)
   File "/usr/local/lib/python3.4/dist-packages/django/__init__.py", line
 18, in setup
     apps.populate(settings.INSTALLED_APPS)
   File "/usr/local/lib/python3.4/dist-packages/django/apps/registry.py",
 line 85, in populate
     app_config = AppConfig.create(entry)
   File "/usr/local/lib/python3.4/dist-packages/django/apps/config.py",
 line 90, in create
     module = import_module(entry)
   File "/usr/lib/python3.4/importlib/__init__.py", line 109, in
 import_module
     return _bootstrap._gcd_import(name[level:], package, level)
   File "<frozen importlib._bootstrap>", line 2254, in _gcd_import
   File "<frozen importlib._bootstrap>", line 2237, in _find_and_load
   File "<frozen importlib._bootstrap>", line 2226, in
 _find_and_load_unlocked
   File "<frozen importlib._bootstrap>", line 1200, in _load_unlocked
   File "<frozen importlib._bootstrap>", line 1129, in _exec
   File "<frozen importlib._bootstrap>", line 1471, in exec_module
   File "<frozen importlib._bootstrap>", line 321, in
 _call_with_frames_removed
   File
 "/home/eva/work/test_upgrade_django_to_1_11/be/centroprodutoapp/__init__.py",
 line 1, in <module>
     import centroprodutoapp.signals
   File
 "/home/eva/work/test_upgrade_django_to_1_11/be/centroprodutoapp/signals.py",
 line 6, in <module>
     from django.contrib.auth.models import User
   File "/usr/local/lib/python3.4/dist-
 packages/django/contrib/auth/models.py", line 4, in <module>
     from django.contrib.auth.base_user import AbstractBaseUser,
 BaseUserManager
   File "/usr/local/lib/python3.4/dist-
 packages/django/contrib/auth/base_user.py", line 49, in <module>
     class AbstractBaseUser(models.Model):
   File "/usr/local/lib/python3.4/dist-packages/django/db/models/base.py",
 line 94, in __new__
     app_config = apps.get_containing_app_config(module)
   File "/usr/local/lib/python3.4/dist-packages/django/apps/registry.py",
 line 239, in get_containing_app_config
     self.check_apps_ready()
   File "/usr/local/lib/python3.4/dist-packages/django/apps/registry.py",
 line 124, in check_apps_ready
     raise AppRegistryNotReady("Apps aren't loaded yet.")
 django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.
 }}}



 Replying to [comment:1 Tim Graham]:
 > Please see TicketClosingReasons/UseSupportChannels for ways to get help.
 If you confirm a bug in Django, then please open a ticket with details.
 >
 > I will say that there's no need to call `django.setup()` in your
 settings.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29169#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.26e03e8d0b7041047108e3668fa65e89%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to