Changes between Initial Version and Version 1 of Ticket #26423, comment 16
- Timestamp:
- Mar 16, 2017, 6:58:15 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26423, comment 16
initial v1 1 1 I 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. 2 2 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. 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. Hope this helps. 4 4 5 5 See https://github.com/django/django/pull/8187