1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #28870 -- Added support for functools.partialmethod serialization in migrations.

This commit is contained in:
Sergey Fedoseev
2017-12-01 19:24:56 +05:00
committed by Tim Graham
parent b728ab22e1
commit 183fb7b2b9
4 changed files with 21 additions and 6 deletions

View File

@@ -150,7 +150,7 @@ Management Commands
Migrations
~~~~~~~~~~
* ...
* Added support for serialization of ``functools.partialmethod`` objects.
Models
~~~~~~