projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
320add7
)
Include missing slash in URL to purge for quotes
author
Magnus Hagander
<magnus@hagander.net>
Sun, 27 Nov 2011 11:29:50 +0000
(12:29 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Sun, 27 Nov 2011 11:29:50 +0000
(12:29 +0100)
pgweb/quotes/models.py
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/quotes/models.py
b/pgweb/quotes/models.py
index 296dde1322da84e48e9b8c85e424d2fe37342c01..5258eb540c0c7fac7dd80c7272ddf90b856426a8 100644
(file)
--- a/
pgweb/quotes/models.py
+++ b/
pgweb/quotes/models.py
@@
-10,7
+10,7
@@
class Quote(PgModel, models.Model):
send_notification = True
- purge_urls = ('about/quotesarchive/', '/$', )
+ purge_urls = ('
/
about/quotesarchive/', '/$', )
def __unicode__(self):
if len(self.quote) > 75: