v0.16.14
- We now do CI runs on a Windows VM as well, to try and prevent Windows specific regressions.
- Make
F
expression work withQuerySet.filter()
. - Include
py.typed
in source distribution. - Added
datetime
parsing fromint
forfields.DatetimeField
. get_or_create
passes theusing_db=
on if provided.- Allow custom
loop
andconnection_class
parameters to be passed on to asyncpg.