Henrik Levkowetz
|
19d585255a
|
Django 1.10 does not permit the view argument to url() to be a string any more. Changed all cases view arguments to url() which were strings to instead reference the actual imported function.
- Legacy-Id: 12815
|
2017-02-10 14:49:16 +00:00 |
|
Henrik Levkowetz
|
9c095365dd
|
Commented out debug output from ietf.utils.urls.url(). Tweaked the url() handling of django views.
- Legacy-Id: 12634
|
2017-01-09 16:32:38 +00:00 |
|
Henrik Levkowetz
|
eb5aa9a691
|
Django 1.9: Refined the autonaming url() replacement.
- Legacy-Id: 12622
|
2016-12-22 18:08:21 +00:00 |
|
Henrik Levkowetz
|
bfc44dea82
|
Django 1.9: Added an alternative implementation of urls() which derives an url pattern name from the callable, in order to maintain DRY for url patterns.
- Legacy-Id: 12617
|
2016-12-22 17:20:29 +00:00 |
|