Tweaked philo migrations to force contenttype creation after migration 0005 so the...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 21 Oct 2010 16:15:14 +0000 (12:15 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Thu, 21 Oct 2010 16:15:14 +0000 (12:15 -0400)
commitf578580e09ad5ef0466d48983c7480fcaccb42b4
treefd88008cd586a92c3650f32c6e00706dc262d1c1
parent5aa5adcf276f2017c9747bc8214fb1e6ee8c82bc
Tweaked philo migrations to force contenttype creation after migration 0005 so the contenttypes are available in migration 0006. Ordinarily contenttypes are only synced after a complete set of migrations. Also implemented default values on proxy fields; partially addresses feature #16.
migrations/0005_add_attribute_values.py
models/fields.py