diff options
author | Dan McGee <dan@archlinux.org> | 2012-12-21 19:26:35 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2012-12-28 09:19:17 -0600 |
commit | 8be27a5cafde87c439b19f64a7c215410c88484b (patch) | |
tree | ed8f6e65870da38967663bf2d4fb9290f537dea2 /visualize/views.py | |
parent | bf4385a26c1b6f07bf9bdcddf7160b5eb4a71d9a (diff) |
Add new todolists and todolist package model
Move the todolist model from main to the todolists application, and make
a few minor tweaks to field names along the way. Also add a 'raw' field
that will hold the originally input text data from the creator or last
modifier of the todolist.
Add pkgname, pkgbase, arch, and repo fields to a new todolist package
model, which will supplement the former foreign key to an actual package
object. This will prevent todolist package objects from ever being
deleted as they can be now, which is not intuitive.
Also change the current boolean 'complete' flag to a 'status' enum that
can hold other values. For now, we add 'In-progress' to the mix.
Finally, add a 'user' field, and a 'comments' field that will be
utilized later by the UI.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'visualize/views.py')
0 files changed, 0 insertions, 0 deletions