a0dd5f4085
Current regex '^(?P<instance_id>[^/]+)/create' for url projects/images/<instance-id>/create will match all urls start with 'create' by mistake. The '$' added will make sure the regex only match 'create' as expect. Change-Id: I9f180d8d904d15e9458513f39b1e4719ac6800a3 Closes-Bug: #1477822 |
||
---|---|---|
.. | ||
__init__.py | ||
forms.py | ||
tests.py | ||
urls.py | ||
views.py |