Author: jtauber
Date: Sat Sep 27 06:29:06 2008
New Revision: 954
Modified:
wiki/BackwardsIncompatibleChanges.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/BackwardsIncompatibleChanges.wiki
==============================================================================
--- wiki/BackwardsIncompatibleChanges.wiki (original)
+++ wiki/BackwardsIncompatibleChanges.wiki Sat Sep 27 06:29:06 2008
@@ -25,10 +25,8 @@
In order to deal with a naming clash, the internal 'things' app was
renamed to 'things_app'. This change is due to the fact that we will be
integrating the external django-things project, which requires the app to
be named 'things'. This _should_ not affect anyone, but we list it because
sometimes old files can stick around and this would be high on the suspect
list.
-=== r943 (September 27, 2008) ===
-
-This shouldn't break anything yet (but will in a followup check in so
wanted to give a heads up)
+=== r943 through r953 (September 27, 2008) ===
I've split the account and other services information out of the `Profile`
model into `Account` and `OtherServiceInfo` models under `account` app. Via
signals, `Account`s should now be created whenever a `User` is.
Furthermore, there is a new management command
`create_accounts_from_profiles` that will migrate over the data from
`Profile` to `Account` and `OtherServiceInfo`.
-*However* nothing uses the new models yet and so deploying this revision
will likely lead to those settings gettings out of sync if changed between
now and when the second part of this change is committed.
\ No newline at end of file
+Not everything has been converted over to using the new models so any
revisions in this range are likely unstable. r943 will work but the
database will get out of sync once you run `create_accounts_from_profiles`
as the code in that revision is still updating old model.
\ No newline at end of file
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---