Re: content types and packages need reworking for magic-removal

2006-02-07 Thread Jason Davies
Jason Davies wrote: > Luke Plant wrote: > > In addition to your patch, I'd propose changing 'get_model_module()' to > > 'get_model_class()' (also, your patch has a 'get_object', which should > > be just 'get'). > > OK. I've just noticed that the permissions stuff in > django.contrib.auth depends

Re: Django auth magic

2006-02-07 Thread Jason Huggins
I, too, hope that Django gets some more modularity for authentication (LDAP and friends). I recently blogged about how to hack in LDAP password checking (google for the link). But I emphasize it is a "hack" and not the official way to go about it, since it's not a complete "swap out" of the auth m