David Sanders
David Sanders
Given the following filterset (details omitted for brevity): ``` def get_bar(request): return Bar.objects.filter(…) if request else Bar.objects.none() class FooFilterSet(FilterSet): bar = ModelChoiceFilter(queryset=get_bar) ``` If you happen to access `base_filters` at...
This may be related to #5 Setting up django-pgconnection with Django 4.1 causes the following exception when `runserver` is run: ``` Traceback (most recent call last): File "/path/to/.pyenv/versions/3.10.4/lib/python3.10/threading.py", line 1009,...
- [ ] Define models - [ ] Add an admin - [ ] Setup a view + template with basic kanban layout, read-only for now
Hey folks, Just noticed that https://docs.djangoproject.com/en/5.0/ref/forms/fields/#fields-which-handle-relationships recommends `queryset=None` as the default. Looks like this has been in the docs since 2014. I've personally found setting `queryset=None` may occasionally lead to...
https://github.com/moses-palmer/pynput/blob/74c5220a61fecf9eec0734abdbca23389001ea6b/docs/limitations.rst?plain=1#L21 Is "to" here meant to be "or" or "so"? If it is indeed "or" (I haven't tried but apparently you can give a non-root user permission to access something...
In this context "latter" is referring to the point about uinput. I think you may have meant "former" to refer to the point about X.
#### Trac ticket number "N/A" #### Branch description Close toast PRs with a simple grep 👍 Closing toast PRs is annoying for some folks (context switching and notifications would be...