Commit Graph

18 Commits

Author SHA1 Message Date
winkidney
33cee77c8d Refactor: Use django 2.2 LTS instead of 3 ( since 3 is not stable now) 2020-07-18 15:35:00 +08:00
winkidney
91d4dfc290 Fix: Upgrade django version and add CASCADE for forreign-key 2020-07-10 20:51:02 +08:00
Lapo Luchini
315dfc2540 Fix django-filter version
As using `*` currently selects 2.3.0 which requires `django >= 2.2`, which is not compatible with the rest of the Pipfile

`ERROR: ERROR: Could not find a version that matches django<1.12,>=1.11,>=1.11.0,>=2.2`
2020-06-22 10:41:32 +08:00
winkidney
14b31cd808 close #205 2020-05-31 12:52:36 +08:00
winkidney
f0ff5ef4e2 Fix: Update django and Pillow version due to security issues
For Pillow: CVE-2020-5313, CVE-2019-19911
For Django: CVE-2020-7471, CVE-2019-19844
2020-05-17 12:40:11 +08:00
Isaac Bythewood
5cca3e576b Add black to dev deps 2019-12-08 21:08:29 +00:00
Isaac Bythewood
b14cec4e56 Adding new docs system 2019-12-08 18:09:14 +00:00
winkidney
54c245b6ef Feature: Add django_extensions to development version 2019-12-08 12:58:50 -05:00
winkidney
6b3402c9f5 Feature: Use psycopg2-binary as dep instead of psycopg2
Due to the offical warnning from command line.
2019-02-22 16:44:53 +08:00
winkidney
47b58e9f9f Feature: Remove django-tastypie and factory-boy in Pipfile 2019-02-22 16:23:08 +08:00
winkidney
19cff1c571 Feature: Add coreapi as dependencies 2019-02-20 17:20:58 +08:00
winkidney
e154eb58c8 Feature: Add DRF and its tools as dependencies 2019-02-19 18:09:13 +08:00
winkidney
fe1439b2a2 Fix: Fix permission check for tastypie / update to 0.14.1 2018-08-26 21:30:07 -07:00
winkidney
a59f3cf9eb Feature: Built django-images into Pinry 2018-08-26 21:30:07 -07:00
winkidney
f85a1e7301 Fix: Upgrade django to 1.11 LTS
New version of django fix the RuntimeError while saving wepb file.

The patch will not be applied to Django 1.8

Ref: https://www.djangoproject.com/download/#supported-versions

Ref: https://github.com/django/django/pull/10331
2018-08-26 21:30:07 -07:00
Isaac Bythewood
eb75175657 Swap to new settings structure and start adding docker files directly to project 2018-02-08 23:07:19 -05:00
Isaac Bythewood
9d00c74d18 Add some basic linting 2018-02-06 00:39:15 +00:00
Isaac Bythewood
3849ee8e5d Swap to pipenv, fix issue with latest versions of python 3, dropping support for python 2 2018-02-06 00:10:51 +00:00