django-avatar/avatar
0xMRTT 8034665e6b
Add LibRavatar support (#114) (#225)
* feat: add libravatar support (#114) and format

* feat: add documentation for libravatar

* fix(gh-actions): remove support for 3.6 and add 3.11

3.6 reached EOL: https://devguide.python.org/versions/

I also refactored the matrix by removing duplicated code

* fix(deps): add missing dnspython

* feat(deps): add requirements.txt

* fix(gh-actions): install deps

* chore(deps): add pyproject.toml 

See https://github.com/pypa/pip/issues/8559

* fix(gh-actions): add fail-fast so all checks run

* fix(deps): bump coverage to 7.1.0

* fix(pre-commit): update versions

* fix(pre-commit): config error

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* style: update code for passing flake

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: 0xMRTT <0xMRTT@evta.fr>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-22 19:38:07 +01:00
..
locale compile translation files, replaces #192 2022-08-09 23:24:52 +02:00
management rectangular avatars (#214) 2022-08-15 10:08:35 +02:00
migrations Add LibRavatar support (#114) (#225) 2023-02-22 19:38:07 +01:00
static/avatar/img Moved default avatar to static folder, resolves #166 2022-08-16 12:01:35 +02:00
templates rectangular avatars (#214) 2022-08-15 10:08:35 +02:00
templatetags Use correct extension for thumbnails, fixes #54 2022-08-16 13:28:09 +02:00
__init__.py __version__ = "7.0.1" 2022-10-27 21:15:20 +02:00
admin.py rectangular avatars (#214) 2022-08-15 10:08:35 +02:00
apps.py black 2022-07-16 22:50:05 +02:00
conf.py Add LibRavatar support (#114) (#225) 2023-02-22 19:38:07 +01:00
forms.py Merge branch 'python_magic_validation' of github.com:miohtama/django-avatar into miohtama-python_magic_validation 2022-08-15 12:00:59 +02:00
models.py add test for nondefault image names, fixes #38 2022-08-16 13:40:25 +02:00
providers.py Add LibRavatar support (#114) (#225) 2023-02-22 19:38:07 +01:00
signals.py lint and add pre-commit configuration 2022-08-09 21:17:24 +02:00
urls.py rectangular avatars (#214) 2022-08-15 10:08:35 +02:00
utils.py Add invalidate_cache test 2022-08-15 11:34:35 +02:00
views.py rectangular avatars (#214) 2022-08-15 10:08:35 +02:00