mirror of
https://github.com/django/django.git
synced 2025-03-03 05:24:24 +00:00
`@functools.cache` and `@functools.lru_cache` return an object of type `functools._lru_cache_wrapper` which prevented the migrations serializer from working. Simply using the existing `FunctionTypeSerializer` for this additional type works as expected.