-
When accessing the admin page, we currently have a bunch of errors logged:
```
2024-10-23 16:15:20,746 [DEBUG] django.template: Exception while resolving variable 'debug' in template 'admin/index.ht…
-
In the admin panel, making a search on any dissemination table that isn't "Generals" will result in a crash. This is because `report_id` is a foreign key, and is not supported by Django's most basic s…
-
- [ ] 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…
-
### Issue description
In #2934 we updated the layout of Domain Requests for Org model and non-org model requests, and added in conditional logic so that fields that were only relevant to the org mode…
-
## Support request
### About me
Hello! I'm using django to make the backend for science museum installations. I use django to manage data, allow museum staff to make updates to multimedia on the…
-
Add Animal:
Why do we need URL for performance lab? *specs
Vendor should be 'vendor', not 'Vender'
Add Scan Run:
Performance center should auto-populate from animalID
Can we autopopulate 'Numb…
-
When trying to hard-delete any soft-deleted object from Django Admin that has connected sub-objects, I'm getting the error:
```text
127.0.0.1 - - [02/Nov/2024 04:43:10] "POST /admin/abacus/periods…
-
Fields we'd like to add:
- Description of program above Apply Online button
- Description within Get Help Applying section (below heading, before list)
- Description within "key documents" list (…
-
Add a feature to the admin UI to search across all model types
This plugin looks promising:
https://github.com/ahmedaljawahiry/django-admin-site-search
-
Here's an answer to a `choose_test_file` query:
```
Based on the code snippets and problem description, here are the 3 most relevant files that are likely the root causes of the issue with unneces…