Comment 2 for bug 352471

Revision history for this message
Husen Daudi (husendaudi) wrote :

Hello,

It seems like everything is working fine.

I have defined one field in class as
'fees':fields.float('Fees',digits=(13,12)),

In database I am getting
 fees | numeric(13,12) |

and in database table value is

 select * from student_student;
| address_id | name | roll_no | fees
----+------------+--------------------------+----------------------------+-----------+------------+-------+---------+----------------
| 2 | husen | 1 | 1.111111111110

can you please check it again by creating new database?

Thanks.