django-sqlalchemy
django-sqlalchemy copied to clipboard
Implement the loaddata Management Command
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
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