-
As a Nautobot User, I want a consistent UI/UX representation of tree like data such as Prefixes and Locations, so that I can navigate, expand, collapse, etc. the data as not to be overwhelmed by a sea…
-
When I try to add a new vm, I get this error:
```
Environment:
Request Method: POST
Request URL: http://localhost:8000/vm/add
Django Version: 1.4.8
Python Version: 2.7.3
Installed Applications:
('…
natea updated
11 years ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When trying to update sources - error coming:
bulk_create() prohibited to prevent data…
-
I'm running the fallowing configuration:
```
{
"django-version": "3.2.8",
"installed-apps": {
"debug_toolbar": "3.2.2",
"django_filters": "21.1",
"django_prometh…
-
Running the tests while package build in Debian unstable fails since some time with this error message:
```
> make[1]: Entering directory '/'
> dh_auto_test -- --system=custom --test-args="{interpr…
-
I've seen the docs https://django-tables2.readthedocs.io/en/latest/pages/column-attributes.html#column-attributes on how it is possible to add custom attributes to the th/td elements. However, I'd li…
-
If I have a model with a `getter` like this:
```
class Species(models.Model):
genus =models.ForeignKey(Genus, on_delete=models.CASCADE, blank=False, null = False)
species = models.CharField(ma…
-
Env is Django 2.1.2 w/ uwsgi on Python 3.6 in the python alpine docker image. DB is MariaDB 10.3 in a different docker image.
Silk runs fine but if I enable `cacheops` I get the following error + t…
-
Originally reported by: **Ken Smith (Bitbucket: [genghisken](https://bitbucket.org/genghisken), GitHub: [genghisken](https://github.com/genghisken))**
----------------------------------------
Django…
-
### Environment
* Nautobot version (Docker tag too if applicable): v1.5.14
* Python version: 3.8
* Database platform, version: Postgres
* Middleware(s): Standard
This was uncovered while try…