Jirka Vejrazka

Results 7 issues of Jirka Vejrazka

As promised - use Django `_default_manager` to prevent exceptions when custom manager excludes certain model instances.

I have a situation where a specific model has multiple M2M relations to django User model. It may be an edge case, but I noticed that `easyaudit` reports just the...

Easy audit signal handlers assume that all model instances are reachable via Model.objects.get(). This might not be the case when model manager for "objects" is redefined (e.g. for something like...

I've just attempted to update from ancient version 0.8.8.2 and found out that I'm no longer able to specify custom locations for JS and CSS files. It'd seem that any...

I'm running Hashtopolis 0.12.0 on a quite beefy server, the host itself does not do any cracking. Recently I added a supertask with a few hundred tasks and after running...

I was chasing down an issue where some DNS responses were empty when using `async_dns`. This turned out to be a problem with too large responses for UDP and I...

bug

### Version Information 0.14.3 ### Hashcat n/a ### Description When deleting old tasks using "Delete finished" on the Tasks page, a task with preprocessor was removed, although it was not...

bug