While there are several solutions to this problem, I find myself 
scaffolding the Django admin every time I create a new app/model. I even 
created an app to do just that (harmless 
plug: https://pypi.python.org/pypi/django-admin-generator/).

Anyhow... I've wondered for some time why Django doesn't just default to 
all local fields for "list_display", it would make the admin far easier to 
read by default and anyone doing specific things can easily override it 
anyhow. It would definitely save me a lot of repetition and if it's only 
local fields (no foreignkeys or m2m stuff) I don't really see the harm in 
it either.

Would anyone oppose a pull request like this?


-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/b8ecd931-da10-48f6-8117-d1a9228e939d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to