Jeffrey de Lange

Results 9 comments of Jeffrey de Lange

This is not only an issue when using `MPTTModel`s. (so maybe rename the issue?) It also happens when adding a `ForeignKey('self')` to a model. Also, I believe the error handling...

I would really like support for a model translation package such as django-hvad (https://github.com/kristianoellegaard/django-hvad).

Ah, apparently this also holds for the `slug` field, not just the overwrite url.

Thanks @est, this saved me from changing stuff in ~100 projects. Somehow somewhere last week the sentry logging started throwing `urllib.error.URLError: ` Seems to be related to this issue, can't...

For the 5th bullet it might be possible to have a [generic relation](https://docs.djangoproject.com/en/4.1/ref/contrib/contenttypes/#generic-relations) to the model that is used on the page and link the keywords based on that. However...

Sounds good! -1. I can be a bit puristic in this kind of stuff ;P. I agree that having some unused db tables isn't that big of an issue ;)...

I think we should should also remove django-check-seo from the cms menu: https://github.com/kapt-labs/django-check-seo/blob/master/django_check_seo/cms_toolbars.py#L16

@OneStromberg I'm using your version, seems to work pretty decent. However I'm having some trouble persisting an Immutable `List` (converts it to an array when coming back) Any plans on...

Ah I see. Maybe enable issues in your fork? I think discussing the problem I'm having in this issue is not the best place. So I will describe it here...