#6004: Useless code in newforms admin
--------------------------------------------------+-------------------------
Reporter:  Petr Marhoun <[EMAIL PROTECTED]>  |       Owner:  nobody         
  Status:  new                                    |   Component:  Admin 
interface
 Version:  newforms-admin                         |    Keywords:                
 
   Stage:  Unreviewed                             |   Has_patch:  1             
 
--------------------------------------------------+-------------------------
 There is too much not used code in newforms admin. It is quite difficult
 to understand django.contrib.admin if there are many obsolete things. I
 don't feel it is useful as documentation - there are too many changes and
 almost everything is ported now.

 For example:
  * urls.py - replaced by sites.!ModelAdmin.root and
 options.!ModelAdmin.call
  * templates.widget - replaced by widgets.py
  * almost everything in templatetags.admin_modify and
 views.main.!AdminBoundField - replaced by widgets.py and wrappers from
 options
  * views.main.model_admin_view and views.main.index - moved to
 sites.!ModelAdmin

-- 
Ticket URL: <http://code.djangoproject.com/ticket/6004>
Django Code <http://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