Re: Django Admin - ModelAdmin exclude

2015-06-19 Thread Luke Plant
I agree with Marc on this one - I remember doing the work to change "ModelForm.fields" so that you needed "__all__" to indicate everything, instead of defaulting to all. This was a nightmare precisely because of the different number of ways of defining the fields. This is partly the result of

Re: does django-admin need a man page?

2015-06-19 Thread Tim Graham
Erik found a way to generate the man page automatically from docs/ref/django-admin.txt and this has now been merged & integrated into the release process. See the ticket for details: https://code.djangoproject.com/ticket/23903 On Friday, June 19, 2015 at 10:55:53 AM UTC-4, Luke Plant wrote: > >

Re: does django-admin need a man page?

2015-06-19 Thread Luke Plant
Another argument for removing it (or trimming it down to minimum) is that it's actually extensible (https://docs.djangoproject.com/en/1.8/howto/custom-management-commands/ ), and some packages (at least in the past) have actually changed the behaviour of built in commands (e.g. http://south.re