dependabot[bot]
|
e195837afd
|
Build(deps): Bump django from 2.2.20 to 2.2.24
Bumps [django](https://github.com/django/django) from 2.2.20 to 2.2.24.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.20...2.2.24)
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-06-11 11:20:14 +08:00 |
|
dependabot[bot]
|
f7ee68ae70
|
Build(deps): Bump pillow from 8.1.2 to 8.2.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.2 to 8.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/8.1.2...8.2.0)
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-06-11 11:10:42 +08:00 |
|
dependabot[bot]
|
4c9c424f4f
|
Build(deps): Bump urllib3 from 1.26.4 to 1.26.5
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.4...1.26.5)
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-06-03 19:13:47 +08:00 |
|
dependabot[bot]
|
fec2c27aeb
|
Build(deps): Bump django from 2.2.19 to 2.2.20
Bumps [django](https://github.com/django/django) from 2.2.19 to 2.2.20.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.19...2.2.20)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-04-11 11:48:37 +08:00 |
|
winkidney
|
2ebc14ce62
|
Bump django and Pillow to latest version with Pipfile.lock
|
2021-03-21 10:34:24 -07:00 |
|
dependabot[bot]
|
1c0a2c0817
|
Build(deps): Bump jinja2 from 2.11.2 to 2.11.3
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.11.2...2.11.3)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-03-22 01:24:51 +08:00 |
|
Christian Decker
|
69f79152ec
|
update lock file
|
2021-01-22 10:53:21 +01:00 |
|
Christian Decker
|
d5f06a4af4
|
make docker arm build
|
2021-01-21 21:30:52 +01:00 |
|
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 |
|
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 |
|