blag / django-wall

Automatically exported from code.google.com/p/django-wall
MIT License
0 stars 0 forks source link

extend recent_wall templatetag to accept wall slug as well as wall instance #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the recent_wall templatetag accepts a wall object as a required
parameter. Chnage it so that parameter can optionally be a string in which
case the wall with a slug matching that string is used for finding recent
wall items.

Original issue reported on code.google.com by rockmhow...@gmail.com on 25 Feb 2009 at 11:16

GoogleCodeExporter commented 9 years ago
The fix for Issue 5 is included in revision 4 of django-wall.

Original comment by rockmhow...@gmail.com on 25 Feb 2009 at 11:19