Devid
Devid
When using pylint django if in model `__str__` method a field is returned pylint cannot recognize that this field should be a string. ```python from django.db import models class Model(models.Model):...
Remove python2 `super` and drop useless method redefinitions.
Since this library is tested only against `django>=2.2`, there are no reason to keep using the old-style `MIDDLEWARE_CLASSES` settings whose support was [removed in django 2.0](https://docs.djangoproject.com/en/stable/releases/2.0/#features-removed-in-2-0).
When using `nginx.XAccelRedirectMiddleware` any header which was originally set on the response is lost when the `XAccelRedirectResponse` is returned. If any cache related header is meant to be set on...
As pointed in #184 `RealDownloadMiddleware` fails to correctly process a file which has `name` attribute but not `url`, giving a false response. Also this simplify the whole logic of the...
Adds Django 4.1 and 4.2 to tox, setup and test workflow.
Since Django caches `ContentType` internally it would be a good improvements to keep a cache for those element also in shortcut module, since it does not use any method of...
As of now CarbonBlack console seems to support also SHA256, JA3 and JA3S as IOCs, however there is no documentation on the right key to use in feed API to...
Since this now supports only Django >= 2.2 there is no need to keep Python2 code.
As of now all queries are converted into `must`. However someone could want to use `filter` queries (to not spend time calculating scrores). There should be an option or a...