evorepo/main/migrations
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
..
__init__.py
0001_initial.py
0002_make_maintainer_nullable.py
0003_migrate_maintainer.py
0004_add_pkgname_index.py
0005_fix_empty_url_pkgdesc.py
0006_add_more_info_to_packages.py
0007_add_files_last_update.py
0008_mirror_tiering.py
0009_mirror_rsync_credentials.py
0010_kill_rsync_ip_hostname.py
0011_mirror_notes_text_field.py Make mirror notes a text field 2010-03-06 10:42:51 -06:00
0012_is_repo_testing.py Add a flag to the repo to indicate its 'testing' status 2010-03-06 15:36:20 -06:00
0013_mark_repos_testing.py Add a flag to the repo to indicate its 'testing' status 2010-03-06 15:36:20 -06:00
0014_mirror_notes_rsync_optional.py Make rsync fields on mirrors optional 2010-03-20 14:02:38 -05:00
0015_auto__del_field_package_maintainer.py Drop maintainer column off packages model 2010-03-27 16:21:58 -05:00
0016_always_fill_pkgbase.py Get unit tests up and running again 2010-06-24 17:08:00 -05:00
0017_auto__chg_field_package_pkgbase.py Make pkgbase non-null and indexed 2010-03-27 18:09:42 -05:00
0018_auto__del_press.py Migration to remove press model 2010-04-18 22:56:42 -05:00
0019_auto__del_altforum.py Migration to delete AltForum model 2010-04-18 23:25:56 -05:00
0020_auto__del_externalproject.py Migration to remove external projects 2010-04-18 23:35:34 -05:00
0021_mark_package_fields_nullable.py Fix null field issues exposed by Django 1.1.2 2010-05-24 10:57:17 -05:00
0022_auto__add_field_package_filename.py Add filename column to package model 2010-05-26 10:11:59 -05:00
0023_auto__add_field_package_flag_date.py Make flag column on packages a date 2010-07-06 18:36:17 -05:00
0024_set_initial_flag_date.py Make flag column on packages a date 2010-07-06 18:36:17 -05:00
0025_auto__del_field_package_needupdate.py Remove old needupdate column 2010-07-06 18:37:28 -05:00
0026_auto__add_field_package_packager_str__add_field_package_packager.py Add packager fields to package model 2010-07-28 14:41:13 -05:00
0027_auto__chg_field_package_compressed_size__chg_field_package_installed_s.py Make package size fields big integers 2010-08-17 09:43:40 -05:00
0028_auto__add_field_repo_bugs_project__add_field_repo_svn_root.py Add more metadata to repo model 2010-08-25 14:04:23 -05:00
0029_fill_in_repo_data.py Simple migration to populate repo data 2010-08-25 14:12:14 -05:00
0030_move_mirror_models.py Move mirror models out of main app 2010-09-06 12:01:46 -05:00
0031_move_news_out.py Move news model to an appropriate place 2010-09-08 00:23:55 -05:00
0032_auto__add_field_arch_agnostic.py Add metadata to Arch table 2010-09-08 10:50:55 -05:00
0033_mark_any_agnostic.py Add metadata to Arch table 2010-09-08 10:50:55 -05:00
0034_update_content_type.py After moving models, update content type table 2010-09-09 06:46:25 -05:00
0035_auto__add_field_donor_visible.py Allow donors to be invisible 2010-10-01 13:05:22 -05:00
0036_auto__chg_field_userprofile_user.py Make user profile a OneToOneField 2010-10-04 17:44:40 -05:00