#26937: 'NoneType' object has no attribute '_meta' in manage.py dumpdata
auth.user
-------------------------------+--------------------
Reporter: Adys | Owner: nobody
Type: Bug | Status: new
Component: Uncategorized | Version: 1.10
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------
In 1.10rc1 I get the following when running `./manage.py dumpdata
auth.user --traceback`::
{{{
[Traceback (most recent call last):
File "./manage.py", line 11, in <module>
execute_from_command_line(sys.argv)
File "/home/adys/.local/share/virtualenvs/hs/lib/python3.5/site-
packages/django/core/management/__init__.py", line 367, in
execute_from_command_line
utility.execute()
File "/home/adys/.local/share/virtualenvs/hs/lib/python3.5/site-
packages/django/core/management/__init__.py", line 359, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/adys/.local/share/virtualenvs/hs/lib/python3.5/site-
packages/django/core/management/base.py", line 305, in run_from_argv
self.execute(*args, **cmd_options)
File "/home/adys/.local/share/virtualenvs/hs/lib/python3.5/site-
packages/django/core/management/base.py", line 356, in execute
output = self.handle(*args, **options)
File "/home/adys/.local/share/virtualenvs/hs/lib/python3.5/site-
packages/django/core/management/commands/dumpdata.py", line 200, in handle
object_count=object_count,
File "/home/adys/.local/share/virtualenvs/hs/lib/python3.5/site-
packages/django/core/serializers/__init__.py", line 129, in serialize
s.serialize(queryset, **options)
File "/home/adys/.local/share/virtualenvs/hs/lib/python3.5/site-
packages/django/core/serializers/base.py", line 79, in serialize
for count, obj in enumerate(queryset, start=1):
File "/home/adys/.local/share/virtualenvs/hs/lib/python3.5/site-
packages/django/core/management/commands/dumpdata.py", line 161, in
get_objects
models = serializers.sort_dependencies(app_list.items())
File "/home/adys/.local/share/virtualenvs/hs/lib/python3.5/site-
packages/django/core/serializers/__init__.py", line 195, in
sort_dependencies
if field.remote_field.through._meta.auto_created:
AttributeError: 'NoneType' object has no attribute '_meta'
}}}
For reference, here is my user model:
https://github.com/HearthSim/HSReplay.net/blob/51c269f2cc329d859df70705e2181666d443434c/hsreplaynet/accounts/models.py#L26-L36
--
Ticket URL: <https://code.djangoproject.com/ticket/26937>
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/047.a329c15db1318863d2f0f5be7958c002%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.