-
### 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…
-
When running makemigrations Django is finding some new ones
django-user-accounts==3.3.2
```
manage.py makemigrations
Migrations for 'account':
venv/lib/python3.12/site-packages/account/mig…
-
Hello, this is a continuation of https://github.com/codalab/codabench/issues/1577
There is a new error when trying to open the tabs:
```python
/usr/local/lib/python3.9/site-packages/django/db/mod…
-
### Issue description
For org model Domains/ Domain info, for all portfolio specific fields we should be pulling from the portfolio instead of the domain info object. For example, organization name s…
-
On a brand new project start I install Django, ibm_db, ibm_db_django. I configure DB like so:
```
DATABASES = {
'default': {
'ENGINE': 'ibm_db_django',
'NAME': 'TEST',
…
-
```
class Product(models.Model):
test = models.CharField(null=True, blank=True, max_length=255)
```
is correct
> DJ001 Avoid using `null=True` on string-based fields such as `CharField`
…
-
The default widget in django_filters for date ranges is just a plain text input. We should provide a filter to use the DateRangePicker.
Here's one possibility, but requires explicitly defining it.…
-
**Is your feature request related to a problem? Please describe.**
If you have a model which defines an `EmailField`, the generated OpenAPI specification is displayed as:
`email string
-
### Overview
There are field names in the code that do not currently match our documentation. We need to go through the existing django models, identify the mismatches, and update the code or docum…
-
When trying to submit a Django form that contains a field of the type `CheckboxInput` the API returns a valid submission. However, the Mosparo-Django package returns that the submission was invalid. T…