Hi All,

I like newforms-admin very much, because it's customizeable.
But now imagine that you have 10 usual models in admin interface, but
11th needs to be special.
One possible example: you need to show, how much LogEntries for each
model was created by each user for some date interval.
What you are going to do?

1) You want to use filters
2) You want to use search
3) You want to use pagination
4) You want to show your special admin page together with others in
/admin/ page.
5) You want to write code in DRY way (with no copy-paste-and-hack of
admin template code)
But you have custom queryset, without proper _meta and etc.
More generally, you want your custom model to behave the same as other models.

Now admin interface has elements like {% filters cl %}, where cl is a
superobject, that contains ALL :)

My wish is to change the current situation with 1/2 customizable admin
interface to fully customizeable.
Are you for or against such changes? How do you see them?

P.S. I don't like Martin Alchin's approach - see items 4) and 5)
Code generators suck, because iterative code generation don't cope
with manual changes in resulted code.

-- 
Best regards, Yuri V. Baburov, ICQ# 99934676, Skype: yuri.baburov,
MSN: [EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to