-
Not really a bug, but looking for the "best" (i.e. easiest) way to migrate a somewhat more complext construct from `drf-yasg`.
There is some existing code in this project that adds two `Mixins` to …
-
It would be nice to be able to have a mixin with some common fields you use in every document. This way the mixin can be used to avoid having to declare the common fields on all documents. E.g. I am d…
-
i've created a project using django-tenants, and it currently use by some clients , but the problem is the have all the same invoice text , while they needs different text and logo in their invoices p…
-
I like to have Django admin support for all models in `DEBUG` mode, as it helps understanding of the data model, making onboarding new devs easier.
The initial mixin could put the entire model into…
-
### Checklist
- [x] I've searched through the existing [issues](https://github.com/g3w-suite/g3w-admin/issues) and this bug has never been reported before
### Subject of the issue
I report here, al…
-
A (real) Mixin would make it possible to use django-safedelete in places where using a custom base class isn't possible (for exampe in frameworks where another base class has to be used)
-
* pypugjs version: 5.9.1
* Django version: 3.0.4
* Python version: 3.6.0
* Operating System: Ubuntu Linux
### Description
Hey everyone,
I have this following setup:
-- templates
--e…
-
### Is your proposal related to a problem?
We have a `ModelViewSet` to manage an object with a state machine, where we have to protect the transitions (and their related db changes) by locking the …
-
https://docs.djangoproject.com/en/dev/releases/1.9/
https://docs.djangoproject.com/en/dev/internals/deprecation/#deprecation-removed-in-1-9
https://www.djangoproject.com/download/#supported-versions…
-
I am looking for a solution to check the permission in ModelViewSet so that each of Create, Read, Update and Delete permissions are checked separately.
That is, say if somebody trying to access the…