> Hi all does sqlite3 not support data migration. I am trying to
> implement migration on my test fixtures using
> south however i get this particular error :
>
> AttributeError: 'DatabaseFeatures' object has no attribute
> 'supports_tablespaces'
>
Not all features are supported by sqlite3. I've also found that it
doesn't properly enforce Django's 'unique_together' constraint. Also, it
doesn't allow fields to be deleted.
If you're having these problems and you're going to be deploying with a
different database anyway then it's easier to just use that database in
development.
--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment