#17627: contrib.admin.util is misnamed
--------------------------------------+------------------------------------
     Reporter:  PaulM                 |                    Owner:  lukegb
         Type:  Cleanup/optimization  |                   Status:  assigned
    Component:  contrib.admin         |                  Version:  SVN
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  1                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  1                     |                    UI/UX:  0
--------------------------------------+------------------------------------

Comment (by russellm):

 On a related note -- if you want to make this a really sweet target for
 commit, you could also address the other instances of util.py in the
 source tree:

 {{{
 $ find . -name "util.py"
 ./contrib/admin/util.py
 ./contrib/gis/db/backends/util.py
 ./contrib/localflavor/it/util.py
 ./contrib/localflavor/uy/util.py
 ./db/backends/util.py
 ./forms/util.py
 ./utils/unittest/util.py
 }}}

 With the exception of "unittest/util.py" (which is so named because it's a
 copy from an upstream source), these are all candidates for a util->utils
 conversion.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17627#comment:15>
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 this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to