Jacob Rief
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...
and move the RST-sources into it's own folder.
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).
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...
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).  _Originally posted by @gumish in https://github.com/jrief/django-formset/issues/38#issuecomment-1471761232_
The button actions `scrollToError()` does not scroll to an error of type collection error.