-
Docs state to use `@settings.AUTH.login_required` how would this be used in generic views?
@settings.AUTH.login_required
class `IndexView(generic.ListView):
...
I would also like to add th…
-
from django.urls import re_path, include
from django.contrib import admin
from .views import register
urlpatterns = [
re_path(r'^register/', register),
]
...
as well as changes to the…
-
**Describe the bug**
The editing page for the report recipes misses a front-end check to verify if the input is expected and allowed. By providing an unexpected value (e.g. the letter A) a Schedule e…
-
- [ ] acrecentar no inicio: from django.contrib import admin
from django.urls import path, include, re_path
from django.views.generic import TemplateView
from django.conf import settings
from dja…
-
### NetBox version
v4.1.3
### Topology Views version
v4.1.0
### Steps to Reproduce
Install NTV on a server configured for anonymous access:
```
LOGIN_REQUIRED = False
EXEMPT_VIEW…
-
Setup wizard crashes on MethodForm if registry is empty.
## Expected Behavior
The wizard should show warning and do not allow user to proceed if there is no methods in the registry.
## Current …
-
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…
-
Traceback (most recent call last):
File "D:\Files\flowback-backend\venv\Lib\site-packages\django\core\handlers\exception.py", line 42, in inner
response = await get_response(request)
…
-
We should probably fix these.
```
=============================== warnings summary ===============================
../../usr/local/lib/python3.9/site-packages/django/conf/__init__.py:241
/usr/…
-
Traceback (most recent call last):
File "D:\Files\flowback-backend\venv\Lib\site-packages\django\core\handlers\exception.py", line 42, in inner
response = await get_response(request)
…