Changes between Initial Version and Version 1 of Ticket #23578
- Timestamp:
- Sep 30, 2014, 7:03:50 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23578
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #23578 – Description
initial v1 3 3 In ticket #23277, it was decided to show the old `patterns` approach in the docs, and switch to the new style in the 1.8 docs. 4 4 5 However, the [https://docs.djangoproject.com/en/1.7/topics/http/urls/#url-namespaces URL Namespaces] section of the URL Dispatcher docs uses the new style syntax. This could be a bit surprising for users unfamiliar with the new syntax in 1.8.5 However, the [https://docs.djangoproject.com/en/1.7/topics/http/urls/#url-namespaces URL Namespaces] section of the URL Dispatcher docs uses the new style syntax. This could be a bit surprising for users unfamiliar with the new syntax in 1.8. 6 6 7 7 I'm going to open a small pull request which uses the old patterns syntax everywhere on the URL Dispatcher docs page in 1.7.X.