summaryrefslogtreecommitdiff
path: root/tests/check_framework/urls
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0717-53/+72
* Fixed #32195 -- Added system check for invalid view in path() and improved er...Angus Holder2021-06-091-0/+19
* Fixed #32260 -- Made View.as_view() do not use update_wrapper().Daniyal2021-03-304-0/+25
* Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion.Adam Johnson2020-04-151-1/+1
* Fixed #30318 -- Added check for importability of arguments of custom error ha...Alasdair Nicol2019-04-251-0/+6
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-318-32/+31
* Fixed #29642 -- Added check for arguments of custom error handler views.Adam Johnson2018-09-142-0/+20
* Fixed invalid escape sequence warning in check_framework test.Tim Graham2017-11-141-1/+1
* Fixed #28663 -- Add a check for likely incorrectly migrated django.urls.path(...Chris Lamb2017-11-074-0/+15
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-202-1/+8
* Added a checks test for valid i18n patterns.Tim Graham2017-09-201-0/+7
* Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside non-namesp...Tim Graham2017-03-031-0/+2
* Fixed #27874 -- Fixed URL namespace warning (urls.W005) for nested namespaces.Chris Lamb2017-02-241-1/+8
* Fixed #27612 -- Added a check for duplicate URL instance namespaces.Andrew Nester2016-12-212-0/+24
* Fixed #26440 -- Added a warning for non-url()s in urlpatterns.Alasdair Nicol2016-04-301-0/+3
* Added an explicit test that URL checks are recursive.Alasdair Nicol2016-04-294-11/+12
* Refs #23813 -- Moved URLconfs into module and tidied docstrings.Alasdair Nicol2015-09-215-0/+30