damned-lies r1228 - in trunk: . docs
- From: stephaner svn gnome org
- To: svn-commits-list gnome org
- Subject: damned-lies r1228 - in trunk: . docs
- Date: Fri, 19 Dec 2008 17:33:44 +0000 (UTC)
Author: stephaner
Date: Fri Dec 19 17:33:44 2008
New Revision: 1228
URL: http://svn.gnome.org/viewvc/damned-lies?rev=1228&view=rev
Log:
2008-12-19 StÃphane Raimbault <stephane raimbault gmail com>
* docs/notes-upgrade.txt: Added information.
Modified:
trunk/ChangeLog
trunk/docs/notes-upgrade.txt
Modified: trunk/docs/notes-upgrade.txt
==============================================================================
--- trunk/docs/notes-upgrade.txt (original)
+++ trunk/docs/notes-upgrade.txt Fri Dec 19 17:33:44 2008
@@ -1,5 +1,8 @@
r1226
+Add this relation to Team to be able to run the snippet
+coordinator = models.ForeignKey(Person)
+
./manage.py shell
from teams.models import *
from people.models import *
@@ -9,5 +12,7 @@
r = Role(team=t, person=p, role='coordinator')
r.save()
+Remove the previous attribute.
+
SQL command
ALTER TABLE team DROP coordinator_id;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]