-
Cuando se está dentro de un CRUD, el menú lateral izquierdo no funciona como debería
-
Is it possible to create a custom template for a list view and add actions?
-
Django Admin has filters for the listings, something like:
```python
list_filter = ('provider', 'date', 'paid', 'registered')
list_filter = (('date', DateRangeFilter),
…
-
This references an issue we found as part of [adding a feature](https://github.com/apache/incubator-superset/pull/3929) to [superset](https://github.com/apache/incubator-superset).
# Issue
Using…
-
In documents `docs/components.rst`:
to overwrite my own form, I need to give `form_class` and `model`, but I don't find any words about `CRUDCreateView` as used in this docs.
I've tried `MyCRUDView…
-
While the AJAX functionality is great for most use cases, I have a number of crud controllers that are not functional with the new forced AJAX. These have accessors that create the text for each colu…
-
Who wants it? Can we have it?
Developers using/extending backpack could use this utility function/method.
-
When setting `LOGIN_REQUIRED_FOR_CRUD = True` in `settings.py`, the models' cruds are correctly blocked when not logged in, but it is still possible to see the list of registered cruds at the `myapp.c…
-
Alocar o botão dentro do Menu Receitas. Assim que acessa-lo, exibirá uma listagem(como Tag e contas). A diferença é que vamos tentar uma outra abordagem(a não ser que encontremos um fato impeditivo), …
-
Despite the comprehensive documentation of API platform, it's not too user friendly especially for beginners. I've spend a day to figure out how to make my own custom controllers for some REST resourc…