Commit Graph

  • 97c5262e9c Refactor add_query_param to use URLObject. Refs #112. Tom Christie 2012-01-11 13:50:43 +0000
  • c8134a6340 Replace tab with spaces. Tom Christie 2012-01-11 13:44:11 +0000
  • b1105edfed Use safe_dump. Fixes #123. Tom Christie 2012-01-11 13:43:47 +0000
  • 3f4318ab98 Merge 42cda616da into 365703e1bb GitHub Merge Button 2012-01-11 02:14:02 -0800
  • 365703e1bb Use safe_dump. Fixes #123. Tom Christie 2012-01-11 10:13:49 +0000
  • 6bdacdfcf0 Replace tab with spaces. Tom Christie 2012-01-11 10:11:18 +0000
  • aaa14a3e17 fixes #122 Marko Tibold 2012-01-11 10:27:14 +0100
  • 86b1495cad QueryMixin to ModelMixin rename. Sebastian Żurek 2012-01-10 21:42:50 +0100
  • 792bc4d608 fixed issue#73 and added a test Sébastien Piquemal 2012-01-10 20:38:01 +0200
  • 35ba2fc65b Merge branch 'master' of https://github.com/dzen/django-rest-framework Benoit C 2012-01-10 00:25:33 +0100
  • 96e91f5841 Add test for final() method Benoit C 2012-01-10 00:23:19 +0100
  • 4ab67e789e Introduce a final methods in View class Benoit C 2012-01-09 21:09:38 +0100
  • 94f24e2e2f Introduce a final methods in View class Benoit C 2012-01-09 21:09:38 +0100
  • 42cda616da made the BaseResource more interface-y (no implemented method) + added 'queryset' parameter for ModelListView Sébastien Piquemal 2012-01-09 20:11:00 +0200
  • 89e1cae28e better Resource.get_model and Resource.get_queryset methods (directly inspired from generic.DetailView) Sébastien Piquemal 2012-01-09 20:05:55 +0200
  • 3a52c213f9 made changes requested by Tom. In resources : removed decorators, and 'request' parameter from the crud methods Sébastien Piquemal 2012-01-09 20:00:18 +0200
  • 539bbdf372 Added RequestFormMixin Jens Alm 2012-01-09 16:28:35 +0100
  • 0d64b4a704 Make a nested if flat Ewoud Kohl van Wijngaarden 2012-01-09 15:56:41 +0100
  • 0e085364fd Fix 403 for POST and PUT from the UI with UserLoggedInAuthentication Petri Lehtinen 2012-01-09 10:37:03 +0200
  • 10adf4c31a QueryMixin class updates (comments + docs and the definition of get_instance_data method) Sebastian Żurek 2012-01-08 23:08:00 +0100
  • b17f159de7 replaced resource property by 'get_resource' method Sébastien Piquemal 2012-01-06 16:15:15 +0200
  • e96666fa44 bug fix Sébastien Piquemal 2012-01-06 15:47:03 +0200
  • d1c217523b Start separating out serializers Tom Christie 2012-01-06 13:26:21 +0000
  • 587c890ef1 made some changes according to Tom's comments Sébastien Piquemal 2012-01-06 00:02:59 +0200
  • 745e6f3386 removed request parameter from resource methods Sébastien Piquemal 2012-01-05 23:13:17 +0200
  • ae48937334 resources: bug fix + better error messages Sébastien Piquemal 2012-01-05 22:52:28 +0200
  • 36b89cd367 resources : bug fix + better error messages Sébastien Piquemal 2012-01-05 22:28:51 +0200
  • 6305033373 Separate out SerializerMixin Tom Christie 2012-01-05 18:24:47 +0000
  • aaea2f26bc Fix broken renderer test Tom Christie 2012-01-05 18:08:47 +0000
  • e341d0d381 Merge branch 'experimental' of https://github.com/sebpiq/django-rest-framework into experimental Tom Christie 2012-01-05 18:02:52 +0000
  • e712ab0ba1 Added URLObject Tom Christie 2012-01-05 16:13:41 +0000
  • f5a4fc9747 Merge pull request #111 from j4mie/url-generation Tom Christie 2012-01-05 07:32:24 -0800
  • a48c1e31bb Merge 18535c7a38 into b745d0c2f4 GitHub Merge Button 2012-01-05 06:16:52 -0800
  • 18535c7a38 Preserve existing query params in PaginatorMixin Jamie Matthews 2012-01-05 14:07:31 +0000
  • b745d0c2f4 Merge pull request #109 from jakul/bare_except_stmts Marko Tibold 2012-01-04 10:19:40 -0800
  • 7d77aa53b5 Merge 46e4ba258f into be11336dd9 GitHub Merge Button 2012-01-04 10:09:15 -0800
  • 46e4ba258f #75 remove except statements which are overly broad in the exception they catch Craig Blaszczyk 2012-01-04 18:05:12 +0000
  • be11336dd9 Twitter handle Tom Christie 2012-01-04 15:49:35 +0000
  • 30d881e215 Don't raise when in compat mode, just pass. Marko Tibold 2012-01-04 13:55:37 +0100
  • 1f6e3429e4 Fix indentation Marko Tibold 2012-01-04 12:23:12 +0100
  • 47e4f0d37d We can now use @unittests.skip Marko Tibold 2012-01-04 11:58:22 +0100
  • 591bb630d7 0.3.2-dev Tom Christie 2012-01-04 09:52:06 +0000
  • 53921c5c0c Added @natim, @mjumbewu - Thanks :) 0.3.1 Tom Christie 2012-01-04 09:50:14 +0000
  • 98c563032d Version 0.3.1 Tom Christie 2012-01-04 09:44:38 +0000
  • 65e324bc19 Merge pull request #108 from mjumbewu/patch-1 Tom Christie 2012-01-04 01:42:05 -0800
  • 49015a7c79 Merge 7b6c56a73b into ccbb536896 GitHub Merge Button 2012-01-04 01:24:47 -0800
  • 7b6c56a73b Only set the script_prefix if the prefix isn't already a full URL. Mjumbe Poe 2012-01-04 04:18:51 -0500
  • 926059dad6 new-style resources + tests Sébastien Piquemal 2012-01-03 19:17:25 +0200
  • 9ad25cbdcd Merge pull request #105 from sebpiq/experimental Tom Christie 2012-01-03 02:00:06 -0800
  • d987b745f9 started resource-agnostic views Sébastien Piquemal 2012-01-03 11:59:56 +0200
  • b47b835a1a Merge 9dbe8b646e into a32eb50bae GitHub Merge Button 2012-01-03 01:14:45 -0800
  • 102d7cd89b Merge 9dbe8b646e into ccbb536896 GitHub Merge Button 2012-01-03 01:12:26 -0800
  • 9dbe8b646e ran the tests and made some corrections to the merging Sébastien Piquemal 2012-01-03 11:10:14 +0200
  • 59e6cd9892 merged master into experimental Sébastien Piquemal 2012-01-03 11:02:46 +0200
  • abc7439f8d QueryMixin created + related mixins updates Sebastian Żurek 2012-01-03 09:55:12 +0100
  • ccbb536896 Merge remote-tracking branch 'upstream/master' Marko Tibold 2012-01-02 21:17:12 +0100
  • e0b82ce76d minor style edits Marko Tibold 2012-01-02 21:16:44 +0100
  • 17290b0beb Add 1.4 Tom Christie 2012-01-02 18:39:55 +0000
  • 48a79a99e3 Add 1.4. Tom Christie 2012-01-02 18:39:29 +0000
  • 9f349ca6fe Rename examples in tox. Tom Christie 2012-01-02 18:37:41 +0000
  • 1a72836edc Rename examples in tox. Tom Christie 2012-01-02 18:36:53 +0000
  • 0b21af9388 Drop mercurial reference. Tom Christie 2012-01-02 18:31:46 +0000
  • 7a3d97a2fc :mod: directive is nicer here Marko Tibold 2012-01-02 18:42:22 +0100
  • 9871532746 Added an example of how to use authentication and throttling. Marko Tibold 2012-01-02 18:12:22 +0100
  • 412727440b Add an extra explenation on how to use curl on this view. Marko Tibold 2012-01-02 14:55:19 +0100
  • e419e2066f Colouring of literal code Marko Tibold 2011-12-30 19:03:05 +0100
  • e44f182fcf typos Marko Tibold 2011-12-30 18:52:15 +0100
  • e82ab8ea31 Added a simple example of how to use urllib and urllib2 to interact with an api. Marko Tibold 2011-12-30 18:46:18 +0100
  • 2394fc70d1 And add RequestContext too Tom Christie 2011-12-30 16:38:03 +0000
  • c81c0d843e Fixes #102 Tom Christie 2011-12-30 16:30:55 +0000
  • fd449204c1 Fixup for epio Tom Christie 2011-12-30 15:51:00 +0000
  • 0bf89f267e Merge remote-tracking branch 'upstream/master' Marko Tibold 2011-12-30 16:40:06 +0100
  • b137b5ee56 Merge remote-tracking branch 'upstream/master' Marko Tibold 2011-12-30 16:35:22 +0100
  • 615e8d7e77 Added @yandy. Thanks! Tom Christie 2011-12-30 15:34:39 +0000
  • b8bfebc837 ep.io fixes Tom Christie 2011-12-30 15:33:08 +0000
  • 904f197474 Replace field-errors with field_errors Tom Christie 2011-12-30 15:32:49 +0000
  • da42c4fe87 Merge pull request #101 from yandy/pub Tom Christie 2011-12-30 07:31:46 -0800
  • 28f1b027aa Merge remote-tracking branch 'origin/master' Marko Tibold 2011-12-30 16:17:12 +0100
  • b297325369 Merge remote-tracking branch 'upstream/master' Marko Tibold 2011-12-30 16:14:39 +0100
  • abf0ee8b97 some more refactoring and some style enhancements. Just committing to stay in sync. Marko Tibold 2011-12-30 16:13:24 +0100
  • a1d31c8a3a drop linkchecking Marko Tibold 2011-12-30 16:01:15 +0100
  • 3b516cb16c Merge c7b9100f19 into ff9cb862d1 GitHub Merge Button 2011-12-30 06:58:14 -0800
  • c7b9100f19 change the key name "field-errors" to "field_errors". as "-" is not allowed as a part of key name in javascript Michael Ding 2011-12-30 22:52:01 +0800
  • ff9cb862d1 Keep it simple. Tom Christie 2011-12-30 13:06:57 +0000
  • 23979a9953 Added django 1.4 aplha 1. Marko Tibold 2011-12-30 13:42:01 +0100
  • 08a1fb9a70 Use 2.7, fool. Tom Christie 2011-12-30 12:21:33 +0000
  • 1b28339e5b Merge remote-tracking branch 'upstream/master' Marko Tibold 2011-12-30 01:37:32 +0100
  • 91cee26ad8 Some initial refactoring of the docs. Marko Tibold 2011-12-30 01:36:43 +0100
  • a0c4dca946 Version: 0.3.1-dev Tom Christie 2011-12-29 14:00:31 +0000
  • 3cf6fab3d9 Version 0.3.0 0.3.0 Tom Christie 2011-12-29 13:57:41 +0000
  • d87113ff60 For now just point the examples at rest.ep.io Tom Christie 2011-12-29 13:54:13 +0000
  • 833bcbf69d Added ekohl Tom Christie 2011-12-29 13:35:09 +0000
  • 07349597ab whitespace fixes Tom Christie 2011-12-29 13:31:12 +0000
  • 1bdc5eacc6 Add JSONP. Fixes #82 Tom Christie 2011-12-29 13:24:52 +0000
  • 500b0dcddc Added epio configuration. Marko Tibold 2011-12-24 13:18:48 +0100
  • e9bebe3d1d remove unused library Craig Blaszczyk 2011-12-22 11:55:08 +0000
  • c213ae21a6 rename DjangoRestFrameworkApi to Api; update Api to be more extendible; add some more tests Craig Blaszczyk 2011-12-22 11:52:23 +0000
  • ee4cba9081 Add CI link. Tom Christie 2011-12-22 10:30:13 +0000
  • 1096e06c2d set linkcheck_timeout to very large, to prevent timeouts on the CI. Marko Tibold 2011-12-21 02:23:26 +0100
  • 6e6dc21376 Fix version test. Tom Christie 2011-12-21 00:52:41 +0000