index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
check_framework
/
urls
Age
Commit message (
Expand
)
Author
2026-02-10
Fixed #36903 -- Fixed further NameErrors when inspecting functions with defer...
93578237
2023-07-11
Fixed #34691 -- Added system check for unmatched angle brackets in path().
Amir Karimi
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-06-09
Fixed #32195 -- Added system check for invalid view in path() and improved er...
Angus Holder
2021-03-30
Fixed #32260 -- Made View.as_view() do not use update_wrapper().
Daniyal
2020-04-15
Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion.
Adam Johnson
2019-04-25
Fixed #30318 -- Added check for importability of arguments of custom error ha...
Alasdair Nicol
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-09-14
Fixed #29642 -- Added check for arguments of custom error handler views.
Adam Johnson
2017-11-14
Fixed invalid escape sequence warning in check_framework test.
Tim Graham
2017-11-07
Fixed #28663 -- Add a check for likely incorrectly migrated django.urls.path(...
Chris Lamb
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-20
Added a checks test for valid i18n patterns.
Tim Graham
2017-03-03
Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside non-namesp...
Tim Graham
2017-02-24
Fixed #27874 -- Fixed URL namespace warning (urls.W005) for nested namespaces.
Chris Lamb
2016-12-21
Fixed #27612 -- Added a check for duplicate URL instance namespaces.
Andrew Nester
2016-04-30
Fixed #26440 -- Added a warning for non-url()s in urlpatterns.
Alasdair Nicol
2016-04-29
Added an explicit test that URL checks are recursive.
Alasdair Nicol
2015-09-21
Refs #23813 -- Moved URLconfs into module and tidied docstrings.
Alasdair Nicol