Sergei Zherevchuk

Results 5 issues of Sergei Zherevchuk

Any suggestion how can I implement tabs support with crispy forms for translated fields? I can do it explicitly by define helper.layout and combine fields with TabHolder ``` class CourseForm(forms.ModelForm):...

Hello. Queue `enqueue` method allows to provide custom `job_id` instead of autogenerated `uuid4`. I believe, that colon sign `:` is very useful for redis keys (I might be wrong). But...

python3 dict-like implementation of keys/values/items methods for Trie, BaseTrie. Needs review, of course.

Hello, The default implementation of `django.contrib.auth.backends.ModelBackend.get_user` prevents inactive users to logging in since Django 1.10 (see [user_can_authenticate](https://docs.djangoproject.com/en/2.2/ref/contrib/auth/#django.contrib.auth.backends.ModelBackend.user_can_authenticate)). I do believe this error should't be critical since you could fix it...

Hello. I have a bunch of hash codes which where generated with variable length salt and different iterations value. Is it possible to adapt check function to recognise variable length...