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 commands and
>> > is kind of happy with them, what would be the alternative
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 commands and
> > is kind of happy with them, what would be the alternative? sql_reset =
> > sql_delete + sql_add but those commands a
I added a patch for this ticket. http://code.djangoproject.com/ticket/14268
I created a new ticket to update django-admin.1 before 1.3:
http://code.djangoproject.com/ticket/14391
I will work on it next.
Laurent Luce
On Oct 4, 7:37 pm, Russell Keith-Magee
wrote:
> On Tue, Oct 5, 2010 at 10:02 AM
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
> wondering.
It depends a little
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:
> On Tue, Oct 5, 2010 at 2
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
> django/core/management/sql.py to raise