evorepo/public
Dan McGee 4a9b6867a3 Refactor common select_related into manager method
For a Package object query, we almost always did .select_related('arch',
'repo). Refactor this into the manager as a 'normal()' method so we can
avoid sprinkling the same logic everywhere.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-06-15 15:50:14 -05:00
..
__init__.py "imported" public app files from archweb_pub 2009-11-09 22:24:37 -02:00
models.py Add basic tests to public app 2009-12-01 23:26:04 -02:00
tests.py Remove Arch-Based Projects 2010-04-18 23:27:27 -05:00
utils.py Refactor common select_related into manager method 2011-06-15 15:50:14 -05:00
views.py Slight refactor of user list views 2011-02-27 11:52:27 -06:00