-
unfold: 0.40
django: 5.12
chrome: latest
description: the collapse inside inline isn't working anymore
code:
`
class WorkerInline(StackedInline):
form = WorkerForm
model = Worke…
-
### What went wrong?
**What happened**:
- Upgrading to 1.12.1 from 1.11.3, the migration job that runs shows the following error:
```
Apply all migrations: admin, alerts, auth, auth_token, base, con…
-
I have read the documentation and the issues that have been resolved, namely the #502, and cannot seem to figure it out. I want to access the prefix with the form in the context like so:
```
{{ form…
-
### Environment
* Nautobot version (Docker tag too if applicable): 2.3.6
* Python version: 3.11.10
* Database platform, version:
* Middleware(s):
### Steps to Reproduce
1. Create a custom …
-
https://docs.djangoproject.com/en/4.0/ref/contrib/auth/ this is our User model, we don’t have a phone number field, I checked how to expand the default django user model fields but I also couldn’t fin…
-
Business area found that the business number field allows more than 9 digits; they received an entry with an incorrect format for the business number. This should be confirmed if that was a one-off si…
-
my **models.py**
``` python
from datetime import datetime, date
from django.db import models
from django.contrib.auth.models import User, AbstractUser, AbstractBaseUser
from django.contrib.auth.admin…
-
#### Description
I have two Django models that refer to eachother. StudentPhone has a ForeignKey relationship to Student, and a Student has a primary_phone field that refers to a StudentPhone. I want…
-
I am gonna add avatar image to django object , but I cannout PUT image file with extra fields, it is showing error, how can I fix It? @vitalik
```Python
@user_router.put('/profile',
…
-
As you can see in the video the object permission in the admin doesn't work correctly
https://github.com/dfunckt/django-rules/assets/53629777/df5bf17e-c32c-41b3-9250-b5278cc16a60
Used package: Dja…