#2365: [patch] models.FloatField should be renamed
-------------------------------+--------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  adrian
     Type:  defect             |       Status:  new   
 Priority:  normal             |    Milestone:        
Component:  Database wrapper   |      Version:        
 Severity:  normal             |   Resolution:        
 Keywords:                     |  
-------------------------------+--------------------------------------------
Comment (by Jorge Gajon <[EMAIL PROTECTED]>):

 When you are using MySQL as your database backend, you get back Decimal
 instances for FloatField attributes like you described. But when your
 database backend is SQLite you get back normal python float numbers. I
 don't know what happens with PostreSQL
 
 This is inconsistent behavior that should probably be addressed first.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2365>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to