| Age | Commit message (Collapse) | Author |
|
|
|
tomchristie/testclient-logout-also-cancels-force-authenticate
`Client.logout()` also clears any `force_authenticate`
|
|
|
|
|
|
|
|
Update CharField default min_length message.
|
|
|
|
Release notes & version 3.0.1
|
|
|
|
|
|
|
|
Add link to the issues
Fix the milestone link
|
|
|
|
|
|
|
|
|
|
|
|
Hyperlinked PK optimization.
|
|
|
|
|
|
|
|
|
|
Syntax highlighting
|
|
|
|
Moved images referenced by the markdown back to the docs directory
Deleted unused image autocomplete.png
|
|
|
|
|
|
|
|
|
|
Update serializers.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
git://github.com/mhsparks/django-rest-framework into mhsparks-validator-pollution
|
|
Treat the input queryset as it comes (maybe it has been changed in a higher level). Evaluating .all() does nothing if or if not is a queryset.
|
|
|
|
Add allow_blank for ChoiceField #2184
|
|
This makes a ChoiceField optional in HTML if
model field has `blank=True` set.
|
|
|
|
|
|
|
|
|
|
#2205.
|
|
|
|
|
|
Use httpie for tutorials
|