projects
/
pgarchives.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a041662
)
Comment out accidental row from urls.py
author
Magnus Hagander
<magnus@hagander.net>
Mon, 5 Mar 2018 12:17:03 +0000
(13:17 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Mon, 5 Mar 2018 12:17:03 +0000
(13:17 +0100)
This is part of an uncommitted patch. Oops.
django/archives/urls.py
patch
|
blob
|
blame
|
history
diff --git
a/django/archives/urls.py
b/django/archives/urls.py
index b450a4dac8ff1ef616be95e77ddd689af2be1133..9a6d85f23ff3411b1921a193de243bbcfdf3eeb8 100644
(file)
--- a/
django/archives/urls.py
+++ b/
django/archives/urls.py
@@
-53,7
+53,7
@@
urlpatterns = [
# API calls
url(r'^list/([\w-]+)/latest.json$', archives.mailarchives.api.latest),
url(r'^message-id.json/(.+)$', archives.mailarchives.api.thread),
- url(r'^thread/(.+)/subscribe/$', archives.mailarchives.api.thread_subscribe),
+
#
url(r'^thread/(.+)/subscribe/$', archives.mailarchives.api.thread_subscribe),
# Legacy forwarding from old archives site
url(r'^message-id/legacy/([\w-]+)/(\d+)-(\d+)/msg(\d+).php$', archives.mailarchives.views.legacy),