| Age | Commit message (Collapse) | Author |
|
Do what I meant to do in #2670:
The link is displayed in the tutorial as "http://example.com/api/items/4.json" but the hyperlink itself and what the example code actually works with are (in my opinion, less pretty) URLs like "http://example.com/api/items/4/.json".
|
|
|
|
|
|
Small fixes to the tutorial
|
|
|
|
|
|
'tutorial/settings.py'
|
|
suffixes
|
|
from 'serializer.data', and also has a third item in the second usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Ability to customize method names without creating a custom router
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed a typo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use httpie for tutorials
|
|
|
|
|
|
PrimaryKeyRelatedField now needs a queryset argument.
urls now don't use urlpatterns.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
similar code.
|
|
|
|
|
|
|
|
|
|
|