Sven Groot

Results 7 comments of Sven Groot

I am also running into this problem, is the GenericRelation still a valid solution? The documentation of Django says this object is deprecated since 1.7 and will be completely removed...

Is there an alternative way to connect via the Semantic Release Slack app?

The [PR](https://github.com/django-haystack/celery-haystack/pull/67) still works for me, even on Celery 5. Sad to see this is still not merged and released.

I had the same problem till a colleague told me about sassc and libsass. This sass compiler is made in C which makes it ten times faster. I followed these...

@petrprikryl Thank you for addressing this issue. I ran into this problem during development of an inertia.js application. As you mentioned the entrypoint was requested via `main..` but the first...

Eventually solved this by adding a custom `url` definition to the storage class. ```python class ManifestStaticFilesStorage(ManifestFilesMixin, GoogleCloudStorage): vite_hash_pattern = r"^.+[\.-][0-9a-zA-Z_-]{8,12}\..+$" def url(self, name, force=False): # if the file already has...