Modify ↓
Ticket #85 (closed defect: fixed)
Unsupport field types from Django 1.0
| Reported by: | paul.collins.iii@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.5 |
| Component: | commands | Version: | 0.6-pre |
| Keywords: | Cc: |
Description
Tried to do a startmigration on a new app in my code and ran into the following
python ./manage.py startmigration heartbeat --initial Creating migrations directory at 'H:\CMWeb\heartbeat\migrations'... Creating __init__.py in 'H:\CMWeb\heartbeat\migrations'... Warning: Could not generate field definition for Heartbeat.ip_address, manual editing of migration required. <django.db.models.fields.IPAddressField object at 0x0155AC10> <class 'django.db.models.fields.IPAddressField'> Created 0001_initial.py.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
