django-ajaximage icon indicating copy to clipboard operation
django-ajaximage copied to clipboard

Upload images via ajax. Images are optionally resized.

Results 16 django-ajaximage issues
Sort by recently updated
recently updated
newest added

I don't know wheather you maintain this package or not. But I think it is the best image field in django. I made some updates on it. Maybe you need...

Hi, I need to validate the size of the photo I'm uploading, how can I do it? Thank you.

Hello, this is an auto-generated Pull Request. ([Feedback?](mailto:[email protected]?subject=pypip.in%20Badge%20Bot%20Feedback%3A%20django-ajaximage)) Some time ago, [pypip.in](https://web.archive.org/web/20150318013508/https://pypip.in/) shut down. This broke the badges for a bunch of repositories, including `django-ajaximage`. Thankfully, an equivalent service is...

translate Remove link

add support for django 1.10 in urls

As `patterns` is removed from `django.conf.urls` in `django 1.10` `django-ajaximage` raised Exceptions. In this commit it is maintained support for previous versions of django Did manual testing on `django` versions:...

I am saying about **width_field** and **height_field**. https://docs.djangoproject.com/en/1.9/ref/models/fields/#imagefield

I didn't really test this against older Python/Django versions, but I guess it should work as is. I didn't try either with another type of callable than a function. I...

As I presume a lot of the code would be similar? Ideally - the field could still display a thumbnail if the file was a recognised file format...