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
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