| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-11-07 | [2.0.x] Fixed #28663 -- Add a check for likely incorrectly migrated ↵ | Chris Lamb | |
| django.urls.path() routes. Backport of 998c9dd599cd907bb38f440fff13a808571589f8 from master | |||
| 2017-09-20 | Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. | Sjoerd Job Postmus | |
| Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs. | |||
| 2017-09-20 | Added a checks test for valid i18n patterns. | Tim Graham | |
| 2016-12-23 | Fixed #27626 -- Moved MEDIA_URL/STATIC_URL validation to a system check. | Adam Chainz | |
| 2016-12-21 | Wrapped an import per isort. | Tim Graham | |
| 2016-12-21 | Fixed #27612 -- Added a check for duplicate URL instance namespaces. | Andrew Nester | |
| 2016-12-07 | Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase. | Tim Graham | |
| 2016-09-19 | Fixed #27238 -- Disabled check_pattern_startswith_slash if ↵ | Alasdair Nicol | |
| settings.APPEND_SLASH=False. Thanks strycore for the report and timgraham for suggesting the solution. | |||
| 2016-09-01 | Clarified URL regex check message with respect to include(). | Riccardo Magliocchetti | |
| 2016-06-14 | Removed usage of a few deprecated unittest assertions. | Ville Skyttä | |
| 2016-04-30 | Fixed #26440 -- Added a warning for non-url()s in urlpatterns. | Alasdair Nicol | |
| Thanks Burhan Khalid for the initial patch and knbk/timgraham for review. | |||
| 2016-04-29 | Added an explicit test that URL checks are recursive. | Alasdair Nicol | |
| 2016-02-01 | Fixed #26155 -- Skipped URL checks if no ROOTURL_CONF setting. | Buddy Lindsey, Jr | |
| 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 | |
| Thanks jwa and lamby for the suggestions, and timgraham and jarshwah for their reviews. | |||
