=== (ongoing) ===

=== 0.11 ===

- Added content_object to form so that you can use it in the form template,
  i.e. to use it's get_absolute_url method for the `Go back` link

=== 0.10 ===

- Added Jcrop to select a thumb area

=== 0.9.2 ===

- prepared factories to use latest factory boy

=== 0.9.1 ===

- fixed maximum upload amount, if a user has more than one connection to the
  UserMediaImage model

=== 0.9 ===

- fixed form validation bug with Django 1.5

=== 0.8 (ongoing) ===

- added position field to UserMediaImage model
- added fallback to content_object.get_user() to CreateImageView if
  content_object has no attribute user

=== 0.8 ===

- Enhanced UpdateView so that we can use it with AJAX calls as well.

=== 0.7 ===

- DeleteImageView now inherits AjaxResponseMixin of django-libs

=== 0.6 ===

- CreateImageView now inherits AjaxResponseMixin of django-libs

=== 0.5 ===

- Added user__email to search fields for UserMediaImage admin.

=== 0.4 ===

- Added admin for the UserMediaImage model.

=== 0.3 ===

- Added UpdateView

=== 0.2 ===

- Added UserMediaImageFormMixin which allows us to upload an image as part of
  any model's ModelForm.

=== 0.1 ===

- Initial commit
