-
Hey guys, awesome work on `djoser`!
I encountered an error in `django==3.0.9` + `djoser==2.0.3`.
Django `MinimumLengthValidator` throws the following error (applicable to other Django validator…
ghost updated
2 years ago
-
### Rationale / Begründung
User registrations can come from any email domain, which may lead to spam accounts, security risks, or unwanted users in the system. Implementing an email domain whitelis…
-
I recently found a bit of code which had been copied with only slight modifications to use `ComplexityValidator` in `AUTH_PASSWORD_VALIDATORS`. Would it be worth tossing together a pull request which …
acdha updated
5 years ago
-
This continues the conversation at https://github.com/Tivix/django-rest-auth/issues/226 (from the old repo).
A PR (https://github.com/Tivix/django-rest-auth/pull/482) was made, but didn't make it i…
-
I have been trying to find an implementation on Django Rest Framework, to no avail. Reading the docs, I don't see anything that I have missed, I am able to create public and additional tenants, howev…
-
I'm just going through an exercise of upgrading an internal app with very old versions to slightly less old and ran into some breakage relating to #88 which I think requires a code change here.
```…
-
While clicking around with two people on the test server I commonly see the following error appear. After waiting a few seconds and refreshing the page, the error will often resolve itself.
**To R…
-
## Checklist
3.15 added support for unique constraint validators in serializers: https://github.com/encode/django-rest-framework/pull/7438
This unfortunately breaks when it comes to list seriali…
-
### Installation method
PyPI (via pip)
### Description
I'm trying to deploy an api on vercel in Django, however when I call my api I get an error that a module does not exist. I don't get thi…
-
# Bug report
## What's wrong
The `Serializer.validators`property has the type
> Type of "self.validators" is "list[((Any) -> None) | ContextValidator[Any]]"
This is the result of `reveal_t…