|  59207eb0c9 So django keeps strict synchronization between its code and migrations so that it can help generating new migrations. These are the additional suggested migrations. A lot of these are a null effect, some are things like transforming an unsigned integer to a signed integer. So not super urgent on a small scale, but worth doing to keep django happy. | ||
|---|---|---|
| .. | ||
| 0001_initial.py | ||
| 0002_auto_20160922_0638.py | ||
| 0003_auto_20160922_2337.py | ||
| 0004_auto_20160923_0133.py | ||
| 0005_auto_20170702_2233.py | ||
| __init__.py | ||