Jacob Rief

Results 78 issues of Jacob Rief

Until Django.1.9, the username was restricted to 30 characters. For anonymous users, django-SHOP uses the session_key as a unique identifier. This required to encode the session_key of length 32 to...

feature request
accepted
easy-picking

and move the RST-sources into it's own folder.

easy-picking

According to the [html5lib's docs](https://github.com/html5lib/html5lib-python/blob/master/CHANGES.rst#11), the `html5lib.sanitizer` is deprecated. They recommend to replace it against [bleach](https://github.com/mozilla/bleach).

stale

Prepare for version 4.0.1

stale

Currently I am working on a server based on the code for WebSocketWSGIApplication in geventserver.py. There, I wanted to add some code to this server to be informed when someone...

question

if haystack is used in conjunction with Elasticsearch, the shown configuration settings ``` HAYSTACK_CONNECTIONS = { 'en': { 'ENGINE': 'haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine', 'URL': 'http://localhost:9200/', 'INDEX_NAME': 'haystack-en', }, 'fr': { 'ENGINE': 'haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine', 'URL':...

I've created a search form where you the user can enter search criteria and when they hit submit, the search results would, ideally, appear below the form. I'm using FormCollectionView...

A moved Selectize widget loses its borders after being dropped. (I tried only Bootstrap and Default). ![image](https://user-images.githubusercontent.com/7414504/225600366-4af51c25-f7c4-4f58-bc17-93b3f4d168ee.png) _Originally posted by @gumish in https://github.com/jrief/django-formset/issues/38#issuecomment-1471761232_

bug

The button actions `scrollToError()` does not scroll to an error of type collection error.

enhancement