-
In the `README`, it says that the Element text must start with `start`, for Telegram to parse things correctly. I would recommend actually enforcing this in the form, rather than rely on human authors…
-
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…
-
**Describe the bug**
I tried to use a function as the maximum value for an IntegerField in a Django model, since [the validator docs](https://docs.djangoproject.com/en/4.1/ref/validators/#maxvaluev…
-
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…
-
If a Django model field is defined with validators, they should be propagated down through the configuration and used for new/edit screens on the client.
In general it is impossible to use the same v…
-
- [x] #78 related name 복수로 models
- [x] #78 testcode 생성 인스턴스 1개일 경우 quantity 제거
- [x] #78 변수명 유의미 하게 체크
- [x] #78 if sale is not None: 사용하지 말고 if sale: 로 변경 app/goods/view
- [x] #78 choice 필드로…
-
Hello,
I would like to know if it would interesting to let possibility to fill the UserModel with some user information just after the authentication server. This could be a custom map.
Indeed t…
-
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…
-
Stack trace:
```plaintext
UniqueViolation: duplicate key value violates unique constraint "oauth2_provider_accesstoken_source_refresh_token_id_key"
DETAIL: Key (source_refresh_token_id)=(155) al…
ghost updated
4 years ago
-
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…