django-avatar/avatar
2010-06-24 10:56:04 -05:00
..
locale Added German translation. 2010-03-16 15:20:01 +01:00
management Cleaned up noticetext, removing reference to the user's gender and nonsense regarding tribes 2010-02-22 16:54:59 -05:00
media/avatar/img Moved default.jpg to reflect the community standard for media files 2010-02-22 18:19:08 -05:00
templates Marked a few strings for translation. 2010-03-16 15:19:54 +01:00
templatetags Obsessive compulsive import cleanup 2010-02-22 18:52:37 -05:00
testdata More basic tests 2010-02-22 16:33:39 -05:00
.gitignore Ignore pyc files 2010-02-22 16:17:37 -05:00
__init__.py Added thumb quality setting which is used in the create_thumbnail() method. 2010-03-16 14:56:15 +01:00
admin.py Made all imports relative and cleaned up the imports in general. Thanks, PyFlakes! 2008-10-20 01:11:10 +00:00
forms.py Marking added strings for translation and providing a basic french translation 2010-02-22 16:34:19 -05:00
models.py Fixes for Django 1.2 2010-06-24 10:56:04 -05:00
tests.py More unit tests. 2010-03-16 14:28:40 +01:00
urls.py Fixed conflicts 2010-02-22 16:35:57 -05:00
util.py Fixed issue #7: get_primary shouldn't return urls, it should return objects (or just None in that case) 2010-03-16 13:58:17 +01:00
views.py Allow overriding the upload and primary avatar form via a view parameter. Also don't set the default of the extra_context parameter in the function declaration. 2010-03-16 13:55:26 +01:00