Author: jtauber
Date: Sat Sep 27 07:04:47 2008
New Revision: 956

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 07:04:47 2008
@@ -25,6 +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.

+*UPDATE*: If you get a `'module' object has no attribute 'ModelThing'` the  
most likely cause is the old `things` app under local_apps needs to be  
deleted. SVN leaves things lying around in sandbox even after they've gone  
from repos.
+
  === 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`.

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