-
what the db would ideally look like:
-pre-request
Name, client, location, pm, date submitted, date start, services
-prospective (formerly incoming) - not approved
Name, client, location, pm, ccs, …
-
`DjangoFormMutation` by default filters both input and output fields based on `only_fields` and `exclude_fields`. Ideally it'd allow you to filter input and output separately. (I'm going to put up a …
-
Possibly because I am using Django 3.., or something to do with my swappable user model, or could be debug_toolbar or social auth ..
```py
Traceback (most recent call last):
File "/usr/lib/pyth…
-
There is a UX issue when I click on the filter the select2 input field doesn't gain focus. I'm unable to tab to put focus down to that field either. I have to use the mouse to manually click on that s…
-
```
Again something that worked with django newforms-admin branch and don't
work with Django 1.0:
What steps will reproduce the problem?
1. Add search_fields = ('title',) to class ArticleAdmin in
tes…
-
Implement the database schema in Django models based on the visual design.
You'll define the structure of the database tables, their fields, data types, and relationships in Django models.
-
**Problem**
In my application, I have a use case where I do not want to transform a FileField/ImageField to a TextField/CharField in a historical model. For developers who want to access the URLs of…
-
I found a bug at line: https://github.com/TrangPham/django-admin-confirm/blob/5a085012c5f52bc542a11290255799c0a7ab2ec0/admin_confirm/admin.py#L192
**How to reproduce:**
1. Create a modelform
1.…
-
### Overview
We need to create the project_status table so that we can update a shared data store across hackforla.org, vrms, civictechjobs, and tables (onboarding) project.
#### Details
A table an…
-
I am trying to write a pytest test of one of my views that requires a logged-in admin user and I'm using the pytest-django `admin_client` fixture for that.
This fails as follows:
```
tr…