Commit graph

607 commits

Author SHA1 Message Date
Johannes Wilm
e11a93e2ed Add release workflow 2022-08-09 22:01:59 +02:00
Johannes Wilm
af1c241e92
Update CONTRIBUTORS.txt 2022-08-09 21:55:52 +02:00
Johannes Wilm
51a4a64b18
README: add badges 2022-08-09 21:54:56 +02:00
Johannes Wilm
61a1643151 Update badges 2022-08-09 21:47:07 +02:00
Johannes Wilm
502d96f81f
url() => path() 2022-08-09 21:42:20 +02:00
Johannes Wilm
6ccc046386 fix error type 2022-08-09 21:25:00 +02:00
Johannes Wilm
10986d7be9 github actions add PYTHONPATH 2022-08-09 21:23:03 +02:00
Johannes Wilm
eba927b7e2 github actions: add DJANGO_SETTINGS_MODULE 2022-08-09 21:21:32 +02:00
Johannes Wilm
a977753b2c lint and add pre-commit configuration 2022-08-09 21:17:24 +02:00
Johannes Wilm
f40705b739 github actions: add django 4.1, switch to Codecov 2022-08-09 20:54:25 +02:00
Johannes Wilm
b86706fec5 update setup.py 2022-07-16 23:51:41 +02:00
Johannes Wilm
a54fafabff coveralls --service=github 2022-07-16 23:45:31 +02:00
Johannes Wilm
9ffc4b60e7 move github secret to coveralls 2022-07-16 23:41:47 +02:00
Johannes Wilm
16f69072fa yml fix 2022-07-16 23:40:13 +02:00
Johannes Wilm
b45d211e09 add secrets.GITHUB_TOKEN 2022-07-16 23:38:40 +02:00
Johannes Wilm
4839dccfd5 change CI names 2022-07-16 23:32:02 +02:00
Johannes Wilm
c27a4d1794 url => re_path 2022-07-16 23:30:56 +02:00
Johannes Wilm
dab8741bed remove more six 2022-07-16 23:27:15 +02:00
Johannes Wilm
6ba1280a7e remove six 2022-07-16 23:25:43 +02:00
Johannes Wilm
0a84015352 coverage==6.2 2022-07-16 23:20:16 +02:00
Johannes Wilm
3dd349b577 black 2022-07-16 23:18:09 +02:00
Johannes Wilm
b7c8485f1e github actions: split lint & test 2022-07-16 23:15:01 +02:00
Johannes Wilm
ff0a5526ea coverage 6.4.2 2022-07-16 23:06:26 +02:00
Johannes Wilm
1c08dd84b7 add black req 2022-07-16 23:05:34 +02:00
Johannes Wilm
8f94d125b3 switch to github actions 2022-07-16 23:02:49 +02:00
Johannes Wilm
ae950c9b50 black 2022-07-16 22:50:05 +02:00
Johannes Wilm
96ae04858f Merge branch 'master' of github.com:grantmcconnaughey/django-avatar 2022-07-16 22:32:45 +02:00
Johannes Wilm
a131861589 Merge branch 'django4.0' of github.com:johanneswilm/django-avatar 2022-07-16 22:27:50 +02:00
Johannes Wilm
03c95bc925 update imports 2022-07-16 22:26:58 +02:00
Grant McConnaughey
51cbdbd5c7
Merge pull request #209 from johanneswilm/django4.0 2022-05-11 13:10:38 -05:00
Johannes Wilm
a1aae28859 Merge branch 'master' of github.com:ntoll/django-avatar into django4.0 2022-05-11 11:52:38 +02:00
Johannes Wilm
288f3cacf2 Merge branch 'patch-1' of github.com:rsp2k/django-avatar into django4.0 2022-05-11 11:47:28 +02:00
Vladimir Zhukov
a0998c4bde
get rid of unnecessary text 2022-03-20 17:24:17 +03:00
rsp2k
61f135fa71
Django 4.0: ugettext -> gettext 2022-01-27 13:33:44 -07:00
rsp2k
12a6d65454
Update forms.py 2022-01-27 13:22:00 -07:00
rsp2k
be9187fb62
Update views.py 2022-01-27 13:20:33 -07:00
rsp2k
346530c14c
Django 4.0: url -> re_path
https://docs.djangoproject.com/en/4.0/ref/urls/#re-path
2022-01-27 13:16:55 -07:00
rsp2k
9fd68769c8
Django 4.0: Signal -> providing_args deprecated
https://docs.djangoproject.com/en/4.0/releases/3.1/#id2
2022-01-27 13:06:16 -07:00
rsp2k
d941939441
Django 4.0: ugettext_lazy -> gettext_lazy 2022-01-27 13:03:33 -07:00
rsp2k
ec6f8bbf2b
Django 4.0: force_text -> force_str
https://docs.djangoproject.com/en/4.0/ref/utils/#module-django.utils.encoding
2022-01-27 12:56:09 -07:00
rsp2k
623f529a0b
Django 4.0: ugettext_lazy -> gettext_lazy
ugettext_lazy` was deprecated in v2.2 and no longer used in django v3
https://docs.djangoproject.com/en/4.0/releases/4.0/#features-removed-in-4-0
2022-01-27 12:44:39 -07:00
Nicholas H.Tollervey
68340e8ac6
Update to work with Django 4.0. Based upon PR #201. 2022-01-27 18:41:45 +00:00
Johannes Wilm
348fade5a8 Merge branch 'original-file-default' of github.com:johanneswilm/django-avatar 2021-06-25 14:53:51 +02:00
Johannes Wilm
85218b0403 Make Django 3.2 compatible 2021-06-25 14:50:44 +02:00
Mahdi Firouzjaah
2917cc5690
Add files via upload 2020-12-16 20:13:11 +03:30
Mahdi Firouzjaah
22cb67fd23
Create django.po 2020-12-16 20:12:50 +03:30
Johannes Wilm
53b7fa2265
use original file as default
If thumbnail creation fails but the original files could be read, save the original file as the thumbnail.
2020-03-02 18:47:00 +01:00
Grant McConnaughey
3f4a8d284e Bump version to 5.0.0 2020-01-04 16:00:34 -06:00
Grant McConnaughey
ce56f6a104
Merge pull request #177 from rafiqhilali/avatar-deletion-storage-bug
Avatar storage deletion bug
2020-01-04 11:41:27 -06:00
Grant McConnaughey
5c4f587e6e
Merge pull request #184 from grantmcconnaughey/new_python_django_versions
Test against Django 2/3, Python 3.7/3.8
2020-01-04 11:10:38 -06:00