#19401: 'swapped' checking does not account for case insensitivity
-------------------------------------+-------------------------------------
     Reporter:  chris@…              |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:
  (models, ORM)                      |  1.5-beta-1
     Severity:  Release blocker      |               Resolution:  fixed
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Russell Keith-Magee <russell@…>):

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


Comment:

 In [changeset:"c04c03daa3620dc5106740a976738ada35203ab5"]:
 {{{
 #!CommitTicketReference repository=""
 revision="c04c03daa3620dc5106740a976738ada35203ab5"
 Fixed #19401 -- Ensure that swappable model references are case
 insensitive.

 This is necessary because get_model() checks are case insensitive, and if
 the swapable check isn't, the
 swappable logic gets tied up in knots with models that are partially
 swapped out.

 Thanks to ch...@cogdon.org for the report and extensive analysis, and
 Preston for his work on the draft patch.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19401#comment:17>
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to