twoscoops / two-scoops-of-django-1.8

Tracking thoughts and feature requests for Two Scoops of Django 1.8 in the issue tracker. And the book's code examples are here.
400 stars 81 forks source link

More django.db.migrations content #38

Closed pydanny closed 7 years ago

pydanny commented 9 years ago

From Markus Holterman:

pydanny commented 7 years ago

Reversible migration.RunPython() calls:

migrations.RunPython(my_special_function, lambda x, y: x)
fodra commented 7 years ago

Totally agree with this one. Topic on refactoring monolithic models.py and breaking it up into multiple apps. Tough one.

pydanny commented 7 years ago

🚢