django-parler-rest icon indicating copy to clipboard operation
django-parler-rest copied to clipboard

Translatable model support for django-rest-framework

Results 16 django-parler-rest issues
Sort by recently updated
recently updated
newest added

Does this package work with Django 5?

I have model translation include fox ex : title , slug fields the problem on update you get error when serializing data that field slug all ready exist the cause...

Hello I've just detected that we get the error : ``` "Input is not a valid dict" ``` when posting with `requests.post` with a `files` attribute. the `file` attribute will...

When I try to update with `PATCH` it doesn't work. Asks me to fill all fields. Do you have any special reason to do not to support this? My usage...

Hi, I was missing the ability to exclude translated fields in the serializer and that's what this tiny patch is all about. Best, Basti

Django=3.2.6 django-parler=2.2 django-parler-rest=2.1 djangorestframework=3.12.4 Issue trying to add value on translation field from api but not working. The `TranslatedFields` is not appearing on admin and the field in drf is...

### Summary I changed the `TranslatableModelSerializer` to allow for translatable fields to be defined directly on the serializer. This way, you can create flat models which return the translated values...

I really like this implementation. It seems much more qualitative than the one we implemented on our project. However, It is possible to load only languages requested in `accept_language` headers...

Hello, Is there is any way to show all details of each field in TranslatedFieldsField in serializer in OPTIONS request ? Currently, when calling OPTIONS request, I have : ```...

Currently the README file does not render nicely on [PyPI](https://pypi.org/project/django-parler-rest/#description). In my project, by switching to markdown, I got rid of these nasty rendering problems. Shall I change this here...