Jeffrey de Lange
Jeffrey de Lange
I have a model which has a `BooleanField` that determines on which path a model should be visible: ``` class ExampleModel(models.Model): title = models.CharField(max_length=255) is_in_A = models.BooleanField() slug = AutoSlugField(unique_with='is_in_A',...
## Description From time to time some of our clients manage to put random (invalid) strings as slug in the overwrite url (in advanced settings) which results in 500s. ##...
**Is your feature request related to a problem? Please describe.** Currently the meta keywords field is used to discover the keywords for a specific page. Since this field isn't widely...
**Is your feature request related to a problem? Please describe.** For some of our clients we would like to be able to disable `django-check-seo` for them, but have it available...
**Is your feature request related to a problem? Please describe.** Currently on the check seo page there is a sidebar with information on the `django-check-seo` package. However, this isn't very...