Changes between Initial Version and Version 1 of Ticket #26423, comment 16


Ignore:
Timestamp:
Mar 16, 2017, 6:58:15 AM (7 years ago)
Author:
Max Nordlund

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26423, comment 16

    initial v1  
    11I came across this today and realized that the current regexp, in 1.10.5, contains a type. At least I think it does, since the opening bracket of the second range in `user_regex` is escaped, but it shouldn't be.
    22
    3 Anyway, I threw together a small PR to fix that, and I hope it can be merge to stable until this lands. I also added a bunch of new examples, and at the very least those should get slurped into the PR from Haris.
     3Anyway, I threw together a small PR to fix that, and I hope it can be merge to stable until this lands. I also added a bunch of new examples, and at the very least those should get slurped into the PR from Haris. Hope this helps.
    44
    55See https://github.com/django/django/pull/8187
Back to Top