Commit Graph

  • 1664bc7b91 recursive xml parsing Michele Lazzeri 2012-01-11 19:36:43 +0100
  • 27d22cff6c Revert "update author" Michele Lazzeri 2012-01-11 19:34:08 +0100
  • ab83a2faae recursive xml parsing Michele Lazzeri 2012-01-11 19:31:08 +0100
  • ad7d921e86 Revert "update author" Michele Lazzeri 2012-01-11 19:29:48 +0100
  • f461acbaf2 update author Michele Lazzeri 2012-01-11 18:58:43 +0100
  • c71b6fb090 Replace 'x.has_key(y)' with 'y in x' Tom Christie 2012-01-11 16:43:04 +0000
  • ed8b296e75 Added test_ugettext_lazy test. Refs #87. Tom Christie 2012-01-11 16:16:22 +0000
  • c995ab397c Made suggested cleanups. Refs #121. Tom Christie 2012-01-11 14:56:12 +0000
  • e8ddbf435c Merge pull request #121 from sebpiq/issue-73 Tom Christie 2012-01-11 06:53:32 -0800
  • fb4f1a8f50 Merge 792bc4d608 into 840845e9ef GitHub Merge Button 2012-01-11 06:49:34 -0800
  • 840845e9ef Added @dzen. Thanks! Tom Christie 2012-01-11 14:49:32 +0000
  • 42563d9fbc Remove explicit handling of 'OPTIONS' method, just raise the response, rather than returning it. Tom Christie 2012-01-11 14:48:22 +0000
  • ac51210594 Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2012-01-11 14:42:21 +0000
  • 4c438f9f4d Some minor tidy up Tom Christie 2012-01-11 14:42:16 +0000
  • b522cc8e51 Merge https://github.com/dzen/django-rest-framework Tom Christie 2012-01-11 14:37:25 +0000
  • fade531d2c Merge 35ba2fc65b into 2d3c32d322 GitHub Merge Button 2012-01-11 06:09:33 -0800
  • 2d3c32d322 Added @sebzur - Thanks! Tom Christie 2012-01-11 14:09:31 +0000
  • 0cfe2acdef Minor cleanup on ModelMixin Tom Christie 2012-01-11 14:07:33 +0000
  • dacc9c0ff7 Merge https://github.com/sebzur/django-rest-framework Tom Christie 2012-01-11 13:54:44 +0000
  • e6afd26a52 Merge 86b1495cad into 97c5262e9c GitHub Merge Button 2012-01-11 05:50:51 -0800
  • 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