Commit Graph

  • 289e421543 Add Michele's full name. Marko Tibold 2012-01-29 13:46:04 +0100
  • f115be29e0 Latest changelog. Tom Christie 2012-01-28 19:10:07 +0000
  • c0674e36d4 Drop implicit 'pk' on last arg in urlconf. (Too magical). Tom Christie 2012-01-28 19:06:40 +0000
  • 765ec0b76e Use staticfiles for serving css. Fixes #116. Tom Christie 2012-01-28 18:53:55 +0000
  • f34ed6d1f3 0.3.2 Release notes Tom Christie 2012-01-28 17:45:13 +0000
  • 22ee89f0f3 Tidy up auto-escaping. Tom Christie 2012-01-28 14:38:06 +0000
  • bbfa404e46 Fix silly error. This makes more sense. Marko Tibold 2012-01-28 15:27:06 +0100
  • cc226e7e67 moving forward Marko Tibold 2012-01-28 14:06:34 +0100
  • a9e0159481 prepare for tagging 0.3.2 Marko Tibold 2012-01-28 13:38:29 +0100
  • 76a8c11cf1 Preparing release notes for taggging and uploading to pypi. Marko Tibold 2012-01-28 13:37:47 +0100
  • 7af16dc762 Thanks @michelelazzzeri-nextage, if you give your full name, it will be listed here explicitly. Marko Tibold 2012-01-28 12:47:16 +0100
  • cb6f62b2af fixes #146 Marko Tibold 2012-01-27 20:45:53 +0100
  • dd680d7a0a Added get_renderers method to ResponseMixin Alen Mujezinovic 2012-01-27 12:56:05 +0000
  • c1fe5da85f Refactoring get_name/get_description Tom Christie 2012-01-25 20:39:01 +0000
  • f5e54c7c32 Merge remote-tracking branch 'btimby/description' Tom Christie 2012-01-25 19:53:04 +0000
  • 152c385f4d enhanced request how-to + example Sébastien Piquemal 2012-01-25 00:11:54 +0200
  • 4ceebda9e6 Merge d3ec860dd1 into 2c3f03c7cb GitHub Merge Button 2012-01-24 14:04:25 -0800
  • 2c3f03c7cb No longer nameless Tom Christie 2012-01-24 22:04:22 +0000
  • 25baa578f9 Added @btimby Tom Christie 2012-01-24 20:27:22 +0000
  • df07616c6c Merge pull request #144 from btimby/master Tom Christie 2012-01-24 12:25:32 -0800
  • 1072ce2733 Merge 54caf6d7ba into 9ce864e63b GitHub Merge Button 2012-01-24 11:39:31 -0800
  • d3ec860dd1 Modified test case to pass regardless of JSON library Ben Timby 2012-01-24 14:36:34 -0500
  • 54caf6d7ba Modified test case to pass regardless of JSON library Ben Timby 2012-01-24 14:34:29 -0500
  • 9ce864e63b Cleanup authentication example Tom Christie 2012-01-24 19:27:18 +0000
  • 1d9f24f60d Fix UserLoggedInAuthentication for POST requests. Tom Christie 2012-01-24 19:26:37 +0000
  • 714a90d755 documentation for request module Sébastien Piquemal 2012-01-24 21:21:10 +0200
  • 049d417ebc Reverted formatting Ben Timby 2012-01-24 14:11:10 -0500
  • b280908766 Merge 0e085364fd into 863bbe7684 GitHub Merge Button 2012-01-24 10:13:12 -0800
  • 863bbe7684 Parse url when adding query param. Tom Christie 2012-01-24 18:13:01 +0000
  • f21107396a Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2012-01-24 17:53:59 +0000
  • 27590fea8b Drop redundant comment. Tom Christie 2012-01-24 17:53:54 +0000
  • 8b72b7bf92 corrected request example Sébastien Piquemal 2012-01-24 19:16:41 +0200
  • 7fa3a214fb Refactored get_name()/get_description() Ben Timby 2012-01-23 13:32:37 -0500
  • 7687063339 Merge 2d8739115c into 2dfc048e6f GitHub Merge Button 2012-01-23 10:19:44 -0800
  • 2d8739115c Fix for testcase test_with_content_type_args Ben Timby 2012-01-23 13:18:38 -0500
  • 769daf4001 Merge 5a529a6439 into 2dfc048e6f GitHub Merge Button 2012-01-23 09:59:31 -0800
  • 5a529a6439 Fix for failing test case. Ben Timby 2012-01-23 12:59:22 -0500
  • 64cca06dbd Revert "Implement docstring rendering for HTTP methods. Refactored get_name/get_description to use View methods for overriding." Ben Timby 2012-01-23 12:07:50 -0500
  • 8bb427537c Docstring tidy up Tom Christie 2012-01-23 09:06:30 +0000
  • 2dfc048e6f Update README.rst Tom Christie 2012-01-22 20:47:01 +0000
  • e362344fbd Fix tests to work on all supported configurations. Tom Christie 2012-01-22 20:19:34 +0000
  • ab0b72a7c1 .DATA, .FILES, overloaded HTTP method, content type and content available directly on the request - see #128 Sébastien Piquemal 2012-01-22 21:28:34 +0200
  • d1ce9d3914 More consistent comment style. Tom Christie 2012-01-21 18:36:25 +0000
  • dea4a45ec7 pep8/pyflakes cleanup Tom Christie 2012-01-21 18:33:34 +0000
  • a851294d05 get_ordering/get_queryset refactoring Tom Christie 2012-01-21 18:24:10 +0000
  • add6c88a26 Merge https://github.com/mjumbewu/django-rest-framework Tom Christie 2012-01-21 17:58:06 +0000
  • f0cab7f48a Merge 539bbdf372 into c94423151b GitHub Merge Button 2012-01-21 09:55:47 -0800
  • c94423151b Drop short status codes. Tom Christie 2012-01-21 17:55:25 +0000
  • a99a449c88 Add test for PUT with session auth+csrf Tom Christie 2012-01-11 17:22:56 +0000
  • 7a87fc87c2 Merge pull request #138 from mjumbewu/feature/admin_static_files Tom Christie 2012-01-21 02:39:02 -0800
  • ab5d8ad487 Merge 26c1558e0f into bf8fe66f44 GitHub Merge Button 2012-01-21 02:07:37 -0800
  • bf8fe66f44 Fix .delete on object store example. Tom Christie 2012-01-21 10:07:33 +0000
  • 417eacb2ed Add a get_object method to the ModelMixin, and tests Mjumbe Wawatu Poe 2012-01-20 13:05:44 -0500
  • 26c1558e0f Update the admin static files to handle the latest version of admin Mjumbe Wawatu Poe 2012-01-20 10:53:30 -0500
  • d7f8d50918 Add HeaderGetter to render request/response headers. Ben Timby 2012-01-19 17:28:26 -0500
  • 1db6b7cae4 Implement docstring rendering for HTTP methods. Refactored get_name/get_description to use View methods for overriding. Ben Timby 2012-01-19 15:07:24 -0500
  • a8ed7f9189 Merge pull request #130 from flashingpumpkin/master Tom Christie 2012-01-19 10:55:31 -0800
  • 2775004050 Merge 4e52ce4d33 into 868f7bd7dc GitHub Merge Button 2012-01-19 10:54:21 -0800
  • 868f7bd7dc Added @bunchesofdonald. Thanks! Tom Christie 2012-01-19 18:54:18 +0000
  • dafda87a5c Merge pull request #135 from bunchesofdonald/master Tom Christie 2012-01-19 10:53:00 -0800
  • 4e52ce4d33 Turns out it was self.fields Alen Mujezinovic 2012-01-19 18:45:19 +0000
  • 8872272a26 Merge 338e77837c into 0a5ca000ed GitHub Merge Button 2012-01-19 10:05:46 -0800
  • 338e77837c Added get_queryset method to ListModelMixin. Chris Pickett 2012-01-19 12:56:09 -0500
  • ec5badf739 Renamed unknown_form_fields to allow_unknown_form_fields Alen Mujezinovic 2012-01-19 15:52:26 +0000
  • 5983b14e0a Merge 0a5ca000ed into 5f4096ca28 GitHub Merge Button 2012-01-18 20:01:30 -0800
  • 0a5ca000ed Docstring/whitespace fixes. Ben Timby 2012-01-18 22:59:30 -0500
  • 167dce008c Documentation error. Alen Mujezinovic 2012-01-17 11:08:44 +0000
  • 0a167a54fd Added an additional attribute unknown_form_fields to FormResource Alen Mujezinovic 2012-01-17 10:58:42 +0000
  • 6459b929f5 Improved comments to better explain the need for auto-completion Lars Wiegman 2012-01-14 15:04:08 +0100
  • aac479c48b Added an exception to only auto-complete field when whe're creating new objects, during POST methods. Lars Wiegman 2012-01-14 14:26:28 +0100
  • 5f4096ca28 py25, py26 along with Django12 can't handle assertDictEqual (it was introduced in py27) Marko Tibold 2012-01-13 23:01:16 +0100
  • 905dd2ed9d Got rid of more duplicate tests and put back the tests for #122. Marko Tibold 2012-01-13 21:57:49 +0100
  • c204101563 Merge pull request #125 from michelelazzeri-nextage/master Marko Tibold 2012-01-13 12:36:02 -0800
  • 5fb50c35e5 Autocompleet fields if they have a default value set in the model. Otherwise, what's the point of having a default value in the model if they aren't used during form validation. A better place for this would be in Django forms or db module. Lars Wiegman 2012-01-13 18:54:55 +0100
  • f25e382afa Merge 21776c0de2 into c71b6fb090 GitHub Merge Button 2012-01-13 01:13:47 -0800
  • 21776c0de2 split renderer and parser complex data test case Michele Lazzeri 2012-01-13 10:11:34 +0100
  • 1bec6f2d5e add testcate XMLRendererTestCase.test_render_and_parse_complex_data Michele Lazzeri 2012-01-12 18:04:18 +0100
  • 2966c34352 correct complex data xml parsing Michele Lazzeri 2012-01-12 13:28:32 +0100
  • 6b3792aef2 recursive xml parsing Michele Lazzeri 2012-01-11 19:37:43 +0100
  • 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