mirror of
https://github.com/django/django.git
synced 2025-02-15 11:58:44 +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.