django-awesome-avatar icon indicating copy to clipboard operation
django-awesome-avatar copied to clipboard

Django Avatar field

Results 16 django-awesome-avatar issues
Sort by recently updated
recently updated
newest added

without this fix, it's possible to replace another user's avatar by uploading an image with the same filename. fixes #17

I was having problems using Python 3.5.3 with Django 1.11, so I checked the error and it was a subtile incompatibility with Python 3.x. Now it can use the classes...

``` Uncaught TypeError: $last_img.imgAreaSelect is not a function at HTMLInputElement. (awesome-avatar.js:11) at HTMLInputElement.dispatch (jquery.min.js:2) at HTMLInputElement.v.handle (jquery.min.js:2) ``` upon selecting an image. The imgAreaSelect lib is loaded.

I'm getting the following error: ``` render() got an unexpected keyword argument 'renderer' ``` Solution: awesome_avatar/widgets.py:36 change ``` def render(self, name, value, attrs=None): ``` to ``` def render(self, name, value,...

Hi, First of all, congratulations for this very useful application. I've installed it and it's working fine. However, when I'm now accessing the django admin backend and try to update...

Using .width() and .height() in Webkit browsers returns sizing based on visual dimensions, not actual dimensions. This is a problem when trying to crop very large images. The HTML5 properties...

If I upload an avatar called `img.png`, and you upload an avatar called `img.png` your avatar will replace mine. This could be used to replace another user's avatar without their...

Implements issue #5, all credit to @markworden.