evorepo/todolists
Dan McGee 76c37ce3ac Replace deprecated direct_to_template() with render() shortcut
Now that Django actually provides a concise way to use a RequestContext
object without instantiating it, we can use that rather than the old
function-based generic view that worked well to do the same.
Additionally, these function-based generic views will be gone in Django
1.5, so might as well make the move now.

Signed-off-by: Dan McGee <dan@archlinux.org>
2012-07-24 19:57:20 -05:00
..
__init__.py Initial import for public release... 2007-11-03 03:45:10 -04:00
urls.py Change Django urls.py import 2012-03-23 19:54:40 -05:00
utils.py Incomplete-only todolists optimization 2012-04-27 09:12:26 -05:00
views.py Replace deprecated direct_to_template() with render() shortcut 2012-07-24 19:57:20 -05:00