--
Ticket URL: <https://code.djangoproject.com/ticket/17511>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_docs: => 0
* type: Uncategorized => Bug
* needs_tests: => 0
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/17511#comment:1>
* cc: mattseymour (added)
* owner: nobody => mattseymour
* status: new => assigned
* type: Bug => Cleanup/optimization
--
Ticket URL: <https://code.djangoproject.com/ticket/17511#comment:2>
Comment (by mattseymour):
Confirmed, the reset has now been deprecated and should be changed to
flush.
--
Ticket URL: <https://code.djangoproject.com/ticket/17511#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [c8928b91b515c0712bdb633c1d1b2656b80baff8]:
{{{
#!CommitTicketReference repository=""
revision="c8928b91b515c0712bdb633c1d1b2656b80baff8"
Fixed #17511 - Removed reference to deprecated "reset" management command
in FAQ; thanks voxpuibr@ for the report.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/17511#comment:4>
Comment (by Tim Graham <timgraham@…>):
In [9014b138e6d78aa5fef2c63b8e482379005d32b2]:
{{{
#!CommitTicketReference repository=""
revision="9014b138e6d78aa5fef2c63b8e482379005d32b2"
[1.4.X] Fixed #17511 - Removed reference to deprecated "reset" management
command in FAQ; thanks voxpuibr@ for the report.
Backport of c8928b91b5 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/17511#comment:5>