mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-10 00:21:01 +03:00
Trying to create a new user on Django 1.9.x with the password 'password' will fail with the error message 'This password is too common.'. Because of that it is necessary to change the used password from 'password' to 'password123'. |
||
---|---|---|
.. | ||
1-serialization.md | ||
2-requests-and-responses.md | ||
3-class-based-views.md | ||
4-authentication-and-permissions.md | ||
5-relationships-and-hyperlinked-apis.md | ||
6-viewsets-and-routers.md | ||
quickstart.md |