Django Avatar Versions Save

A Django app for handling user avatars.

1.0.3

4 years ago

No changelog for this release.

1.0.4

4 years ago

No changelog for this release.

1.2

4 years ago

No changelog for this release.

2.0

4 years ago
  • [closed] Add translation to Russian #31
  • [closed] Django 1.4 Support, File System Cleanup on Avatar Removal #42
  • [closed] A few Django 1.5-friendly updates #45
  • [closed] Dispatch the avatar_updated signal when an avatar is saved through the admin app #56
  • [closed] Django 1.6 compatibility fixes #58
  • [closed] fix create_thumbnail saving for images not requiring resize #61
  • [closed] Replaces Django Hashcompat with Hashlib #47
  • [closed] Support for django >=1.4 #37
  • [closed] Allow translation for the label of the avatar ImageField in the UploadAv... #33
  • [closed] add new AVATAR_BASE_URL settings #35
  • [closed] Add spanish locale #64

3.1.0

7 years ago
  • [closed] clarify AVATAR_GRAVATAR_DEFAULT docs #121
  • [closed] Smallest/Fastest/Easiest/Least Invasive way to get custom templates #134
  • [closed] Maintain verbosity settings. #127
  • [closed] Fixed migrations path in .coveragerc. #131
  • [closed] add feature of customizing the attribute of avatar img #124
  • [closed] add default of AVATAR_STORAGE_DIR to docs #123
  • [closed] Add support for Gravitar's forcedefault request parameter #122
  • [closed] New setting to specify path to a method for avatar file path #120
  • [closed] Preserve RGBA image.mode #75
  • [closed] EXPOSE_USERNAMES prevents sensitive information leakage #105
  • [closed] fix pt_BR translation errors and make compatible with Django 1.9 #119
  • [closed] Adding the AVATAR_GRAVATAR_FIELD setting #82
  • [closed] added database-level enforcement of unique user+primary pair in Avatar model #111
  • [closed] translate string in French #110

2.1.1

8 years ago
  • [closed] Add Django 1.8+ style Meta app_label to Avatar model #109
  • [closed] Add polish locale #108
  • [closed] Add AVATAR_GRAVATAR_DEFAULT and AVATAR_MAX_SIZE to docs #106

2.1

8 years ago
  • [closed] Add Japanese translation. #66
  • [closed] Update admin.py #94
  • [closed] Django allows @ for usernames, so the render_primary url pattern should also #79
  • [closed] Update index.txt #103
  • [closed] Replace remaining occurrences of AUTO_GENERATE_AVATAR_SIZES with AVATAR_A... #86
  • [closed] Dutch translations #70
  • [closed] Calling syncdb in the usage instructions #73
  • [closed] added simple chinese translation #85
  • [closed] Update django.po #88
  • [closed] Use https to gravatar url #95