Is this expected behaviour, or is there a bug somewhere that isn't
bringing these models forward?
--
Ticket URL: <https://code.djangoproject.com/ticket/26757>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
Hi,
The documentation for `sqlsequencereset` [1] indicates that you have to
give it at least one app name (like `auth` or `contenttypes`, ...).
When I try `python manage.py sqlsequencereset auth` on my local version, I
get the expected output (using postgresql).
Could you show us the exact command you're running and its output? Also,
which database are you using?
Thanks.
[1] https://docs.djangoproject.com/en/1.9/ref/django-
admin/#sqlsequencereset
--
Ticket URL: <https://code.djangoproject.com/ticket/26757#comment:1>
Comment (by VackarAfzal):
Apologies, just check with the devs and you are right, forgot to include
'auth' as one of the apps.
Please feel free to close this off now.
--
Ticket URL: <https://code.djangoproject.com/ticket/26757#comment:2>
* status: new => closed
* resolution: => invalid
Comment:
Thanks for checking.
I've closed the bug but for reference, you don't need any special
permissions to close a ticket here.
--
Ticket URL: <https://code.djangoproject.com/ticket/26757#comment:3>
Comment (by VackarAfzal):
Thanks :-)
--
Ticket URL: <https://code.djangoproject.com/ticket/26757#comment:4>