dwasyl
dwasyl
+1 I've run into the same problem and the only way around it was to request the language specific version of the field.
Is there any fix to this that can be done in `modeltranslation`? There are a few circumstances where using the language specific field is a challenge.
Sure @Paul424, mostly I ran into the issue when using `modeltranslation` with `django-filter`. `django-filter` operates by taking a list of fields and generating a list of possible values to filter...
@wyattshapiro Is there a chance you ever got anywhere with a PR? I'm trying to do something fairly similar (i.e. create a 'diff' dict that has new keys/values, changed keys...
@Bubbassauro When I override `import_row`, I keep getting errors from `increment_row_result_total` reporting that `'NoneType' object has no attribute 'import_type'` this is based on `row_result` being `None`. Any ideas what's going...
@1cg Do you think this is at all connected to #595? I've noticed that if an `input` doesn't have `hx-preserve` and has focused before a background refresh the same element...
Someting like this would be useful. In my solutions I've used `wagtail-modeltranslation` which is based on `django-modeltranslation` and just registered the `MainMenuItem` and `FlatMenuItem` for translation as third party models....
To be honest @Bouke I took the idea from Github's session management screen. They show both a session started/logged in date an the last accessed date. For the addition of...
Fixed the data migration reversing, but the TravisCI failures are going to take some extra work on my part. Best I can tell they are related to [https://code.djangoproject.com/ticket/17654](https://code.djangoproject.com/ticket/17654) and the...
That might help, I'm going to do some testing over the weekend.