Jochen Wersdörfer
Jochen Wersdörfer
Hi *, I spend half of today figuring out how to display an image on a konva layer in an angular app. Maybe an example in the documentation regarding image...
Hi *, thanks for this awesome project at first :). I noticed that my fish shell got really slow when just pressing enter compared to bash and I figured out...
Hi, thanks for this cool project! I'm using it for my [Python Podcast](https://python-podcast.de/show/) site for example and it works great. But yesterday I got a complaint that the comments were...
Hi *, first of all: thanks for this awesome package :). I use django-taggit on models which have a [hash_id](https://github.com/nshafer/django-hashid-field) primary key. At first I thought that this would be...
Posting to the facet counts endpoint leads to an internal server error: ```python self.validate_constraints(exclude=exclude) except ValidationError as e: errors = e.update_error_dict(errors) if errors: raise ValidationError(errors) def clean_fields(self, exclude=None): """ Clean...
Atm there's only title / description. - Find out if the subtitle is maybe usable in normal blog feeds - Replace the current use of description as subtitle for the...
It should be possible to set a cover image for a post. This can be used in: - social media postings (twitter player card etc) maybe fix #130 while at...
From sentry: ``` self.related_val = self.source_field.get_foreign_related_value(instance) if None in self.related_val: raise ValueError( '"%r" needs to have a value for field "%s" before ' "this many-to-many relationship can be used." %...
The [w3c-validator](https://validator.w3.org/) throws a lot of errors for bootstrap4 atm.
Setting `comments_are_enabled` to `True` on causes database queries. Splitting this out, because it's probably not that easy to fix.