Andreas

Results 8 comments of Andreas

@MRigal @asottile From a quick glance I wonder if `pre-commit`'s [autoupdate feature](https://pre-commit.com/index.html#pre-commit-autoupdate) could be a good starting point? The idea would be to add a `--from-requirements-file` option which tries to...

Sounds like a good addition. There's already a branch (`simple_tag`) for simplifying the cropped_thumbnail tag. We should clean that up first, but then it shouldn't be too hard to add...

Hey @rhymes, of course it should be doable. But as we currently rework the template tag for the next release i think it's simply not worth the effort.

As mentioned in #106 it would be helpful if you would demonstrate your approach in a PR.

Currently we are reusing the `ForeignKeyRawIdWidget` and at least in older versions of Django this widget is tied to the use in the admin. Apparently reusing the Widget in the...

Hey Roger, adding a widget for ForeignKeys in ModelForms definitely makes sense so your contribution is very welcome. Right now we are quite busy, but I take a closer look...

Hey @rburhum, for now the `EasyThumbnailsBackend` is the only available backend. But sure it would be nice to have a backend, that works better with S3 and other remote storages,...

@piquadrat I hope this test illustrates the issue. I am basically reverting/correcting this change (https://github.com/piquadrat/django-localdevstorage/commit/c7045d2ed8a21403978b1a3fe7b4dc32b84fe245#diff-c9df30405b26cdf3aad319072b358fe7R37). The `_url`-method introduced in this change behaves slightly different than Django's `url`-method (https://github.com/django/django/blob/master/django/core/files/storage.py#L312), that it...