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

Django model translation for perfectionists with deadlines.

Results 25 django-translations issues
Sort by recently updated
recently updated
newest added

This offers a potential replacement for Travis by using GitHub Actions. Note: the deployment stages are untested and will require configuration of at least a PyPI token. Deployment is converted...

If the field **with some rows** in translations_translation table **was removed** from source of some model, when we go to the admin with `inlines = [TranslationInline,]` we will get this...

The example project uses the code field as Continent's primary key. # Pull requests Thank you for submitting a contribution to Django Translations. Please ensure the following steps have been...

Fixes #65 ## All changes - [x] Is this contribution for a known issue in the issues? If so mention it. - [x] Is there a task for this contribution...

I have a ManyToMany field and I want to use list_filter in django admin panel and filter according to it. But I get the error message "local variable q referenced...

bug

The project's README indicates that it's not compatible with PostgreSQL, however from experience it seems to in fact work ok. I'm not sure if I'm just not using all the...

This file config.json is absent indeed. ``` Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-6uzaewv5/django-translations_dab4e8f6518542a29e8b41bcf7e9c9bb/setup.py", line 8, in with open('config.json', 'r') as...

cannot import name 'ugettext_lazy' from 'django.utils.translation'

**Describe the bug** The `TranslationsConfig.ready` method opens a database connection during start-up. This is behaviour is unexpected and [discouraged by Django](https://docs.djangoproject.com/en/3.2/ref/applications/#django.apps.AppConfig.ready). **To Reproduce** Run any management command & observer DB...

**Describe the bug** When filtering the queryset for a translatable model using `django.db.models.Exists` as the argument to filter, an `UnboundLocalError` is raised by `translations/query.py`. When the models are changed to...