Changes between Initial Version and Version 1 of Ticket #29656, comment 18


Ignore:
Timestamp:
Aug 17, 2018, 5:13:04 AM (6 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29656, comment 18

    initial v1  
    1111}}}
    1212
    13 For now I'd subclass `FloatRangeField` and use [https://docs.djangoproject.com/en/2.1/topics/forms/modelforms/#overriding-the-default-fields `field_classes`] to apply it.
     13For now (for your case) I'd subclass `FloatRangeField` and use [https://docs.djangoproject.com/en/2.1/topics/forms/modelforms/#overriding-the-default-fields `field_classes`] to apply it.
Back to Top