Tom Christie
|
9b88b5db69
|
Field->ReadOnlyField in tutorial docs
|
2014-12-11 09:54:55 +00:00 |
|
Tom Christie
|
76956beab4
|
snippets relationship in tutorial should be read_only
|
2014-12-09 19:53:27 +00:00 |
|
Tom Christie
|
af3fe5a39f
|
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
|
2014-12-08 16:38:29 +00:00 |
|
Tom Christie
|
4e9ebb5fe9
|
cd back to parent directory
|
2014-12-08 16:38:17 +00:00 |
|
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 |
|
Xavier Ordoquy
|
e4820d611b
|
Fix the new Django default db name
PrimaryKeyRelatedField now needs a queryset argument.
urls now don't use urlpatterns.
|
2014-12-06 10:58:17 +01: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 |
|
Tom Christie
|
e2b3908834
|
Fix quickstart tutorial
|
2014-12-05 09:44:01 +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 |
|
Tymur Maryokhin
|
e2ea98e8ab
|
Fixed typos
|
2014-11-29 20:23:55 +01:00 |
|
Tom Christie
|
d4b8e356b9
|
Merge branch '3.0-docs'
|
2014-11-28 09:57:02 +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 |
|
Tom Christie
|
f13c0ebe69
|
Merge master
|
2014-11-25 16:27:00 +00:00 |
|
José Padilla
|
200e0b17da
|
Clean up extra white space
|
2014-11-25 12:44:11 +00:00 |
|
Tom Christie
|
2e726e22a3
|
request.DATA, request.FILES -> request.data
|
2014-11-25 11:42:43 +00:00 |
|
Tom Christie
|
3371131a61
|
Merge pull request #2116 from LuRsT/patch-5
Fixed database update instructions
|
2014-11-24 13:21:15 +00:00 |
|
Gil Gonçalves
|
918b9cc6a6
|
Added missing import in tutorial snippet
|
2014-11-24 08:54:07 +00:00 |
|
Gil Gonçalves
|
790a651893
|
Fixed database update instructions
|
2014-11-24 08:51:08 +00:00 |
|
Gil Gonçalves
|
04d2635b24
|
Removed unused import from code snippet in tutorial
|
2014-11-20 11:33:42 +00:00 |
|
Raony Guimarães
|
928cbc640e
|
small type
|
2014-11-19 13:53:36 -02:00 |
|
Tom Christie
|
5d247a65c8
|
First pass on nested serializers in HTML
|
2014-10-09 15:11:19 +01: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 |
|
Tom Christie
|
9372cc8c31
|
Deprecate .model attribute on views
|
2014-08-20 16:24:52 +01:00 |
|
Tom Christie
|
e385a7b8eb
|
Merge master
|
2014-08-19 10:11:10 +01:00 |
|
Tom Christie
|
61a1eaa485
|
tabs -> spaces
|
2014-08-18 11:55:22 +01:00 |
|
Tom Christie
|
92d51c813f
|
Merge pull request #1688 from ekonstantinidis/quick-start-order
Updated quick start project set up order
|
2014-08-18 11:54:14 +01:00 |
|
sshquack
|
867e441ec0
|
Strip trailing spaces in tutorial
|
2014-08-15 20:45:28 -06:00 |
|
sshquack
|
14867705e9
|
Specify file names using standard format
+ Explicitly specify module names in the standard format similar to all
the other tutorials
+ Remove the extra quote around module name
|
2014-08-15 20:41:21 -06:00 |
|
nimiq
|
62d0d4e5d2
|
Fix style for some text
|
2014-08-06 12:45:58 +02:00 |
|
Emmanouil
|
18eab53e89
|
Updated quick start project set up order
|
2014-07-09 15:53:31 +01:00 |
|
Xavier Ordoquy
|
2489e38a06
|
Merge remote-tracking branch 'origin/master' into 2.4.0
Conflicts:
.travis.yml
docs/api-guide/viewsets.md
rest_framework/serializers.py
rest_framework/throttling.py
tests/test_generics.py
tests/test_serializers.py
tox.ini
|
2014-06-23 14:02:45 +02:00 |
|
Sylvain Bellemare
|
e033a0b9a0
|
Replaced singular "is" by plural "are"
|
2014-05-06 15:08:53 +02:00 |
|
Sylvain Bellemare
|
beb7253a96
|
Removed unnecessary "that"
|
2014-05-06 15:08:53 +02:00 |
|
Sylvain Bellemare
|
9dc5e15e5a
|
Added missing "the" word
|
2014-05-06 15:08:53 +02:00 |
|
Sylvain Bellemare
|
9e3ba939e1
|
Removed superfluous "./"s
|
2014-05-05 20:28:00 +02: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 |
|
Xavier Ordoquy
|
d08536ad9d
|
Merge remote-tracking branch 'origin/master' into 2.4.0
Conflicts:
.travis.yml
docs/api-guide/fields.md
docs/api-guide/routers.md
docs/topics/release-notes.md
rest_framework/authentication.py
rest_framework/serializers.py
rest_framework/templatetags/rest_framework.py
rest_framework/tests/test_authentication.py
rest_framework/tests/test_filters.py
rest_framework/tests/test_hyperlinkedserializers.py
rest_framework/tests/test_serializer.py
rest_framework/tests/test_testing.py
rest_framework/utils/encoders.py
tox.ini
|
2014-04-13 00:05:57 +02:00 |
|
DanSears
|
abb240648c
|
clarified which urls.py to edit
|
2014-02-28 08:40:45 -08:00 |
|