Changes between Initial Version and Version 1 of Ticket #27742, comment 7
- Timestamp:
- Feb 10, 2017, 1:43:18 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27742, comment 7
initial v1 2 2 > What are the implications for distributed packages that have parent -> child models, and intend to support older versions of Django? 3 3 4 Django's version support for migrations is outlined in https://docs.djangoproject.com/en/1.10/topics/migrations/#supporting-multiple-django-versions. I see how this will lead to errors on 1.11 if you want to check that all required migrations have been applied. I'll try to come up with a solution or workaround for your case.4 Django's version support for migrations is outlined in [https://docs.djangoproject.com/en/stable/topics/migrations/#supporting-multiple-django-versions the documentation] . I see how this will lead to errors on 1.11 if you want to check that all required migrations have been applied. I'll try to come up with a solution or workaround for your case.