mozilla / django-browserid

Django application for adding BrowserID support.
Mozilla Public License 2.0
179 stars 80 forks source link

Remove support for named URLs; users can use reverse_lazy instead. #228

Closed Osmose closed 10 years ago

Osmose commented 10 years ago

As mentioned in #164, since users can just use reverse_lazy to turn named URLs into full URLs in the settings file, we don't need the logic for auto-reversing URLs anymore, so I removed it to keep things simple.

Osmose commented 10 years ago

@peterbe r?

peterbe commented 10 years ago

Yes please! The code is perfect. However, I think this lacks some documentation or example or something. I'd love to see this mentioned in the docs.

Osmose commented 10 years ago

Updated with a note in the settings docs about how to use non-URLs for the settings values.

peterbe commented 10 years ago

r+