Commit Graph

516 Commits

Author SHA1 Message Date
Sébastien Piquemal
89e1cae28e better Resource.get_model and Resource.get_queryset methods (directly inspired from generic.DetailView) 2012-01-09 20:05:55 +02:00
Sébastien Piquemal
3a52c213f9 made changes requested by Tom. In resources : removed decorators, and 'request' parameter from the crud methods 2012-01-09 20:00:18 +02:00
Tom Christie
d1c217523b Start separating out serializers 2012-01-06 13:26:21 +00:00
Tom Christie
6305033373 Separate out SerializerMixin 2012-01-05 18:24:47 +00:00
Tom Christie
aaea2f26bc Fix broken renderer test 2012-01-05 18:08:47 +00:00
Tom Christie
e341d0d381 Merge branch 'experimental' of https://github.com/sebpiq/django-rest-framework into experimental 2012-01-05 18:02:52 +00:00
Sébastien Piquemal
926059dad6 new-style resources + tests 2012-01-03 19:17:25 +02:00
Tom Christie
9ad25cbdcd Merge pull request #105 from sebpiq/experimental
Merging master into experimental
2012-01-03 02:00:06 -08:00
Sébastien Piquemal
d987b745f9 started resource-agnostic views 2012-01-03 11:59:56 +02:00
Sébastien Piquemal
9dbe8b646e ran the tests and made some corrections to the merging 2012-01-03 11:10:14 +02:00
Sébastien Piquemal
59e6cd9892 merged master into experimental 2012-01-03 11:02:46 +02:00
Marko Tibold
ccbb536896 Merge remote-tracking branch 'upstream/master' 2012-01-02 21:17:12 +01:00
Marko Tibold
e0b82ce76d minor style edits 2012-01-02 21:16:44 +01:00
Tom Christie
17290b0beb Add 1.4 2012-01-02 18:39:55 +00:00
Tom Christie
48a79a99e3 Add 1.4. 2012-01-02 18:39:29 +00:00
Tom Christie
9f349ca6fe Rename examples in tox. 2012-01-02 18:37:41 +00:00
Tom Christie
1a72836edc Rename examples in tox. 2012-01-02 18:36:53 +00:00
Tom Christie
0b21af9388 Drop mercurial reference. 2012-01-02 18:31:46 +00:00
Marko Tibold
7a3d97a2fc :mod: directive is nicer here 2012-01-02 18:42:22 +01:00
Marko Tibold
9871532746 Added an example of how to use authentication and throttling. 2012-01-02 18:12:22 +01:00
Marko Tibold
412727440b Add an extra explenation on how to use curl on this view. 2012-01-02 14:55:19 +01:00
Marko Tibold
e419e2066f Colouring of literal code
Get the nice colouring sphinx provides and fix some more typos.
2011-12-30 19:03:05 +01:00
Marko Tibold
e44f182fcf typos 2011-12-30 18:52:15 +01:00
Marko Tibold
e82ab8ea31 Added a simple example of how to use urllib and urllib2 to interact
with an api.
2011-12-30 18:46:18 +01:00
Tom Christie
2394fc70d1 And add RequestContext too 2011-12-30 16:38:03 +00:00
Tom Christie
c81c0d843e Fixes #102 2011-12-30 16:30:55 +00:00
Tom Christie
fd449204c1 Fixup for epio 2011-12-30 15:51:06 +00:00
Marko Tibold
0bf89f267e Merge remote-tracking branch 'upstream/master' 2011-12-30 16:40:06 +01:00
Marko Tibold
b137b5ee56 Merge remote-tracking branch 'upstream/master' 2011-12-30 16:35:22 +01:00
Tom Christie
615e8d7e77 Added @yandy. Thanks! 2011-12-30 15:34:39 +00:00
Tom Christie
b8bfebc837 ep.io fixes 2011-12-30 15:33:14 +00:00
Tom Christie
904f197474 Replace field-errors with field_errors 2011-12-30 15:33:13 +00:00
Tom Christie
da42c4fe87 Merge pull request #101 from yandy/pub
change the key name "field-errors" to "field_errors".
2011-12-30 07:31:46 -08:00
Marko Tibold
28f1b027aa Merge remote-tracking branch 'origin/master' 2011-12-30 16:17:12 +01:00
Marko Tibold
b297325369 Merge remote-tracking branch 'upstream/master' 2011-12-30 16:14:39 +01:00
Marko Tibold
abf0ee8b97 some more refactoring and some style enhancements. Just committing
to stay in sync.
2011-12-30 16:13:24 +01:00
Marko Tibold
a1d31c8a3a drop linkchecking 2011-12-30 16:01:15 +01:00
Michael Ding
c7b9100f19 change the key name "field-errors" to "field_errors".
as "-" is not allowed as a part of key name in javascript
2011-12-30 22:52:01 +08:00
Tom Christie
ff9cb862d1 Keep it simple. 2011-12-30 13:06:57 +00:00
Marko Tibold
23979a9953 Added django 1.4 aplha 1. 2011-12-30 13:42:01 +01:00
Tom Christie
08a1fb9a70 Use 2.7, fool. 2011-12-30 12:21:33 +00:00
Marko Tibold
1b28339e5b Merge remote-tracking branch 'upstream/master' 2011-12-30 01:37:32 +01:00
Marko Tibold
91cee26ad8 Some initial refactoring of the docs. 2011-12-30 01:36:43 +01:00
Tom Christie
a0c4dca946 Version: 0.3.1-dev 2011-12-29 14:00:31 +00:00
Tom Christie
3cf6fab3d9 Version 0.3.0 2011-12-29 13:57:41 +00:00
Tom Christie
d87113ff60 For now just point the examples at rest.ep.io
Would be nice to keep the custom subdomain, but too much of a PITA
right now.
2011-12-29 13:54:39 +00:00
Tom Christie
833bcbf69d Added ekohl 2011-12-29 13:35:09 +00:00
Tom Christie
07349597ab whitespace fixes 2011-12-29 13:31:12 +00:00
Tom Christie
1bdc5eacc6 Add JSONP. Fixes #82 2011-12-29 13:24:52 +00:00
Marko Tibold
500b0dcddc Added epio configuration. 2011-12-24 13:18:48 +01:00