Re: Possible future compatibility naming conflict with checksetup command

2013-06-24 Thread Russell Keith-Magee
Closing the loop - I opened #20653 to track this issue. Consensus seems to be that check is the best name on offer, so I've committed that change in in 03465639. Russ %-) On Thu, Jun 20, 2013 at 12:53 PM, Daniel Lindsley wrote: > Russ, > > > Apologies for forcing the issue & for making a me

Re: Django generated admindocs

2013-06-24 Thread Russell Keith-Magee
On Tue, Jun 25, 2013 at 2:01 AM, Stryder Crown wrote: > Couple questions maybe someone can elucidate... > > When Model docs are generated, why are only methods that take no arguments > (save self) documented? > Because admindocs isn't documenting the models. It's a resource for templates. It lis

Django generated admindocs

2013-06-24 Thread Stryder Crown
Couple questions maybe someone can elucidate... When Model docs are generated, why are only methods that take no arguments (save self) documented? Any work been done to allow 'extending' the doc via a plugin or method load? I have some internal classes on my model that I'd like to appear in t