django-avatar/avatar
0xMRTT 5e5d6f9c6a
fix(urls): use path and path converters (#228)
* fix(urls): use path and path converters

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

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

* fix(urls): change re_path into path

* fix(urls): remove unused imports

* fix(urls): url names

* fix(tests): update reverse

* fix(tags): update reverse

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Johannes Wilm <mail@johanneswilm.org>
2023-10-16 11:27:12 +02: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 fix(urls): use path and path converters (#228) 2023-10-16 11:27:12 +02:00
__init__.py 7.1.1 2023-02-24 00:11:19 +01:00
admin.py Pillow 10 compatibility (#233) 2023-10-16 11:22:18 +02:00
apps.py black 2022-07-16 22:50:05 +02:00
conf.py Pillow 10 compatibility (#233) 2023-10-16 11:22:18 +02:00
forms.py check if image is not corrupted during upload (#218) 2023-02-22 19:39:28 +01: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 fix(urls): use path and path converters (#228) 2023-10-16 11:27:12 +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