evorepo/packages
Dan McGee 375684ed91 Use a set instead of list when gathering package differences
If we implement the __eq__ and __hash__ methods, we can use a set to
gather package difference objects and make deduplication of objects a
lot more efficient.

Signed-off-by: Dan McGee <dan@archlinux.org>
2013-01-18 20:52:20 -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 Use content_type and not mimetype on HttpResponse() 2013-01-13 22:34:33 -06:00
__init__.py Initial import for public release... 2007-11-03 03:45:10 -04:00
admin.py Migrate flag request version info to new format 2012-08-08 22:21:05 -05:00
alpm.py Fix alpm ctypes interface on systems not having alpm 2012-08-08 19:12:06 -05:00
models.py Add get_associated_packages method to FlagRequest 2013-01-12 15:51:51 -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 set instead of list when gathering package differences 2013-01-18 20:52:20 -06:00