summaryrefslogtreecommitdiff
path: root/django/urls/conf.py
AgeCommit message (Expand)Author
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-12-13Fixed #33351 -- Made path()/re_path() raise TypeError when kwargs argument is...mendespedro
2021-06-09Fixed #32195 -- Added system check for invalid view in path() and improved er...Angus Holder
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
2017-09-13Refs #28593 -- Moved django.conf.urls.include() to django.urls().Tim Graham