[CalendarServer-changes] [7349] CalendarServer/branches/users/glyph/oracle-nulls/twext/enterprise/ dal/model.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Apr 21 09:53:19 PDT 2011


Revision: 7349
          http://trac.macosforge.org/projects/calendarserver/changeset/7349
Author:   glyph at apple.com
Date:     2011-04-21 09:53:19 -0700 (Thu, 21 Apr 2011)
Log Message:
-----------
minor docstring syntax tweak

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/oracle-nulls/twext/enterprise/dal/model.py

Modified: CalendarServer/branches/users/glyph/oracle-nulls/twext/enterprise/dal/model.py
===================================================================
--- CalendarServer/branches/users/glyph/oracle-nulls/twext/enterprise/dal/model.py	2011-04-21 16:53:12 UTC (rev 7348)
+++ CalendarServer/branches/users/glyph/oracle-nulls/twext/enterprise/dal/model.py	2011-04-21 16:53:19 UTC (rev 7349)
@@ -188,7 +188,8 @@
 
     def needsValue(self):
         """
-        Does this column require a value in INSERT statements which create rows?
+        Does this column require a value in C{INSERT} statements which create
+        rows?
 
         @return: C{True} for L{Column}s with no default specified which also
             cannot be NULL, C{False} otherwise.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110421/d7e84df2/attachment.html>


More information about the calendarserver-changes mailing list