Re: reset and sqlreset - PendingDeprecationWarning

2010-10-04 Thread Russell Keith-Magee
On Tue, Oct 5, 2010 at 1:22 PM, ptone wrote: > > > On Oct 4, 7:37 pm, Russell Keith-Magee > wrote: >> On Tue, Oct 5, 2010 at 10:02 AM, Laurent Luce >> wrote: >> > Thanks for those details. In case someone is using those

Re: reset and sqlreset - PendingDeprecationWarning

2010-10-04 Thread Russell Keith-Magee
On Tue, Oct 5, 2010 at 10:02 AM, Laurent Luce wrote: > Thanks for those details. In case someone is using those commands and > is kind of happy with them, what would be the alternative? sql_reset = > sql_delete + sql_add but those commands are not exposed so I am >

Re: reset and sqlreset - PendingDeprecationWarning

2010-10-04 Thread Laurent Luce
Thanks for those details. In case someone is using those commands and is kind of happy with them, what would be the alternative? sql_reset = sql_delete + sql_add but those commands are not exposed so I am wondering. Laurent On Oct 4, 4:54 pm, Russell Keith-Magee wrote:

Re: reset and sqlreset - PendingDeprecationWarning

2010-10-04 Thread Russell Keith-Magee
On Tue, Oct 5, 2010 at 2:55 AM, Laurent Luce wrote: > Hello, > > I am looking at ticket #14268 on reset and sqlreset management > commands should raise PendingDeprecationWarning for 1.3. > > I added some code to django/core/management/commands/reset.py and >