Changes between Initial Version and Version 1 of Ticket #25591, comment 5
- Timestamp:
- Jul 25, 2018, 2:40:34 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25591, comment 5
initial v1 1 Using Python 3.5, Django 1.11 . I'm not sure if I'm missing something really simple, or this really isn't as straight-forward as one would expect.1 Using Python 3.5, Django 1.11, PostgreSQL 9.6. I'm not sure if I'm missing something really simple, or this really isn't as straight-forward as one would expect. 2 2 3 3 I want to migrate from 2 individual `FloatField`s to a single `FloatRangeField`; with a model like this: