Lamine Kessoum

Results 2 issues of Lamine Kessoum

After the [minor feature ](https://docs.djangoproject.com/en/4.0/releases/3.2/#django-contrib-admin) introduced in Django 3.2, the autocomplete does not work anymore with related model > [ModelAdmin.autocomplete_fields](https://docs.djangoproject.com/en/4.0/ref/contrib/admin/#django.contrib.admin.ModelAdmin.autocomplete_fields) now respects [ForeignKey.to_field](https://docs.djangoproject.com/en/4.0/ref/models/fields/#django.db.models.ForeignKey.to_field) and [ForeignKey.limit_choices_to](https://docs.djangoproject.com/en/4.0/ref/models/fields/#django.db.models.ForeignKey.limit_choices_to) when searching a related model....

### Is there an existing issue for this? - [X] I have searched the existing issues ### Which Transloco package(s) are the source of the bug? Transloco ### Is this...