Michael Gendy
Michael Gendy
Added some small code improvements
I think It would be great if you move the c declarations to a .pxd file to be available to other cython modules as in my case I don't need...
## What's wrong I got this error when trying to use async with serializer as below : ``` if not await sync_to_async(serializer.is_valid)(): return Response("response here") ``` ## System information -...
Fixes #284
Closes #413
After install aerich when I run aerich -h I got this error : ImportError: cannot import name 'Tortoise' from 'tortoise' (unknown location)
## Problem The `has_changed` method returns True if the value changes from null to "" and vice versa, which is often not what we want ## Solution Added `ignore_empty` parameter...