-
_PS: this is a corner case of https://github.com/jazzband/django-simple-history/pull/1093. I made some experiments in https://github.com/jazzband/django-simple-history/pull/1149 before creating this i…
-
### Report
I first ran
```
curator.add_new_from("all")
```
and then because I had some leftover code, I also ran
```
curator.add_new_from_var_index()
```
to be met with
```
{
"n…
-
In the following scenario, the test case is resolved as `ERROR` by the test harness.
As a result, the inverted patch is discarded, because the current logic only accepts `FAILED` test status.
I…
-
This is from an install of the the unmerged PR, trying with Django 5.1:
- #68
But I am hoping you can recognise if this is something obvious since I am new to the package.. (TIA!)
### Non-ge…
-
Perhaps this isn't very high priority for now and could just be documented as a known limitation, and I know you're potentially going to make API changes anyway. But I thought it was worth mentioning.…
-
**Describe the bug**
QueryParam is not working on test
from ninja.testing import TestClient
```
response = client.get(
"",
data={"meta_type": EducationMetaType.DOMESTIC, "s…
-
# Description
Take a boilerplate example from the Django Tables2 [docs](https://django-tables2.readthedocs.io/en/latest/pages/tutorial.html)
```python
import django_tables2 as tables
from .mod…
-
**Is your feature request related to a problem? Please describe.**
My application resides behind a Google Application Load Balancer. To parse the client's IP I must use the X-Forwarded-For header, [w…
-
### Environment
* Nautobot version (Docker tag too if applicable): 2.3.1
* Python version: 3.11.5
* Database platform, version:
* Middleware(s):
### Steps to Reproduce
1. Go to admin view …
-
**Describe the bug**
Using the default Django `User` model, creating a `Serializer` and `ViewSet` from this leads to many of the fields being optional in the _response_ model that should always be …