On Feb 12, 2008 6:58 AM, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > On 2/11/08, msoulier <[EMAIL PROTECTED]> wrote: > > When I ran sqlall with apps that have initial_data.json files, which > > syncdb does respect, the SQL for these were not dumped. > > That's because fixtures -- i.e. "initial_data.json" -- aren't SQL; > they're loaded using a different mechanism. The initial SQL that > sqlall generates is the same SQL generated by "sqlcustom": > http://www.djangoproject.com/documentation/django-admin/#sqlcustom-appname-appname
This is correct - SQL for data fixtures won't be dumped. The error message is a little misleading in this respect, as it refers to initial data, not custom SQL. I've clarified the text in [7106]. As for the --interactive error: what version of Django are you using? I can't reproduce this problem. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

