-
### Describe the issue
My self-hosted Weblate instance throws the following error when I try to dismiss certain checks, but not for others (i.e. dismissing in general works, but not for some checks).…
-
It would be very useful to have possibility to define field level validators especially for those fields which do not have resolvers. My proposal is to add validators parameter to field to `strawberry…
la4de updated
10 months ago
-
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',
…
-
hi,
love the app.
Work with validators was strange for me since app sends all data as one list while validators usually expect single element so I used custom interface for validators defined as an …
-
### Rationale / Begründung
Sometimes, weird strings with special characters are used as `username` (e.g. in a Shibbolth setup). A custom validator, which can be specified in the settings via `ACCOU…
-
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…
-
my **models.py**
``` python
from datetime import datetime, date
from django.db import models
from django.contrib.auth.models import User, AbstractUser, AbstractBaseUser
from django.contrib.auth.admin…
-
**Describe the bug**
I'm not exactly sure if this is a bug or was intended when using validators, but it certainly caught me by surprise since it wasn't in the [documentation](https://www.dynaconf.co…
-
These three tests started failing with https://github.com/encode/django-rest-framework/releases/tag/3.13.0, relnotes https://github.com/encode/django-rest-framework/blob/master/docs/community/3.13-ann…
-
The new 3.15.0 release introduced a bug with validation unique constraint.
Code to reproduce an error:
```
from django.db import models
from rest_framework import serializers
class Pet(models…