kstateome / django-cas

K-State's maintained version of django-cas
MIT License
112 stars 83 forks source link

_login_url: lowercasing "true" in gateway param. #19

Closed gpennington closed 11 years ago

gpennington commented 11 years ago

@bryankaplan Not sure why a 'true' string makes more sense than an explicit True value, since urllib is about to convert it to query params anyways. But holistically, these changes add value. Thanks for the contribution!

@bryankaplan Also, I remade this pull to go into develop instead of master. Closing the other one. Thanks again.