Changes between Version 1 and Version 2 of Ticket #29656


Ignore:
Timestamp:
Aug 10, 2018, 11:31:03 AM (6 years ago)
Author:
James Addison
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29656 – Description

    v1 v2  
    6464(1 row)
    6565}}}
     66
     67data successfully stored (see id=3 below) on `RangeTest().save()`, which should also be the result when saving from the modelform:
     68{{{
     69test_rangefield=> select * from rangefieldtest_rangetest;
     70 id | name | age_range
     71----+------+-----------
     72  2 |      | [3.0,)
     73  3 |      | (,)
     74(2 rows)
     75}}}
Back to Top