#11286: Dumpdata management command does not use _default_manager
----------------------------+-----------------------------------------------
Reporter: mremolt | Owner: nobody
Status: new | Milestone: 1.1
Component: Core framework | Version: SVN
Keywords: | Stage: Unreviewed
Has_patch: 0 |
----------------------------+-----------------------------------------------
In django/core/management/commands/dumpdata.py on line 75f:
{{{
for model in model_list:
objects.extend(model.objects.all())
}}}
As I understand it, Django core now exclusively uses model_default_manager
instead of the hard coded model.objects, so there is no reason to keep is
here.
--
Ticket URL: <http://code.djangoproject.com/ticket/11286>
Django <http://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 post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---