-
I have the following dynamic entity in one of my models:
```py
# Dynamic relationship to either Org, Institution or Campus entities
generic_owner_content_type = models.ForeignKey(
ContentT…
-
The [current EmailQuestion regex](https://github.com/YunoHost/yunohost/blob/c88af25949cb1eb33ff7ab73005ce4241b88ea66/src/utils/config.py#L878-L882) is just: `r"^.+@.+"`
This is not really strict, i…
jedie updated
10 months ago
-
A common way to represent decimals in JSON is to serialize them as a string. This side-steps the floating point precision issues during transport and validation, such as mentioned by json-schema-org/j…
-
Hello,
I am using django 1.11.
When i do update object with **Ajax** i get error for ImageField.
That is "FileExtensionValidator" from django who expects an object for validation but a unicode …
-
### Environment
* Python version: 3.8.5
* Nautobot version: 1.0.1
* nautobot-plugin-data-validation-engine: 1.0.0-dev
### Steps to Reproduce
1. Create regex rule for Object allowing tags, …
-
I'm using Python 3.10 with Django 4.1.2 on Windows 10.
When going to the application folder and running
python manage.py makemigrations
I get the following errors:
File "E:\dwacode\django\dj…
-
## Checklist
- [x] I have verified that that issue exists against the `master` branch of Django REST framework.
- [x] I have searched for similar issues in both open and closed tickets and cannot …
-
Hello,
Right now the SIRET and SIREN model fields use SIRET and SIREN form fields that do the validation.
I prefer the architecture of the IBAN and BIC fields in generic that use class Validators,…
-
**Describe the bug**
After the installation via `pip install label-studio` it crashes upon start with an error message.
**To Reproduce**
Steps to reproduce the behavior:
1. `python -m venv lab…
-
I am trying to run the following app.
```python
from django.db import models
from nanodjango import Django
from django.db.models import Model
from django.contrib.auth.models import User
fro…