| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-10 | Fixed #36903 -- Fixed further NameErrors when inspecting functions with ↵ | 93578237 | |
| deferred annotations. Provide a wrapper for safe introspection of user functions on Python 3.14+. Follow-up to 601914722956cc41f1f2c53972d669ddee6ffc04. | |||
| 2025-03-31 | Refs #28909 -- Simplified code using unpacking generalizations. | Aarni Koskela | |
| 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 | |
| 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-03-03 | Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside ↵ | Tim Graham | |
| non-namespaced URLs. | |||
| 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 | |
| Thanks Tim Graham and Simon Charette for the reviews. | |||
| 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 | |
| Thanks Sjoerd Job Postmus for the report and review. | |||
| 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-17 | Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. | Tim Graham | |
| http://bugs.python.org/issue27364 | |||
| 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 | |
| Thanks Burhan Khalid for the initial patch and knbk/timgraham for review. | |||
| 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 | |
| Thanks to Tim Graham for the review. | |||
| 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. | |||
