I've looked at the dump code in #2333 and I'm looking forward to this being added. I brought up a question before about being able to dump data in a database agnostic way. It's interesting how you simply use the serializers. And JSON for data is an interesting choice too. It looks like it works well.
This will be helpful if you want to switch database -- say from MySQL to SQLite -- for some reason. Just change settings.py, build the tables via syncdb, and reload the data. Simple! For us it will also help backup/archive our projects that is more flexible than just a straight mysqldump. Nice work. (And I haven't even looked at the fixtures part of it yet.) -Rob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---