You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: