Tom Christie
302ec59a5c
Merge pull request #2165 from phalt/httpie-examples
...
Use httpie for tutorials
2014-12-08 15:51:19 +00:00
phalt
f3ebac061e
one last tabs / spaces!
2014-12-08 15:47:49 +00:00
phalt
8e9408115d
fixed indentations
2014-12-08 15:41:01 +00:00
Tom Christie
b7b0fd3e14
Added .validated_data usage. Closes #2214 .
2014-12-05 12:48:12 +00:00
Tom Christie
1b8c06aefe
Style tweaks in examples
2014-12-05 12:46:08 +00:00
Xavier Ordoquy
9d078be59c
Fix the tutorial against the v3.0
2014-12-04 23:34:55 +01:00
Xavier Ordoquy
38e05e66c9
print() function works from Python 2.6 to 3.X
2014-12-04 23:22:00 +01:00
phalt
fcbae5d99f
updates based on suggestions
2014-12-04 11:20:33 +00:00
Martin Tschammer
ab25d706c7
Renamed validated_attrs to validated_data to be more in line with other similar code.
2014-12-03 23:52:35 +01:00
phalt
a17d5d2b0b
remove unsused link
2014-12-02 16:11:43 +00:00
phalt
515060a6ab
Only show pip install for httpie
2014-12-02 10:16:41 +00:00
phalt
34b5db62e5
Use httpie for tutorials
2014-12-01 13:39:53 +00:00
Will Stott
d0e245baba
grammar
2014-11-26 15:51:28 +00:00
Will Stott
34bd2b7828
a few typos
2014-11-26 15:48:08 +00:00
José Padilla
200e0b17da
Clean up extra white space
2014-11-25 12:44:11 +00:00
Tom Christie
a58cfe167d
Update tutorial for 3.0
2014-10-09 09:38:03 +01:00
Collin Anderson
da385c9c1f
remove patterns and strings from urls #1898
2014-09-23 17:10:02 -04:00
sshquack
867e441ec0
Strip trailing spaces in tutorial
2014-08-15 20:45:28 -06:00
Sylvain Bellemare
05fc974dc9
Added missing "the" word
2014-05-05 14:44:54 +02:00
Sylvain Bellemare
cdc7d19034
Added missing "to" word
2014-05-05 14:41:10 +02:00
Tom Christie
9a8082878a
Use a local virtualenv, not in the users homedir.
2014-01-14 17:13:48 +00:00
amatellanes
2846ddb5d2
Simplified some examples in tutorial
2013-12-23 09:06:03 +01:00
amatellanes
74f1cf6355
Revert "Simplified some examples in tutorial"
...
This reverts commit d6806340e5
.
2013-12-23 08:56:34 +01:00
amatellanes
d6806340e5
Simplified some examples in tutorial
2013-12-23 08:50:46 +01:00
Tom Christie
02ae1682b5
Add note on compat import in tutorial
2013-12-17 09:45:28 +00:00
Xavier Ordoquy
8026480454
Use the BytesIO for buffering bytes and import the one from the compat module.
2013-12-17 10:30:23 +01:00
dpetzel
48a38386af
**very minor** typo fix
2013-10-05 19:29:25 -04:00
Veronica Lynn
4d8d2340be
Fixed typos in a bunch of docs
2013-08-07 14:00:06 -04:00
bigsassy
c875a27edf
Update 1-serialization.md
...
Fixed typo in documentation (Testarea to Textarea)
2013-06-16 18:32:33 -03:00
Toby Champion
250dfef158
Changes 'python' to 'Python' when used in prose.
2013-06-12 14:51:17 -07:00
Tom Christie
233320691e
Rephrase serializer -> form notes in tutorial
2013-05-30 11:47:41 +01:00
Tom Christie
441cdf8065
Note widget attribute on serializer field. Closes #836 .
2013-05-30 11:34:09 +01:00
Stephan Groß
7a570e16e9
Fix md formatting and typos
2013-05-28 17:13:12 +02:00
Tom Christie
dabe119af5
Typo
2013-05-07 20:35:33 +02:00
Tom Christie
ef0caf64d3
Extra note on method
2013-03-17 19:59:13 +00:00
Tom Christie
9e2131715a
Formatting.
2013-02-23 21:52:26 +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
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
Tom Christie
af3fd09845
Tweak imports in tutorial. Fixes #597 .
2013-01-19 15:31:21 +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
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
Reinout van Rees
3417c4631d
Fixed typos and fixed wording.
...
Some singular/plural fixes.
Fixed some 'serialise->serialize' kind of UK/US differences. The 'z' seems more common in the rest of the docs, so that's what I used.
Removed a half-finished-sentence left dangling somewhere.
2012-12-05 12:31:38 +01:00
Tom Christie
b7b942c599
Swap position of instance
and data
keyword arguments.
2012-11-05 10:53:20 +00:00