Dylan Verheul
Dylan Verheul
I needed a django-allauth signup form with a few extra fields. I'd done this a few times, and thought it wouldn't be a problem. There is also a good explanation...
`django_tables2/data.py:167: UserWarning: Table data is of type but is specified in Table.Meta.model` This warning should provide some sort of stack trace.
I notice that `pur` will not detect updates for `black` (https://github.com/ambv/black). Reproduction of error: - make new virtualenv - `pip install pur` - make new `requirements.txt` - add `black==18.6b4` to...
- [x] I'm on the [latest version](https://pypi.org/project/djlint/) of djLint - [x] I've searched the [issues](https://github.com/Riverside-Healthcare/djLint/issues) - [x] I've read the [docs](https://djlint.com) ## System Info - OS: macOS 12.0.1 - Python...
- [x] I'm on the [latest version](https://pypi.org/project/djlint/) of djLint - [x] I've searched the [issues](https://github.com/Riverside-Healthcare/djLint/issues) - [x] I've read the [docs](https://djlint.com) ## System Info - OS: macOS 12.1 - Python...
In `predicates.py`, there is code specific for Python 2, which is no longer supported. ``` __nonzero__ = __bool__ # python 2 ```
When using django-leaflet in the admin as suggested in the docs, leaving everything else standard, the map is set to a width of 100%. Combined with the django-admin CSS that...
Documentation: http://chibisov.github.io/drf-extensions/docs/#nested-routes ``` router = ExtendedSimpleRouter() ( router.register(r'users', UserViewSet, base_name='user') .register(r'groups', GroupViewSet, base_name='users-group', parents_query_lookups=['user_groups']) .register(r'permissions', PermissionViewSet, base_name='users-groups-permission', parents_query_lookups=['group__user', 'group']) ) urlpatterns = router.urls ``` Parameter `base_name` is not accepted, but...
Our custom widget doesn't render because the `template_name` is overwritten in `renderers.py`.