Author: jtauber
Date: Sat Sep 27 03:52:37 2008
New Revision: 944

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 03:52:37 2008
@@ -23,4 +23,12 @@

  === r908 (September 20, 2008) ===

-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.
\ No newline at end of file
+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)
+
+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

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to