Changes between Initial Version and Version 1 of Ticket #21896, comment 4
- Timestamp:
- Sep 28, 2014, 12:59:40 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21896, comment 4
initial v1 2 2 > We don't know what size the table might be in the future, so we have to raise this during ``makemigrations``; you might make the migration on a dev box with no entries and then run it on a production box with millions of rows, so it has to stay. Marking INVALID. 3 3 I am using django 1.7 and getting the same warning for fields when I use `makemigrations` on dev server.How to fix this? 4 5 After deleting the privious models and again using makemigrations it works now.I don't know what happened! 4 6