Changes between Initial Version and Version 1 of Ticket #25409
- Timestamp:
- Sep 15, 2015, 2:54:57 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25409
- Property Owner changed from to
- Property Status new → assigned
-
Ticket #25409 – Description
initial v1 52 52 53 53 I am attaching a patch that implements this tagging feature to urlpatterns. It has tests (docs to be added). The change is fully backwards compatible as specifying tags is completely optional, all existing tests pass with the patch applied to master. 54 55 I'm working on my branch at https://github.com/atul-bhouraskar/django/tree/ticket_25409 54 56 55 57 Comments welcome!