mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
* Support for rectangular avatars * fix tests * Add rectangle size test * Update documentation and changelog * add test for exposing username (or not) * add primary_avatar_tag tests * make rebuild_avatars, remove_avatar_images work with rectangles + tests * Python 2 => 3 * fix tests Co-authored-by: Karl Moritz Hermann <karlmoritz.hermann@gmail.com>
16 lines
155 B
Text
16 lines
155 B
Text
*.pyc
|
|
build/
|
|
src/
|
|
pip-log.txt
|
|
*DS_Store
|
|
*~
|
|
dist/
|
|
*.egg-info/
|
|
avatars
|
|
.coverage
|
|
docs/_build
|
|
htmlcov/
|
|
*.sqlite3
|
|
test_proj/media
|
|
.python-version
|
|
/test-media/
|