On 5/21/07, jj <[EMAIL PROTECTED]> wrote:

> Wouldn't it be cool if generic views supported add/change out of the
> box, and the only code to write was a 1-liner equivalent to admin's
> "fields=(...,)"? Could the current admin rewrite be the occasion to
> factor out this functionality and make it more widely available?

You mean, something like:

http://www.djangoproject.com/documentation/generic_views/

?

Django admin already _is_ refactored in exactly the way you describe.
I've said this before, and I'll say it again - Django's admin view
isn't magic. It's just a pre-templated, introspective use of the tools
that are available to everyone.

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to