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 <[email protected]> wrote: > On Tue, Oct 5, 2010 at 10:02 AM, Laurent Luce <[email protected]> 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 on what they were doing in the first place. flush > is the nuclear option, because it deletes *everything*; another would > be learning how to use ALTER TABLE or DROP TABLE statements manually. > > Yours, > Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
