almelemar / django-sqlalchemy

Automatically exported from code.google.com/p/django-sqlalchemy
0 stars 0 forks source link

Implement the loaddata Management Command #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 mtr...@gmail.com on 22 Mar 2008 at 10:13

GoogleCodeExporter commented 8 years ago
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 hsi...@gmail.com on 5 Apr 2008 at 4:26