evorepo/devel
Dan McGee 82eb9de993 Make user profile a OneToOneField
We had this set up as a unique ForeignKey before, which adds some
indirection due to the RelatedManager object being there. By making it a
OneToOneField, we can get the profile object directly, enforce uniqueness,
and also use it in select_related() calls to make our profiles page a bit
more efficient.

Signed-off-by: Dan McGee <dan@archlinux.org>
2010-10-04 17:44:40 -05:00
..
management Make user profile a OneToOneField 2010-10-04 17:44:40 -05:00
__init__.py Initial import for public release... 2007-11-03 03:45:10 -04:00
models.py Add credential requirements tests to devel app 2009-12-01 23:26:14 -02:00
tests.py Add credential requirements tests to devel app 2009-12-01 23:26:14 -02:00
utils.py Restore flagged package count by maintainer in dashboard 2010-09-10 18:27:18 -05:00
views.py Make general mirror list view public 2010-09-24 19:39:37 -05:00