Upgraded to Django 2.2.1 & DRF 3.9 plus some other package upgrades with minor changes.#120
Upgraded to Django 2.2.1 & DRF 3.9 plus some other package upgrades with minor changes.#120kooshan75 wants to merge 4 commits intoSeedstars:masterfrom
Conversation
|
I'm also planning to complete the implementation of test files and committing them in the next couple of days since I've run tests manually. |
Done. I'd be honored if you guys could review my code. |
|
Other than the travis build failing because of #120 looks like i would be best to use this if starting a fresh project @kooshan75 ? |
Yes of course. The old version of this project doesn't support lots of services. |
Fixes #115 & #111.
Upgraded almost every package to its latest release and migrated to Django 2.2.1 & DRF 3.9.
Changed two incompatible packages that the project was using them:
Which did not support Django 2.2.1, I switched it to email_validator, which almost has the same functionality.
Which was incompatible, I switched it to a more reliable and known package called django-rest-auth and moved to its Token Authentication method.