django-sqlalchemy icon indicating copy to clipboard operation
django-sqlalchemy copied to clipboard

Implement the loaddata Management Command

Open GoogleCodeExporter opened this issue 9 years ago • 1 comments

We need to make loaddata work properly with the SA backends.  This could work 
fine already 
depending on the implementation, but we need to verify it.

Original issue reported on code.google.com by [email protected] on 22 Mar 2008 at 10:13

GoogleCodeExporter avatar Nov 03 '15 16:11 GoogleCodeExporter

Loaddata uses a connection.ops call to generate sql for reseting sequence, in
addition to using transactions. So most likely this will need customization.

Original comment by [email protected] on 5 Apr 2008 at 4:26

GoogleCodeExporter avatar Nov 03 '15 16:11 GoogleCodeExporter