This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
00dani
/
lemoncurry
Watch
1
Star
0
Fork
1
Code
Issues
0
Pull Requests
0
Releases
49
Wiki
Activity
Browse Source
Remove calls to as_meta since the info is ignored anyway - gives a decent performance boost :o
pull/1/head
Danielle McLean
2 years ago
parent
4fd2ff826a
commit
17e5c2c1b4
Signed by:
00dani
GPG Key ID:
8EB789DDF3ABD240
2 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
entries/views/perma.py
+0
-1
home/views.py
+ 0
- 1
entries/views/perma.py
View File
@ -11,5 +11,4 @@ def entry(request, kind, id, slug=None):
return
{
'
entry
'
:
entry
,
'
title
'
:
entry
.
title
,
'
meta
'
:
entry
.
as_meta
(
request
)
}
+ 0
- 1
home/views.py
View File
@ -29,7 +29,6 @@ def index(request, page=None):
'
entries
'
:
entries
,
'
atom
'
:
reverse
(
'
entries:atom
'
)
,
'
rss
'
:
reverse
(
'
entries:rss
'
)
,
'
meta
'
:
user
.
as_meta
(
request
)
,
}
Write
Preview
Loading…
Cancel
Save