#17566: RegexURLResolver.__repr__(self) is not unicode safe.
-------------------------------+---------------------------------------
     Reporter:  otto           |                    Owner:  nobody
         Type:  Uncategorized  |                   Status:  reopened
    Component:  Core (URLs)    |                  Version:  1.4-alpha-1
     Severity:  Normal         |               Resolution:
     Keywords:  unicode        |             Triage Stage:  Unreviewed
    Has patch:  1              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+---------------------------------------

Comment (by ptone):

 Replying to [comment:4 vitalije]:

 app_label in the Meta options is only used to connect the model to the
 right app instance.  In this case, the only valid value is "test_app_name"
 - and here it is not required because the models are located in a
 models.py file at the first level of the test_app_name package.

 This is largely unrelated to the original ticket - but the app_name is
 derived from the import path of the app - assigning a different
 Meta.app_label does not actually change the app_name, but in this case the
 resolver isn't even getting that far.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17566#comment:5>
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