Skip to content

Resolve "Allow “@” in user names in URLs."

Anselm Lingnau requested to merge 34-allow-in-user-names-in-urls into main

We solve the problem at hand by defining a very simple UsernameConverter, which accepts the characters which are allowed in Django user names. This lets us say <username:username> in URLconfs.

Closes #34 (closed)

Merge request reports

Loading