should be
class PersonQuerySet(query.QuerySet):
-Right?
Link: https://docs.djangoproject.com/en/1.7/topics/db/managers/
--
Ticket URL: <https://code.djangoproject.com/ticket/23729>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* needs_better_patch: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0
Comment:
I believe you are using Django 1.6 or earlier as this code works on Django
1.7+.
--
Ticket URL: <https://code.djangoproject.com/ticket/23729#comment:1>