Ticket #17174: 17174.diff

File 17174.diff, 596 bytes (added by Dan Poirier, 13 years ago)
  • docs/ref/databases.txt

    diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
    index 9ea0fe7..ae47667 100644
    a b store a timezone-aware ``time`` or ``datetime`` to a  
    372372:class:`~django.db.models.TimeField` or :class:`~django.db.models.DateTimeField`
    373373respectively, a ``ValueError`` is raised rather than truncating data.
    374374
     375MySQL does not store fractions of seconds. Fractions of seconds are truncated
     376to zero when the time is stored.
     377
    375378Row locking with ``QuerySet.select_for_update()``
    376379-------------------------------------------------
    377380
Back to Top