#22738: Schema migration: test_add_field_temp_default_boolean
-------------------------------+------------------------
     Reporter:  maxi           |      Owner:  nobody
         Type:  Uncategorized  |     Status:  new
    Component:  Migrations     |    Version:  1.7-beta-2
     Severity:  Normal         |   Keywords:
 Triage Stage:  Unreviewed     |  Has patch:  0
Easy pickings:  0              |      UI/UX:  0
-------------------------------+------------------------
 Currently, in the schema test app, the test_add_field_temp_default_boolean
 method does an exception for mysql engine, which return IntegerField for
 boolean fields, else it returns the BooleanField type. In my case,
 firebird, a SmallIntegerField is returned, so that the test fails.
 It is necessary to support a better approach.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22738>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/047.9d9b6f55382eaaa6d991cc83604f0f1c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to