mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26475 -- Added functools.partial() support to migrations autodetector.
This commit is contained in:
committed by
Tim Graham
parent
2a9bcb503f
commit
5402f3ab09
@@ -15,3 +15,6 @@ Bugfixes
|
||||
|
||||
* Fixed ``TimeField`` microseconds round-tripping on MySQL and SQLite
|
||||
(:ticket:`26498`).
|
||||
|
||||
* Prevented ``makemigrations`` from generating infinite migrations for a model
|
||||
field that references a ``functools.partial`` (:ticket:`26475`).
|
||||
|
||||
Reference in New Issue
Block a user