#32441: Django 2.0 to 2.2 and python 3.4 to 3.6
-----------------------------------+--------------------------------------
Reporter: sanjaygunda12 | Owner: nobody
Type: Uncategorized | Status: closed
Component: Uncategorized | Version: 2.2
Severity: Release blocker | Resolution: needsinfo
Keywords: Django 2.0 to 2.2 | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------------+--------------------------------------
Changes (by Tim Graham):
* status: new => closed
* resolution: => needsinfo
Old description:
> I have updated django to 2.0 to 2.2 getting error when i fired python3
> manage.py runserver
>
> python3 manage.py runserver
> Performing system checks...
>
> System check identified no issues (0 silenced).
> Exception in thread Thread-1:
> Traceback (most recent call last):
> File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner
> self.run()
> File "/usr/lib64/python3.6/threading.py", line 864, in run
> self._target(*self._args, **self._kwargs)
> File "/opt/saas/venv/lib/python3.6/site-
> packages/django/utils/autoreload.py", line 54, in wrapper
> fn(*args, **kwargs)
> File "/opt/saas/venv/lib/python3.6/site-
> packages/django/core/management/commands/runserver.py", line 120, in
> inner_run
> self.check_migrations()
> File "/opt/saas/venv/lib/python3.6/site-
> packages/django/core/management/base.py", line 453, in check_migrations
> executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
> File "/opt/saas/venv/lib/python3.6/site-
> packages/django/db/migrations/executor.py", line 18, in __init__
> self.loader = MigrationLoader(self.connection)
> File "/opt/saas/venv/lib/python3.6/site-
> packages/django/db/migrations/loader.py", line 49, in __init__
> self.build_graph()
> File "/opt/saas/venv/lib/python3.6/site-
> packages/django/db/migrations/loader.py", line 206, in build_graph
> self.load_disk()
> File "/opt/saas/venv/lib/python3.6/site-
> packages/django/db/migrations/loader.py", line 123, in load_disk
> app_config.label,
> TypeError: object() takes no parameters
New description:
I have updated django to 2.0 to 2.2 getting error when i fired python3
manage.py runserver
{{{
python3 manage.py runserver
Performing system checks...
System check identified no issues (0 silenced).
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/lib64/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/opt/saas/venv/lib/python3.6/site-
packages/django/utils/autoreload.py", line 54, in wrapper
fn(*args, **kwargs)
File "/opt/saas/venv/lib/python3.6/site-
packages/django/core/management/commands/runserver.py", line 120, in
inner_run
self.check_migrations()
File "/opt/saas/venv/lib/python3.6/site-
packages/django/core/management/base.py", line 453, in check_migrations
executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
File "/opt/saas/venv/lib/python3.6/site-
packages/django/db/migrations/executor.py", line 18, in __init__
self.loader = MigrationLoader(self.connection)
File "/opt/saas/venv/lib/python3.6/site-
packages/django/db/migrations/loader.py", line 49, in __init__
self.build_graph()
File "/opt/saas/venv/lib/python3.6/site-
packages/django/db/migrations/loader.py", line 206, in build_graph
self.load_disk()
File "/opt/saas/venv/lib/python3.6/site-
packages/django/db/migrations/loader.py", line 123, in load_disk
app_config.label,
TypeError: object() takes no parameters
}}}
--
Comment:
You need to debug the issue and explain why Django is at fault. See
TicketClosingReasons/UseSupportChannels for ways to get help. Please
reopen with enough details to reproduce the issue if you find Django at
fault.
--
Ticket URL: <https://code.djangoproject.com/ticket/32441#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 view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/071.73dcd50347b84656bdb52e482622a10c%40djangoproject.com.