I had this same dilemma also. I was trying to create my own custom
login view, but the current built-in login view still uses the
oldforms, while I'm in the process of converting to newforms. The
AuthenticationForm in Django has a hasCookiesEnabled() method that
requires to have access to the req
Thank you for the info. I checked out the dev version and it looks like
the attrs parameter is the sort of thing I was looking for, concerning
the CSS issue. As for the multiple forms issue, I guess I'll have to
come up with some classes or helper functions to keep that kind of
stuff separated.
2 matches
Mail list logo