#16689: Test added in r16679 fails on Python 2.5
-------------------------------------+-------------------------------------
               Reporter:  aaugustin  |          Owner:  nobody
                   Type:  Bug        |         Status:  closed
              Milestone:             |      Component:  Database layer
                Version:  1.3        |  (models, ORM)
             Resolution:  fixed      |       Severity:  Release blocker
           Triage Stage:  Accepted   |       Keywords:
    Needs documentation:  0          |      Has patch:  0
Patch needs improvement:  0          |    Needs tests:  0
                  UI/UX:  0          |  Easy pickings:  0
-------------------------------------+-------------------------------------
Changes (by mtredinnick):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [16682]:
 {{{
 #!CommitTicketReference repository="" revision="16682"
 Make ManyToManyField model references more robust.

 In r16679 a test was added to verify something had been fixed when a
 unicode string type was passed in as a model name. The name has to be
 ASCII convertible, but in Python 2.6 and earlier, it must also have str
 type.

 This commit fixes the problem for earlier Python versions and is almost
 identical to a patch from b.leskes in #6045.

 Fixes #16689. Refs #6045.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16689#comment:2>
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 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?hl=en.

Reply via email to