index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
/
checks
/
urls.py
Age
Commit message (
Expand
)
Author
2026-02-10
[5.2.x] Fixed #36903 -- Fixed further NameErrors when inspecting functions wi...
93578237
2024-02-19
Fixed #35229 -- Made URL custom error handler check run once.
Adam Johnson
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
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
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-23
Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check.
Adam Chainz
2016-12-21
Fixed #27612 -- Added a check for duplicate URL instance namespaces.
Andrew Nester
2016-10-05
Fixed #27262 -- Moved URL checks to resolver and pattern classes.
Lucas Lois
2016-09-19
Fixed #27238 -- Disabled check_pattern_startswith_slash if settings.APPEND_SL...
Alasdair Nicol
2016-09-17
Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.
Tim Graham
2016-09-01
Clarified URL regex check message with respect to include().
Riccardo Magliocchetti
2016-05-04
Replaced a 'raw' six import
Claude Paroz
2016-04-30
Fixed #26440 -- Added a warning for non-url()s in urlpatterns.
Alasdair Nicol
2016-02-01
Fixed #26155 -- Skipped URL checks if no ROOTURL_CONF setting.
Buddy Lindsey, Jr
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-09-21
Refs #23813 -- Moved URLconfs into module and tidied docstrings.
Alasdair Nicol
2015-09-21
Fixed #23813 -- Added checks for common URL pattern errors
Alasdair Nicol