django1/django/core/handlers
Claude Paroz ea2f48ce8b Refs #17133 -- Optimized script_url handling in get_script_name
10ace52a added some regex processing for each request with SCRIPT_URL set.
In a speed critical section, conditionally apply of the regex will save some
resources.
2015-10-27 14:29:18 +01:00
..
__init__.py
base.py Fixed "URLconf" spelling in code comments. 2015-10-22 14:46:42 -04:00
wsgi.py Refs #17133 -- Optimized script_url handling in get_script_name 2015-10-27 14:29:18 +01:00