-
I have implemented django-angular client side form validation. Every constraint is validated as expected apart from my model RegexValidator (the error is later caught on the server's side so I believe…
-
Even though i am passing valid data, I am getting below error.
My serializer class
```
class QuestionCompoundSerializer(PolymorphicSerializer):
model_serializer_mapping = {
TOEFL_RCMC…
-
I wrote a fully working function to encode slapd password in all the way, including pw-sha2 overlay password support, with the possibility of exclude weak algorithms using app.settings.
![selezione…
-
Change the password validation from 8 characters to 10 characters.
-
Starting point: http://dev.rohelp.ro/en/admin/auth/user/
**Expected**:
Create a new user consisting of an username & a password with at least couple of characters
**Actual**:
Able to create …
-
We have this crazy idea that, since length is ultimately more important than randomness, it should be possible to let a user skip some of the rules if they choose a nice long passphrase. For example (…
-
#### One line description of the issue
I'm have a learning project with django 2.1 + python 3.6 + latest django rest framework + latest djongo
If I include the module threadedcomments (https://githu…
-
>
root@debian11:~/realworld# python3 -m venv venv
root@debian11:~/realworld# source venv/bin/activate
(venv) root@debian11:~/realworld# pip install -r requirements.txt
Collecting django==4.0.1
…
-
I'm bouncing this bug between the various oauth modules because no one thinks this issue is from their module.
I'm seeing this error every few minutes:
```
Stacktrace (most recent call last):
Fil…
-
### Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
### Steps to Reproduce
1. Create a custom internal integration
2. As as webhook URL specify URL with a first level domain like…