d9t

Results 4 issues of d9t

``` 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,...

It would be nice to make it possible to override the default schema. It's a non-breaking-change. ## Types of changes - [ ] Bug fix (a non-breaking change which fixes...

* **I'm submitting a ...** - [x] bug report - [ ] feature request * **Do you want to request a *feature* or report a *bug*?** *bug* * **What is...