django/tests/check_framework/urls
Tim Graham 043bd70942 Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
..
path_compatibility Fixed invalid escape sequence warning in check_framework test. 2017-11-14 19:05:20 -05:00
__init__.py
bad_error_handlers.py Fixed #29642 -- Added check for arguments of custom error handler views. 2018-09-14 11:59:56 -04:00
beginning_with_slash.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
contains_tuple.py Fixed #26440 -- Added a warning for non-url()s in urlpatterns. 2016-04-30 20:09:31 -04:00
good_error_handlers.py Fixed #29642 -- Added check for arguments of custom error handler views. 2018-09-14 11:59:56 -04:00
include_contains_tuple.py Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00
include_with_dollar.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
name_with_colon.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
no_warnings.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
no_warnings_i18n.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
non_unique_namespaces.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
unique_namespaces.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
warning_in_include.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00