-
# Bug report
For `mixin` you cannot specify the type of `request` as it got incompatible with base `View`
## What's wrong
```python
from rest_framework import mixins
from rest_framework imp…
-
Since this package is conflicting with the one you forked, django-object-actions, it would be nice to be able to use the actions without the modal, since it's impossible to have both mixins working at…
-
When attempting to edit a ticket tasks (comment) and change the status from todo to done as well as update the real start date and real finis date the following error was returned:
```
KeyError at…
-
Hello
I've created this new issue for this case.
(borgiaenv) ***@***.***:/borgia-app/Borgia/borgia#
(borgiaenv) ***@***.***:/borgia-app/Borgia/borgia# python3 manage.py shell
Python 3.10…
-
## Description
As someone who regularly works with Django’s Class-Based Views (CBVs), I’ve found hx_requests to be confusing because it tries to follow the CBV pattern but deviates in small but signi…
-
**Introduction**
The `urls.py` file for one of my apps, let's call it **foo**, looks (somewhat) like this:
```py
from django.urls import include, re_path
from rest_framework.routers import SimpleR…
-
Important Notes about Mixin Functins will be documented in this issue
-
Personally I need the current user a lot so have added these mixins myself anyway. Thought it might be a nice addition for others. Make sure to add them as the first in the class.
```
class UserDTKwa…
-
The point of using a library like django-storages is to abstract away the difference between the cloud object storage solutions. The same code should execute the same tasks across the different backen…
-
Include and extends support was already discussed here (https://github.com/SyrusAkbary/pyjade/issues/38 and https://github.com/SyrusAkbary/pyjade/issues/112). So, for now support of that features is o…