Halit Çelik

Results 4 issues of Halit Çelik

In wagtail admin where `django-taggit` is being used for documents this error happens. It is mentioned in this [wagtail issue](https://github.com/wagtail/wagtail/issues/11054). Locally I could fix the issue changing [these lines](https://github.com/jazzband/django-taggit/blob/master/taggit/forms.py#L25-L32) to:...

bug

### All Submissions: - [x] Are tests passing? (From the root-level of the repository please run `pip install tox && tox`) - [x] I have added or updated a test...

**Description:** This pull request introduces auto-translation support for the TranslateableAdmin within the django-parler. The current implementation supports only the DeepL API but it should be easy to add support for...