Changes between Initial Version and Version 3 of Ticket #27456
- Timestamp:
- Nov 6, 2016, 10:33:35 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27456
- Property Summary Changing the unique paramater from True to False has no effect on MySQL → Changing the unique parameter from True to False has no effect on MySQL
-
Ticket #27456 – Description
initial v3 44 44 }}} 45 45 46 3. Set unique to False , makemigrations and migrate46 3. Set unique to False 47 47 48 48 {{{ … … 53 53 surname = models.CharField(max_length=50) 54 54 }}} 55 56 4. makemigrations && migrate 57 5. Result is: 55 58 56 59 {{{