#17549: Add link to open URL from URLField
-------------------------------+------------------------------------
     Reporter:  gcc            |                    Owner:  nobody
         Type:  New feature    |                   Status:  new
    Component:  contrib.admin  |                  Version:  master
     Severity:  Normal         |               Resolution:
     Keywords:                 |             Triage Stage:  Accepted
    Has patch:  1              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  1
-------------------------------+------------------------------------
Changes (by Elvard):

 * cc: tomas.ehrlich@… (added)
 * version:  1.3 => master


Comment:

 Pull request has broken tests with latest checkout of Django:
 {{{
 NameError: global name 'force_unicode' is not defined
 }}}
 in django/contrib/admin/widgets.py.

 I've just renamed force_unicode to force_text and tests passed.

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