django-rest-framework/docs/tutorial
Christian Berendt ff4d7c7e07 Use 'password123' as password for new users in the tutorial
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'.
2016-02-04 07:26:15 +01:00
..
1-serialization.md typo in tutorial part 1 2016-02-03 15:25:31 +05:30
2-requests-and-responses.md Update 2-requests-and-responses.md 2015-08-12 19:49:43 +02:00
3-class-based-views.md Tweaked a few issues in the tutorial documentation. 2015-01-09 11:36:21 -08:00
4-authentication-and-permissions.md Use 'password123' as password for new users in the tutorial 2016-02-04 07:26:15 +01:00
5-relationships-and-hyperlinked-apis.md Update 5-relationships-and-hyperlinked-apis.md 2015-04-20 17:56:04 +02:00
6-viewsets-and-routers.md Update 6-viewsets-and-routers.md 2015-09-04 16:07:20 +07:00
quickstart.md Use 'password123' as password for new users in the tutorial 2016-02-04 07:26:15 +01:00