Changes between Initial Version and Version 1 of Ticket #24820
- Timestamp:
- May 19, 2015, 2:17:35 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24820 – Description
initial v1 5 5 Modifying the deployment file to include `--noinput` does not solve this problem (it basically defaults to `no` which ultimately doesn't remove the model). 6 6 7 The patch I've created seems to be working just fine. My solution involves editing the contenttypes to take an additional argument. The argument can be invoked inside yourmigration file so that I have full control over when it's used. You can view the code below.7 The patch I've created seems to be working just fine. My solution involves editing the contenttypes to take an additional argument. The argument can be invoked inside a migration file so that I have full control over when it's used. You can view the code below. 8 8 9 9 Link to diff for the patch I created: https://github.com/Protosac/django/commit/d98fff8219469a363493e8d8455c7ffb2430d36f