• 
      

    Allow plus signs and apostrophes in usernames

    Review Request #5034 — Created Nov. 27, 2013 and submitted

    Information

    Djblets
    release-0.7.x

    Reviewers

    Allow plus signs and apostrophes in usernames. Also fixed error-prone regex for group names.

    All unit tests pass.

    Description From Last Updated

    Can you also make these raw strings? r'...' ?

    daviddavid
    david
    1. 
        
    2. djblets/webapi/resources.py (Diff revision 1)
       
       
      Show all issues

      Can you also make these raw strings? r'...' ?

      1. Done, including the default one in WebAPIResource (sorry for the double review request; forgot to commit the first time).

    3. 
        
    MC
    MC
    david
    1. Ship It!
    2. 
        
    MC
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-0.7.x (8f90a63). Thanks!