﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
17174	The docs should mention, that MySql doesn't support microseconds	jammon	Dan Poirier	"MySQL doesn't store the microsecond part of a TimeField or DateTimeField, which is accounted for in the code (in django/db/backends/mysql/base.py). But the documentation doesn't mention this limitation. 

Suggestion: Add this sentence to /en/dev/ref/databases -> MySQL Notes -> Notes on specific fields -> DateTime fields:

  MySQL does not support storing the microsecond part of a TimeField or DateTimeField, 
  so the microsecond part of the data is truncated (set to zero). 

(It cost me quite some time to find out, why the integration tests failed on the staging server. I couldn't believe, that MySQL has such a limitation. See the bug report from Feb 2005 (!) http://bugs.mysql.com/bug.php?id=8523)."	New feature	closed	Documentation	1.3	Normal	fixed			Accepted	1	0	0	0	1	0
