1
0
mirror of https://github.com/django/django.git synced 2025-01-10 10:26:34 +00:00
django/django/urls
Marten Kenbeek 06323dafc7 [1.10.x] Fixed #26888 -- Fixed concurrency issue in URL resolver.
Fixed a regression in 625b8e9295:
improper short-circuiting could lead to a KeyError when threads
concurrently call RegexURLResolver._populate().

Backport of 389a5318a0 from master
2016-07-14 14:42:23 -04:00
..
__init__.py
base.py Removed unnecessary imports. 2016-01-23 15:11:05 +01:00
exceptions.py
resolvers.py [1.10.x] Fixed #26888 -- Fixed concurrency issue in URL resolver. 2016-07-14 14:42:23 -04:00
utils.py