..
path_compatibility
Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion.
2020-04-15 11:29:35 +02:00
__init__.py
…
bad_class_based_error_handlers.py
Fixed #32260 -- Made View.as_view() do not use update_wrapper().
2021-03-30 07:58:09 +02:00
bad_error_handlers_invalid_path.py
Fixed #30318 -- Added check for importability of arguments of custom error handler views.
2019-04-25 11:08:22 +02:00
bad_function_based_error_handlers.py
Fixed #32260 -- Made View.as_view() do not use update_wrapper().
2021-03-30 07:58:09 +02: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_class_based_error_handlers.py
Fixed #32260 -- Made View.as_view() do not use update_wrapper().
2021-03-30 07:58:09 +02:00
good_function_based_error_handlers.py
Fixed #32260 -- Made View.as_view() do not use update_wrapper().
2021-03-30 07:58:09 +02: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