Changes between Initial Version and Version 1 of Ticket #25591, comment 5


Ignore:
Timestamp:
Jul 25, 2018, 2:40:34 PM (6 years ago)
Author:
James Addison

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.
     1Using 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.
    22
    33I want to migrate from 2 individual `FloatField`s to a single `FloatRangeField`; with a model like this:
Back to Top