Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not compatible with Django 1.9+ #4

Open
jefmud opened this issue Dec 16, 2016 · 0 comments
Open

Not compatible with Django 1.9+ #4

jefmud opened this issue Dec 16, 2016 · 0 comments

Comments

@jefmud
Copy link

jefmud commented Dec 16, 2016

I like the idea of this fork of the dumpdata as dumpdata-chunks. Dumpdata fails on large models and dumping the tables "chunk-wise" really makes sense as a good way to get around this issue.

Unfortunately, Django deprecated SortedDict (1.8) and changed the way BaseCommand (1.10) is handled so the code no longer works in the newest iterations of Django. It would be cool if you updated this tool for Django 1.10+.

If I get around to it, I may fork your module... but due to the production schedule on my current project, I had to write another method of serializing/deserializing the models.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant