Tom Christie
|
fd84cf7f10
|
Docs tweaks
|
2013-05-10 21:56:33 +01:00 |
|
Daniel Hepper
|
70b8e5b759
|
Fixed typos in tutorial
|
2013-05-07 19:16:03 +02:00 |
|
Tom Christie
|
a8e090df04
|
Remove accidental conflict diff
|
2013-05-07 17:14:25 +01:00 |
|
Tom Christie
|
b70c9cc107
|
Merge master
|
2013-05-05 18:12:35 +01:00 |
|
Tom Christie
|
74beaefd12
|
Simplifying bits of docs
|
2013-05-02 12:08:05 +01:00 |
|
Victor Shih
|
8cabae22c5
|
Example and spelling fixes. Change "browseable" to "browsable" for consistency.
|
2013-05-01 21:26:40 -07:00 |
|
Tom Christie
|
8fa79a7fd3
|
Deal with List/Instance suffixes for viewsets
|
2013-04-26 14:59:21 +01:00 |
|
Tom Christie
|
b94da2468c
|
Various clean up and lots of docs
|
2013-04-24 22:40:24 +01:00 |
|
Tom Christie
|
835d3f89d3
|
Merge remove-django-generics
|
2013-04-23 11:59:13 +01:00 |
|
Tom Christie
|
371698331c
|
Tweaks
|
2013-04-04 22:24:30 +01:00 |
|
Tom Christie
|
ad9aa23198
|
Use consistent header style in tutorial part 5
|
2013-04-04 21:51:41 +01:00 |
|
Tom Christie
|
fb41d2ac8f
|
Add support for action and link routing
|
2013-04-04 20:35:40 +01:00 |
|
Tom Christie
|
ec076a0078
|
Add viewsets/routers to indexs etc
|
2013-03-31 11:36:58 +01:00 |
|
Tom Christie
|
97aa023916
|
Updating tutorial
|
2013-03-30 17:22:52 +00:00 |
|
Tom Christie
|
b4945f476c
|
Merge branch 'master' into resources-routers
|
2013-03-30 15:41:38 +00:00 |
|
Sitong Peng
|
dab158e1fd
|
Tiny typo
|
2013-03-25 09:27:12 -07:00 |
|
Tom Christie
|
74fb366c59
|
Merge branch 'master' into resources-routers
|
2013-03-18 21:03:05 +00:00 |
|
Tom Christie
|
ef0caf64d3
|
Extra note on method
|
2013-03-17 19:59:13 +00:00 |
|
Danilo Bargen
|
70db398595
|
Renamed UserInstance to UserDetail in docs
|
2013-02-25 21:31:12 +01:00 |
|
Tom Christie
|
4599cd97cb
|
Fix curl response.
Didn't map to the correct stage of the tutorial.
|
2013-02-23 22:13:06 +00:00 |
|
Tom Christie
|
ea7d73f57e
|
Spelling.
|
2013-02-23 22:07:33 +00:00 |
|
Tom Christie
|
4a80dff1ef
|
Autenticating with curl example.
|
2013-02-23 21:52:46 +00:00 |
|
Tom Christie
|
9e2131715a
|
Formatting.
|
2013-02-23 21:52:26 +00:00 |
|
Tom Christie
|
5b03de8287
|
Add curl examples.
|
2013-02-23 21:29:52 +00:00 |
|
Tom Christie
|
41d3fe09cf
|
Add missing blank=True to model in tutorial.
|
2013-02-23 21:29:13 +00:00 |
|
eofs
|
34145408cb
|
Missing imports added
|
2013-02-14 13:21:54 +02:00 |
|
Tom Christie
|
55fdac4176
|
Use many=True for serializers.
|
2013-02-12 08:58:28 +00:00 |
|
Tom Christie
|
09b01887f2
|
New style object-level permission checks
|
2013-02-12 08:58:28 +00:00 |
|
Tom Christie
|
b1ae82b498
|
And link to quickstart.
|
2013-01-28 07:52:22 +00:00 |
|
Tom Christie
|
b11628f429
|
Revert comment.
|
2013-01-28 07:52:04 +00:00 |
|
Mike TUMS
|
c1dc1860da
|
Update docs/tutorial/1-serialization.md
Update for tutorials (manual serialization) to support HTTP PATCH method (partial update of instance)
|
2013-01-28 00:32:32 +04:00 |
|
Guglielmo
|
25f2d3b561
|
Update docs/tutorial/4-authentication-and-permissions.md
HTMLFormatter is in pygments.formatters.html
|
2013-01-25 18:16:14 +01:00 |
|
Tom Christie
|
4b0d4288c1
|
Tweak linking style.
|
2013-01-24 13:01:28 +00:00 |
|
Tom Christie
|
a57c0c5aae
|
Docs tweak based on user feedback.
|
2013-01-23 19:03:55 +00:00 |
|
Tom Christie
|
2c76212e54
|
Add missing import to tutorial. Fixes #599
|
2013-01-20 16:38:32 +00:00 |
|
Tom Christie
|
af3fd09845
|
Tweak imports in tutorial. Fixes #597.
|
2013-01-19 15:31:21 +00:00 |
|
Tom Christie
|
4c63961087
|
Tweak resource docs
|
2013-01-17 12:30:28 +00:00 |
|
Tom Christie
|
4a7139e41d
|
Tweaks
|
2013-01-15 21:49:24 +00:00 |
|
Tom Christie
|
71e55cc4f6
|
Merge with latest master
|
2013-01-15 17:53:24 +00:00 |
|
Tom Christie
|
8f3931e02d
|
Update docs
|
2013-01-15 17:50:39 +00:00 |
|
Tom Christie
|
79f635e0dd
|
Modify tutorial to work with pygments 1.6rc. Fixes #581.
|
2013-01-15 09:33:24 +00:00 |
|
Richard Wackerbarth
|
08943c3e0a
|
Format extensions have already been introduced.
If format extensions are used,
they must be used in the creation of the
reverse URLs.
|
2013-01-13 12:09:49 -06:00 |
|
Richard Wackerbarth
|
0987bed2f7
|
Minor gramatical correction
|
2013-01-12 12:36:21 -06:00 |
|
Richard Wackerbarth
|
7dd5c56f22
|
Make the whitespace uniform
|
2013-01-10 16:16:30 -06:00 |
|
Richard Wackerbarth
|
12efd78fcf
|
Bringing up the Web API
|
2013-01-10 15:37:49 -06:00 |
|
Richard Wackerbarth
|
8efd9563a6
|
Some comment on the tutorial repository
|
2013-01-10 15:37:33 -06:00 |
|
Richard Wackerbarth
|
674c9029c1
|
Imply an additional element in infinite lists
This is to allow the addition of elements without
having to change existing lines of code
|
2013-01-10 15:37:15 -06:00 |
|
Tom Christie
|
0418cebc58
|
Update contact details
|
2012-12-17 22:00:25 +00:00 |
|
Colin Murtaugh
|
9188d487c3
|
Replaced SingleObjectBaseView with SingleObjectAPIView
|
2012-12-11 17:26:08 -05:00 |
|
Reinout van Rees
|
7a110a3006
|
Two typo fixes.
Plural/singular fix.
Typo fixed.
|
2012-12-05 16:24:41 +01:00 |
|