Changes between Initial Version and Version 1 of Ticket #20734, comment 1
- Timestamp:
- Jul 11, 2013, 7:54:47 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20734, comment 1
initial v1 1 1 Also: 2 2 3 * <https://docs.djangoproject.com/en/dev/topics/http/urls/#url-namespaces only gives multiple application instances as a case for namespacing; <https://docs.djangoproject.com/en/dev/intro/tutorial03/#namespacing-url-names>cites the case of re-usable applications3 * https://docs.djangoproject.com/en/dev/topics/http/urls/#url-namespaces only gives multiple application instances as a case for namespacing; https://docs.djangoproject.com/en/dev/intro/tutorial03/#namespacing-url-names cites the case of re-usable applications 4 4 * perhaps documentation should more strongly advise creating URL pattern names that are unlikely to be used in other applications, to avoid the need for namespacing