Conversation
|
Was this an issue? As far as I can tell, they're only ever used with getitem` and not attribute access, so they shouldn't cause any trouble if they contain silly characters. I'd used colons for namespacing in my route names (e.g. 'oauth2:authorize'), which I would have thought would be reasonable. |
|
Well, initial issue was using just literal text phrases for route names, On Tue, Oct 20, 2015 at 11:41 AM Alexander Dutton notifications@github.com
|
|
Fixed by 0.18.1 release |
Previously route name could take incorrect value with spaces, or numbers at start.
@asvetlov