-
I have in my model an object Initiative that has a title which is translated in English and Italian.
I want the object to have a title value for Italian or for English (both is also accepted) but no t…
-
Self-referencing schemas seem to be broken when following the [Django Ninja documentation](https://django-ninja.dev/guides/response/#self-referencing-schemes), producing incorrect and unusable OpenAPI…
-
I am using django rest auth for registration. I am using email as login and the below are my settings
```
ACCOUNT_USER_MODEL_USERNAME_FIELD = None
ACCOUNT_EMAIL_REQUIRED = True
ACCOUNT_UNIQUE_E…
-
## FEATURE REQUEST
### Inspiration
I was playing around with creating tracer records in the shell and encountered an issue in the following scenario. I created a tracer for `valine-[13C5]` with…
-
This is a summary of the issues with TranslatableAdmin and translated fields and possible solutions. It gathers data from #10, #98 and code investigation.
**Description:**
Using a translated field na…
-
# Prerequisites
*Feel free to just say what you want and remove this template.*
* [x] Is it a bug?
* [ ] Is it a new feature?
* [x] Is it a question?
* [ ] Can you reproduce the problem?
* [x]…
-
https://docs.djangoproject.com/en/dev/releases/1.9/
https://docs.djangoproject.com/en/dev/internals/deprecation/#deprecation-removed-in-1-9
https://www.djangoproject.com/download/#supported-versions…
-
```
Is there a step by step install how to?
i am trying it on centos 5.5 with 2.6.32 kernel (x86_64). I have installed
django and changed the settings.py but i get the following errors:
python mana…
-
Django model fields have two attributes "blank" and "null" that can be used for empty value validation, when mongoengine document field has only "required" attribute.
Since mongoengine intends to have…
-
### Willingness to contribute
Yes. I can contribute this feature independently.
### Proposal Summary
The goal is to ensure that access to the MLflow UI is authenticated using JWT tokens from ou…