-
# Impacted versions
* Modoboa: 1.12.2
* installer used: Yes
* Webserver: Apache
# Steps to reproduce
Open Quarantine as Admin
# Current behavior
Getting internal server error when opening…
-
### Environment
* Python version: 3.8.2
* NetBox version: 2.8.6
### Proposed Functionality
The current DNSValidator (`netbox/ipam/validators.py`) only checks for invalid characters but d…
-
```
schema_view = get_schema_view(
openapi.Info(
title="NutriPal API's",
default_version='v1',
description="Test description",
terms_of_service="https://www.g…
-
Hello,
I'm facing some issue using django-adminrestrict, with Django 3.1.3, uwsgi 2.0.19.1 and nginx 1.16.1, all installed on a CentOS 7 server.
I've installed and configured everything, but it …
-
Hi,
I am getting an error when visiting the swagger api site, I have looked at the existing and old issues, searched around the internets but couldn't find an answer. I have also looked at the serv…
ghost updated
4 years ago
-
I looked up Django a bit and it turns out the framework already has a User class.
What if we use that instead of our LoggedInUser? It has most of the parameters we worked on.
build in AbstractUser…
-
### Environment
* Python version: 3.6.8
* NetBox version: 2.7.8
### Steps to Reproduce
1. Using shell script wrapper to call curl to create new prefix using POST to /api/ipam/prefixes/ wit…
-
Hello!
I've started to use sentry from version 9.0.0. On prod running sentry 9.1.2 now.
I decided install stage with onpremise. Also migrated database from prod. Version 9.1.2 works fine.
When upgr…
-
## Environment
* **IntelliJ Rust plugin version:** 0.3.146.3826-211
* **Rust toolchain version:** 1.54.0-nightly (8cf990c9b 2021-05-15) x86_64-apple-darwin
* **IDE name and version:** IntelliJ ID…
-
I am trying to create tenant account and have following model:-
```
import uuid
from django.db import models
from tenant_users.tenants.models import TenantBase
from django_tenants.models import…