NotSqrt
NotSqrt
Hi ! Does it make sense to centralise these stubs in https://github.com/python/typeshed and avoid work duplication ? Thanks !
Steps: - Go and run the example app - go to the admin - Add or edit an article Error is: ``` FieldError at /fr/admin/article/article/add/ Unknown field(s) (content, slug, title)...
so that https://caniusepython3.com/ can declare that this project supports python 3 Do what you want with this pull request, it is not actually necessary to be that precise in the...
In `django.contrib.admin`, I always get lost among named url patterns, that are badly documented, and the source code does not help: from what I remember: - `reverse('admin:app_list')` - `reverse('admin:app_model_change', pk)`...
Hi, I'm currently getting timeouts or errors when running `docker pull quay.io/pypa/manylinux1_x86_64:latest` or accessing https://quay.io/repository/pypa/manylinux1_x86_64 Is there a mirror somewhere ? Thanks !
Hi ! I've been testing gadael through docker, I've managed to write a Dockerfile for gadael and a docker-compose file to provide a mongodb service. I can run `node install.js...
Running the test is as simple as: ``` bash tox ``` If you want to run them manually: ``` bash cd examples/protected_downloads python manage.py test sendfile ``` Tests work for...
Hello, This is an enhancement proposal, to help others in the same situation : a combination of initializing a tokio runtime via `init_multi_thread_once` or similar calls, and forking of the...
Hi ! As stated as TODO in https://github.com/mrjoes/sockjs-tornado/blob/master/sockjs/tornado/proto.py#L12, ujson support would be great for performances !
Hello, It does not seem possible to use tags (for instance `title;lang-en`) when setting attributes with the `Writer` abstraction. It falls into this exception: https://github.com/cannatag/ldap3/blob/fab0322/ldap3/abstract/entry.py#L499 ```python entry = writer.new(dn) entry['title;lang-en']...