#10837: postgresql missing field type codes in data_types_reverse
-------------------------------------------------------+--------------------
 Reporter:  trbs                                       |       Owner:  nobody   
 
   Status:  new                                        |   Milestone:           
 
Component:  Database layer (models, ORM)               |     Version:  1.0      
 
 Keywords:  bpchar, data_types_reverse, introspection  |       Stage:  
Unreviewed
Has_patch:  1                                          |  
-------------------------------------------------------+--------------------
 I've created a patch to add 'char' field support to data_types_reverse in
 the PostgreSQL.
 As a char(50) is basically the same (CharField) as a varchar(50) for
 Django.

 Also created a second patch which also adds 'int8' to the list as an
 'IntegerField'.

 This would make inspectdb and other (third-party code?) that uses
 data_type_reverse a bit more complete for PG.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10837>
Django <http://code.djangoproject.com/>
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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to