bruth / django-preserialize

Convert your model instances and querysets into dicts and list with style.
http://bruth.github.io/django-preserialize
BSD 2-Clause "Simplified" License
41 stars 6 forks source link

allow django<=1.11.16 #22

Closed romantolkachyov closed 5 years ago

romantolkachyov commented 5 years ago

Seems like they works well together.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 90.104% when pulling 296e1eba95336f1db8f5046159071add569e0693 on romantolkachyov:master into 11f9e822250ea3374d5cfba477a00ca886689d9f on bruth:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 90.104% when pulling 296e1eba95336f1db8f5046159071add569e0693 on romantolkachyov:master into 11f9e822250ea3374d5cfba477a00ca886689d9f on bruth:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 90.104% when pulling 296e1eba95336f1db8f5046159071add569e0693 on romantolkachyov:master into 11f9e822250ea3374d5cfba477a00ca886689d9f on bruth:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 90.104% when pulling 296e1eba95336f1db8f5046159071add569e0693 on romantolkachyov:master into 11f9e822250ea3374d5cfba477a00ca886689d9f on bruth:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 90.104% when pulling 296e1eba95336f1db8f5046159071add569e0693 on romantolkachyov:master into 11f9e822250ea3374d5cfba477a00ca886689d9f on bruth:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 90.104% when pulling 296e1eba95336f1db8f5046159071add569e0693 on romantolkachyov:master into 11f9e822250ea3374d5cfba477a00ca886689d9f on bruth:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 90.104% when pulling 296e1eba95336f1db8f5046159071add569e0693 on romantolkachyov:master into 11f9e822250ea3374d5cfba477a00ca886689d9f on bruth:master.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 90.104% when pulling efea187c288ce68f12e58ad72138c0dd21dee65d on romantolkachyov:master into 11f9e822250ea3374d5cfba477a00ca886689d9f on bruth:master.

romantolkachyov commented 5 years ago

Fix flake8 version. Because python 3.3 support has dropped in flake8==3.0.0.

romantolkachyov commented 5 years ago

Last build has failed on python 3.4 with

Downloading archive: https://s3.amazonaws.com/travis-python-archives/binaries/ubuntu/14.04/x86_64/python-3.4.tar.bz2
$ curl -sSf -o python-3.4.tar.bz2 ${archive_url}
curl: (52) Empty reply from server
Unable to download 3.4 archive. The archive may not exist. Please consider a different version.

It seems like travis problem, need to restart build.

bruth commented 5 years ago

Thanks for the contribution!