..
translations
Added tests for LocaleRegexProvider.
2016-11-14 18:51:02 -05:00
__init__.py
…
erroneous_urls.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
extra_urls.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
included_app_urls.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
included_named_urls.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
included_named_urls2.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
included_namespace_urls.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
included_no_kwargs_urls.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
included_urls.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
included_urls2.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
method_view_urls.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
middleware.py
Fixed #26601 -- Improved middleware per DEP 0005.
2016-05-17 07:22:22 -04:00
named_urls.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
named_urls_conflict.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
namespace_urls.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
nested_urls.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
no_urls.py
Fixed E265 comment style
2015-02-06 09:30:35 -05:00
nonimported_module.py
Fixed a remote code execution vulnerabilty in URL reversing.
2014-04-21 18:11:26 -04:00
reverse_lazy_urls.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
test_localeregexdescriptor.py
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
2017-09-20 18:04:42 -04:00
tests.py
Simplified temporary directory handling in AdminScriptTestCase.
2019-02-05 12:11:54 -05:00
urlconf_inner.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
urlconf_outer.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
urls.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
urls_error_handlers.py
Fixed #22218 -- Deprecated django.conf.urls.patterns.
2014-04-03 07:28:10 -04:00
urls_error_handlers_callables.py
Sorted imports with isort; refs #23860 .
2015-02-06 08:16:28 -05:00
urls_without_handlers.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
utils.py
Updated test URL patterns to use path() and re_path().
2018-12-31 10:47:32 -05:00
views.py
Refs #23919 -- Stopped inheriting from object to define new style classes.
2017-01-19 08:39:46 +01:00
views_broken.py
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
2015-12-31 14:21:29 -05:00