mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #24584 -- Fixed microsecond handling with older MySQLdb
This commit is contained in:
committed by
Claude Paroz
parent
ad53213066
commit
2cf58e80d1
@@ -21,3 +21,7 @@ Bugfixes
|
||||
* Fixed :djadmin:`squashmigrations` command when using
|
||||
:class:`~django.db.migrations.operations.SeparateDatabaseAndState`
|
||||
(:ticket:`24278`).
|
||||
|
||||
* Stripped microseconds from ``datetime`` values when using an older version of
|
||||
the MySQLdb DB API driver as it does not support fractional seconds
|
||||
(:ticket:`24584`).
|
||||
|
||||
Reference in New Issue
Block a user