Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-05 | Add some select_related() magic | Dan McGee | 1 | -1/+1 | |
Made obvious when poking around with the Django debug toolbar. Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2010-09-08 | Implement package difference filtering | Dan McGee | 1 | -3/+29 | |
This is done as client-side JS which makes the page nice and fast. Minor versions can be excluded, as can packages in [multilib]. In addition, architecture filtering is in place so you can limit the subset of shown packages to those in any, both, one or the other. Signed-off-by: Dan McGee <dan@archlinux.org> | |||||
2010-08-28 | Move package utility functions | Dan McGee | 1 | -0/+103 | |
We now have a few of them, so move them to their own file like we do in the other applications. Signed-off-by: Dan McGee <dan@archlinux.org> |