> Yep. Could you outline your plan of attack for this?

1) create "newadmin" project to be a dropin replacement for admin.
    (Clone current admin and slowly replace features/trim dead code)

2) Split out filterspec functionality into newadmin.filter.
  - Give it a nicer wrapper such that a FilterSet can be declared and
instantiantiated much like newforms
  - Move API for registering filters out of ModelAdmin and into
newadmin.filter

3) Split out table generating/sorting/display into newadmin.table
   - clone django_tables2 and do some refactoring as necessary
   - replace admin functionality with admin.table functionality

4) Develop CBV Wrappers for the core functionality
   - replace admin views with CVB style views

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to