Commit Graph

5 Commits

Author SHA1 Message Date
Dan McGee
504a8cabfc packages/view/search: refactor out the form parsing code
This is a block of very repetitive code that lends itself well to being
a separate method. It would still be nice to find a way to clean this up
but that can come later.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-11-10 19:21:44 -06:00
Dan McGee
6e6392c089 packages/views: split out search view
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-11-10 19:13:12 -06:00
Dan McGee
865fa5c1e3 packages/views: move signoff-related views into separate module
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-11-10 19:13:11 -06:00
Dan McGee
a1ef52f87f packages/views: move flag-related views to own module
One step in splitting the package views.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-11-10 19:13:11 -06:00
Dan McGee
83feb682c2 Move package views into subdirectory
This simply moves views.py to views/__init__.py and adjusts the imports
accordingly; future patches will split this into multiple files as this
module is getting quite large.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-11-10 18:12:47 -06:00