summaryrefslogtreecommitdiff
path: root/todolists
AgeCommit message (Expand)Author
2015-08-05Merge branch 'archweb' into archweb-genericLuke Shumaker
2015-06-05Tweak display of todolist descriptionsDan McGee
2015-04-16Merge tag 'release_2015-04-13' into archweb-genericLuke Shumaker
2015-04-15Merge tag 'release_2014-11-08.2' into archweb-genericLuke Shumaker
2015-04-13Merge tag 'release_2014-10-19' into archweb-genericLuke Shumaker
2015-02-03Sort packages correctly in the todolist notification emailsDan McGee
2014-11-08Paginate the todolist listing pageDan McGee
2014-10-18Change case of SUM() SQL functionDan McGee
2014-10-02Merge branch 'archweb' into archweb-genericLuke Shumaker
2014-09-01Add auto-generated migrations from new Django migrations frameworkDan McGee
2014-09-01Remove old south migrationsDan McGee
2013-11-28Merge tag 'release_2013-11-25' into archweb-genericLuke Shumaker
2013-11-06Django 1.6 upgrade, deprecation cleanupDan McGee
2013-06-23Merge branch 'archweb' into archweb-generic2Luke Shumaker
2013-05-10Add a 'last touched by' column to todolist detail viewDan McGee
2013-04-21Merge branch 'archweb' into archweb-generic2Luke Shumaker
2013-04-21Merge branch 'archweb' into archweb-generic2Luke Shumaker
2013-04-20todolist/views.py: use settings.BRANDING_EMAILLuke Shumaker
2013-04-16Various minor code cleanups and fixesrelease_2013-04-16Dan McGee
2013-03-11Only show incomplete todolists to unauthenticated usersrelease_2013-03-11Dan McGee
2013-03-11Make todolists fully publicDan McGee
2013-03-11Remove public todolists viewDan McGee
2013-03-07Fix IntegrityError in corner case todolist updateDan McGee
2013-02-26Merge branch 'django-1.5'Dan McGee
2013-02-09Use 'update_fields' model.save() kwargDan McGee
2013-02-08Ensure todolists are consistently sortedDan McGee
2013-01-22Show staging version on todolist view pageDan McGee
2013-01-15Clean up and make several migrations modernrelease_2013-01-15Dan McGee
2013-01-13Use content_type and not mimetype on HttpResponse()Dan McGee
2013-01-12Add last_modified field to todolist packagesDan McGee
2012-12-31Set user on todolist packages when flag status changesDan McGee
2012-12-31Mark todolist packages as removed rather than deleting themDan McGee
2012-12-31Fix list_pkgbases view callDan McGee
2012-12-31Fix dependency issue found by south migrationcheck commandDan McGee
2012-12-31Minor coding style tweaksDan McGee
2012-12-31Add 'removed' field to todolist packagesDan McGee
2012-12-31Small admin tweaks for todolists filteringDan McGee
2012-12-29Defer the 'raw' field when listing todolistsDan McGee
2012-12-28Add a todolist package details link template tagDan McGee
2012-12-28Set slug on todolist creationDan McGee
2012-12-28Use todolist slugs for all URLsDan McGee
2012-12-28Populate the todolist slug field and mark non-nullDan McGee
2012-12-28Add todolists slug fieldDan McGee
2012-12-28Todolist URLs map to old_id now, not idDan McGee
2012-12-28Convert to using new todolist models everywhereDan McGee
2012-12-28Add data migration for todolistsDan McGee
2012-12-28Add packages method to new Todolist modelDan McGee
2012-12-28Add todolist admin for new modelDan McGee
2012-12-28Add new todolists and todolist package modelDan McGee
2012-12-27Add initial todolists models migrationDan McGee