This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-26 18:19:18 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
check_framework
/
urls
History
…
..
path_compatibility
…
__init__.py
Refs
#23813
-- Moved URLconfs into module and tidied docstrings.
2015-09-21 20:10:33 -04:00
bad_class_based_error_handlers.py
…
bad_error_handlers_invalid_path.py
…
bad_function_based_error_handlers.py
…
beginning_with_slash.py
…
contains_tuple.py
…
good_class_based_error_handlers.py
…
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
…
include_with_dollar.py
…
name_with_colon.py
…
no_warnings_i18n.py
…
no_warnings.py
…
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
…
warning_in_include.py
…