indigane
indigane
As mentioned below, `assign_perm` supports "bulk operations on either users/groups OR objects". https://github.com/django-guardian/django-guardian/blob/05e8170b86a12294b749075ce23c8681a7810bb4/guardian/shortcuts.py#L95 However `remove_perm` only supports bulk operations on objects. Is this intentional, and am I doing something wrong...
- Factor analysis - Similarity matrix - Dendrogram
**Describe the bug** When having a schema as follows ```yml MetaOrganisationMembership: oneOf: - $ref: '#/components/schemas/OrganisationMembership' - type: array items: $ref: '#/components/schemas/OrganisationMembership' ``` Redoc renders only one example, and the content...
### Actual Behavior I have API tests similar to the one below that test `'True'`, `'true'` and `'1'` for a boolean query parameter. https://github.com/python-openapi/openapi-core/blob/b8f0644bde3afb4e0273c4cfa8f2ac3eee9f76b3/tests/unit/test_util.py#L6-L22 The last one, `'1'`, no longer...
## What? This PR changes bulk removal to be consistent with bulk assignment by adding support for `list` in addition to `QuerySet` in `bulk_remove_perm` and adding support for bulk removal...