-
It'd be good to support [password-validation](https://docs.djangoproject.com/en/1.9/topics/auth/passwords/#password-validation) added in Django 1.9.
It's currently possible to reset passwords to one …
-
I'm upgrading from 0.22.2 to 1.1.0 and many tests are failing. Previously I was overriding my Schema's __init__ and preforming my validations in there.
```
class MySchema(Schema):
def __init…
-
## Location within the Book page 150
* Chapter or Appendix: chapter 11
* Section: Pattern 2: Custom Form Field Validators in ModelForms
* Subsection: Example 11.5: Adding Custom Validators to a …
-
When trying to PATCH with a list of dicts, I'm getting this error:
```
ERROR: test_bulk_update (api.tests.test_api.test_api_listings_bulk.TestBulkOperationsOnListings)
---------------------------…
-
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…
-
Hi , I have an Item Model :
```
class Item(models.Model):
name = models.CharField(max_length=500)
price = MoneyField(max_digits=19, decimal_places=2, default_currency="EUR",
…
-
**Describe the bug**
When updating a field validators, Squest still use the previous version. A compose restart fix it. Let's investigate
**To Reproduce**
Steps to reproduce the behavior:
1. Add…
-
**Describe the bug**
I input my body for /o/token/ and I get this error:
```
Internal Server Error: /o/token/
Traceback (most recent call last):
File "C:\Users\alex.MICHARSKI\AppData\Local\Pr…
-
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…
-
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…