summaryrefslogtreecommitdiff
path: root/django/core/checks/urls.py
AgeCommit message (Expand)Author
2026-02-10[5.2.x] Fixed #36903 -- Fixed further NameErrors when inspecting functions wi...93578237
2024-02-19Fixed #35229 -- Made URL custom error handler check run once.Adam Johnson
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-03-03Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside non-namesp...Tim Graham
2017-02-24Fixed #27874 -- Fixed URL namespace warning (urls.W005) for nested namespaces.Chris Lamb
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-12-23Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check.Adam Chainz
2016-12-21Fixed #27612 -- Added a check for duplicate URL instance namespaces.Andrew Nester
2016-10-05Fixed #27262 -- Moved URL checks to resolver and pattern classes.Lucas Lois
2016-09-19Fixed #27238 -- Disabled check_pattern_startswith_slash if settings.APPEND_SL...Alasdair Nicol
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-09-01Clarified URL regex check message with respect to include().Riccardo Magliocchetti
2016-05-04Replaced a 'raw' six importClaude Paroz
2016-04-30Fixed #26440 -- Added a warning for non-url()s in urlpatterns.Alasdair Nicol
2016-02-01Fixed #26155 -- Skipped URL checks if no ROOTURL_CONF setting.Buddy Lindsey, Jr
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-09-21Refs #23813 -- Moved URLconfs into module and tidied docstrings.Alasdair Nicol
2015-09-21Fixed #23813 -- Added checks for common URL pattern errorsAlasdair Nicol