evorepo/todolists
Dan McGee ba6ae553c2 Sort packages correctly in the todolist notification emails
Just using sorted() here is bogus without a key function; the default
sort order is by the return value from id() in Python since we have no
__lt__ definition on the Package model. Add an explicit sort key.

Signed-off-by: Dan McGee <dan@archlinux.org>
2015-02-03 21:22:53 -06:00
..
migrations Add auto-generated migrations from new Django migrations framework 2014-09-01 18:26:05 -05:00
templatetags Add a todolist package details link template tag 2012-12-28 14:48:29 -06:00
__init__.py Initial import for public release... 2007-11-03 03:45:10 -04:00
admin.py Small admin tweaks for todolists filtering 2012-12-31 09:42:06 -06:00
models.py Add a 'last touched by' column to todolist detail view 2013-05-10 18:44:25 -05:00
urls.py Paginate the todolist listing page 2014-11-08 19:15:38 -06:00
utils.py Change case of SUM() SQL function 2014-10-18 17:25:34 -05:00
views.py Sort packages correctly in the todolist notification emails 2015-02-03 21:22:53 -06:00