evorepo/packages
Dan McGee 271d1babbf Revert "Reduce query count when retrieving satisfiers and providers"
This reverts commit 20b64e4267.

Django 1.5 fixed this issue and now parent objects are automatically
attached to their children when queries go through the related manager.
See "Caching of related model instances" in the release notes.

Signed-off-by: Dan McGee <dan@archlinux.org>
2013-02-09 16:20:38 -06:00
..
management Remove custom utc_now() function, use django.utils.timezone.now() 2012-07-24 19:57:20 -05:00
migrations Drop old flag request version column 2012-08-08 22:22:24 -05:00
sql Add triggers for adding package update rows 2012-07-08 21:08:03 -05:00
templatetags Allow pkg_details_link to return link title if package is missing 2012-12-28 00:33:03 -06:00
views Remove package seach by 'Last Updated After' 2013-02-08 21:09:47 -06:00
__init__.py
admin.py Override the default admin queryset for some models 2013-01-22 17:20:41 -07:00
alpm.py Fix alpm ctypes interface on systems not having alpm 2012-08-08 19:12:06 -05:00
models.py Revert "Reduce query count when retrieving satisfiers and providers" 2013-02-09 16:20:38 -06:00
tests.py Add some more tests for ALPM API stuff 2012-12-27 17:04:20 -06:00
urls_groups.py Change Django urls.py import 2012-03-23 19:54:40 -05:00
urls.py Replace deprecated list_detail usage in search with class-based view 2012-07-24 21:01:31 -05:00
utils.py Use a subquery rather than two queries in attach_maintainers 2013-01-22 16:48:49 -06:00