Urtzi Odriozola

Results 9 issues of Urtzi Odriozola

When I try to crop animated GIFs with photologue, it seems that only tooks one frame of the entire animation, converting it in a static image. Cropping images is vital...

I'm trying to develop a multisite web in just one Django instance using sites framework. I don't need the SITE_ID attribute because I just route each subsite using [get_current_site(request)](https://docs.djangoproject.com/en/1.10/ref/contrib/sites/#django.contrib.sites.shortcuts.get_current_site) call...

Needs PR

With this commit I managed to solve this problem: https://github.com/django/django-contrib-comments/issues/101

Instead of rendering preview.html it is better to render the comment target view (where the form was rendered). I think was the original 'django.contrib.comments' behaviour. https://github.com/django/django-contrib-comments/blob/master/django_comments/views/comments.py#L83

django.views.generic.simple is DEPRECATED in Django1.5. TemplateView use instead.

I get this error: ``` hvad.exceptions.WrongManager: To access translated fields like 'name' from an untranslated model, you must use a translation aware manager. For non-translatable models, you can get one...

Changed some unicode incompatibilities

Some package dependencies need to be update (poetry) as well as the README file, pyproject.toml...

dependencies
python