Commit Graph

  • d40aaf404a Remove tox Tom Christie 2012-08-29 19:57:06 +0100
  • eea2aa0437 Remove examples (to be moved to a seperate project) Tom Christie 2012-08-29 19:54:38 +0100
  • a1f1afd778 Merge branch 'master' of https://github.com/tomchristie/django-rest-framework 0.4.0 Tom Christie 2012-08-29 19:31:28 +0100
  • b93994c444 Version 0.4.0 Tom Christie 2012-08-29 19:27:01 +0100
  • eb407374f0 Don't pass an instance in to delete_instance, as it should be inferred Mjumbe Wawatu Poe 2012-08-28 16:10:05 -0400
  • ecd3733c5e Added serializers and fields Tom Christie 2012-08-28 15:46:38 +0100
  • 9ea12d1412 Tweak docstrings Tom Christie 2012-08-26 23:16:18 +0100
  • 73cc77553e Drop ImmediateResponse Tom Christie 2012-08-26 23:06:52 +0100
  • edd8f5963c Add status codes as per RFC 6585 Tom Christie 2012-08-26 22:37:21 +0100
  • 474780f9d6 Remove 405 method not allowed ImmediateResponse Tom Christie 2012-08-26 22:13:26 +0100
  • 3928802178 Remove 415 ImmediateResponse Tom Christie 2012-08-26 21:55:13 +0100
  • a07c615905 Add email kwarg to create_user for Django <1.4 compatibility (thanks @travisbot !) Mjumbe Wawatu Poe 2012-08-25 20:16:10 -0400
  • 8477f2f692 Pass the serializer kwargs into any related_serializers. Mjumbe Wawatu Poe 2012-08-25 20:08:35 -0400
  • b685a22f2c Add tests for the new functionality. Mjumbe Wawatu Poe 2012-08-25 19:36:55 -0400
  • 8f4590e834 - Move get_instance_data to the InstanceWriterMixin - Add comments to the InstanceReaderMixin and InstanceWriterMixin classes Mjumbe Wawatu Poe 2012-08-25 19:35:06 -0400
  • 2e7325910d Rename ExistingInstanceMixin to InstanceReaderMixin and EditInstanceMixin to InstanceWriterMixin. Mjumbe Wawatu Poe 2012-08-25 19:04:59 -0400
  • 2c91357b53 Move instance creation logic into the EditInstanceMixin. Mjumbe Wawatu Poe 2012-08-25 18:58:45 -0400
  • 8bc04317b0 Point build status at correct location Tom Christie 2012-08-26 00:43:35 +0200
  • 96dd1b50e6 Add travis image Tom Christie 2012-08-26 00:40:36 +0200
  • ec86841807 Add build status Tom Christie 2012-08-25 23:33:17 +0100
  • 7533c1027f Django 1.5 breaks test client form encoding Tom Christie 2012-08-25 23:26:23 +0100
  • 70d9c747e7 Drop examples tests from travis to keep number of configurations sane Tom Christie 2012-08-25 22:24:24 +0100
  • eeed7f7cca Update url tag Tom Christie 2012-08-25 22:12:23 +0100
  • 03c6ccb45f Adding django 1.5 support mean dropping 1.2 support (no easy way to support url tag) and python 2.5 Tom Christie 2012-08-25 22:09:47 +0100
  • 1a2186cd6e Make template url tags 1.5 compatible Tom Christie 2012-08-25 22:00:21 +0100
  • 9449dcdd06 Quote urls in templates Tom Christie 2012-08-25 20:37:20 +0100
  • 9d5f37d9b6 Drop 2.5 testing from travis - not compatible with Django 1.5 Tom Christie 2012-08-25 20:13:43 +0100
  • 46ecf8d86f Travis CI Tom Christie 2012-08-25 20:07:53 +0100
  • ffb0035ab8 Merge 58c15068c4 into 00d3aa21ba Marko Tibold 2012-08-25 11:59:23 -0700
  • 120402306c Merge 81a306d5fc into 00d3aa21ba David Guaraglia 2012-08-25 11:56:26 -0700
  • 00d3aa21ba Updated sandbox links Tom Christie 2012-08-25 19:53:10 +0100
  • 7d70948f9b Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2012-08-25 19:19:07 +0100
  • 3cef6bd02c PUT returns a 201 status when instance was created. Mjumbe Wawatu Poe 2012-08-25 10:54:21 -0400
  • 1c28562397 Removing 403 immediate response Tom Christie 2012-08-25 13:43:28 +0100
  • 26831df88e Add ParseError (Removing ImmediateResponse) Tom Christie 2012-08-25 13:27:55 +0100
  • ef952c9b05 Have Serializer.serialize take a generic **kwargs dict, and BaseResource.serialize take a request. Mjumbe Wawatu Poe 2012-08-25 01:45:14 -0400
  • 912a897e2d Add a method to cache the model mixin. Mjumbe Wawatu Poe 2012-08-25 01:15:59 -0400
  • 239d8c6c4d Point Live examples to heroku. Marko Tibold 2012-08-25 04:02:12 +0300
  • 58c15068c4 Trigger ci Marko Tibold 2012-08-25 01:04:40 +0200
  • 81a306d5fc Update djangorestframework/views.py David Guaraglia 2012-08-24 14:16:54 -0700
  • aed26b218e Drop out resources & mixins Tom Christie 2012-08-24 22:11:00 +0100
  • 87b363f7bc Remove PermissionsMixin Tom Christie 2012-08-24 20:57:10 +0100
  • 4e4584a01a Remove RequestMixinx / ReponseMixin Tom Christie 2012-08-24 20:50:24 +0100
  • 7557777c66 Merge branch 'master' of https://github.com/tomchristie/django-rest-framework Tom Christie 2012-08-24 16:06:23 +0100
  • 372e945097 Fix broken example Tom Christie 2012-08-24 16:04:11 +0100
  • ce1a82ee28 Fix typo. Marko Tibold 2012-08-24 09:50:40 +0200
  • 31affbf4ed Trigger ci. Marko Tibold 2012-08-24 09:28:50 +0200
  • 77862832df Update conf. Marko Tibold 2012-08-24 00:26:29 +0200
  • 38c2f6c5be Show live build status in read me file. Marko Tibold 2012-08-24 00:23:13 +0200
  • 128231ddfe Use quotes around envvar that will be used for script running. Marko Tibold 2012-08-23 23:40:54 +0200
  • 58741bb669 Trigger build. Marko Tibold 2012-08-23 23:27:53 +0200
  • 7a90704f9f Should be at test coverage where we left off with tox. Marko Tibold 2012-08-23 23:23:35 +0200
  • af7214f86a whoops. Marko Tibold 2012-08-23 23:16:51 +0200
  • 44a5fa11ac Include examples tests. Drop epio and fox config files. Marko Tibold 2012-08-23 23:14:37 +0200
  • 1342b1a69c Cloning takes way too long so just download the zip ball. Marko Tibold 2012-08-23 22:58:53 +0200
  • 0ffa411edf Pull django straight from github. Marko Tibold 2012-08-23 22:55:51 +0200
  • 686211ee30 Tweak travis settings. Marko Tibold 2012-08-23 22:26:51 +0200
  • b6517fcf3a Commit to trigger Travis-ci. Marko Tibold 2012-08-23 22:04:25 +0200
  • ededfd5581 Merge 314c08bfa1 into db7d15d5d1 Λlisue 2012-08-23 04:30:41 -0700
  • e0e7a394ab Merge b474c275b7 into db7d15d5d1 Camille Harang 2012-08-23 04:26:21 -0700
  • db7d15d5d1 Merge pull request #181 from flashingpumpkin/master Tom Christie 2012-08-23 04:15:41 -0700
  • 86c11e97e8 Merge 2e74d379e4 into acbc2d1768 Doug Tabuchi 2012-08-21 15:27:25 -0700
  • 0fe6f8d3f1 Merge 2f9775c12d into acbc2d1768 Alen Mujezinovic 2012-08-21 15:27:17 -0700
  • acbc2d1768 Added @pilt - Thanks! Tom Christie 2012-08-21 17:39:40 +0200
  • ee77e871b2 Merge pull request #236 from Memoto/master Tom Christie 2012-08-21 08:38:49 -0700
  • 7edb97996c Merge abd3c7b46d into e9f67d3afc Simon Pantzare 2012-08-21 08:37:40 -0700
  • 12a05d4526 Merge 7f46251f7d into e9f67d3afc Gustavo Andrés Angulo 2012-08-21 07:59:17 -0700
  • e9f67d3afc Update AUTHORS Tom Christie 2012-08-21 10:40:43 +0200
  • 8898111611 Merge pull request #224 from ralphje/master Tom Christie 2012-08-21 01:38:21 -0700
  • b438d2da54 Merge 0e3a2e6fdd into 21b5601d3b Ralph Broenink 2012-08-21 01:38:06 -0700
  • 21b5601d3b Merge pull request #229 from max-arnold/228-runtime-head Tom Christie 2012-08-21 01:37:20 -0700
  • 7c70411cd2 Merge 650c04662d into cb7a815560 Max Arnold 2012-08-21 01:36:46 -0700
  • 2f9775c12d Don't ever return the normal serializer again. Alen Mujezinovic 2012-08-13 15:58:23 +0100
  • bacedef4da Merge pull request #1 from tomchristie/master pombredanne 2012-08-13 05:24:23 -0700
  • abd3c7b46d Allow template to be set on views Simon Pantzare 2012-08-10 19:32:55 +0200
  • b474c275b7 moved mixin's get_query_kwargs to get_query_args to allow the use of django.db.models.Q which is only callable as *args, not **kwargs. Camille Harang 2012-08-08 21:04:49 +0200
  • cb7a815560 Added @yetist Tom Christie 2012-07-28 21:50:58 +0200
  • 6dff0480f9 Merge pull request #234 from yetist/master Tom Christie 2012-07-28 12:49:55 -0700
  • 510ea6b1a7 Merge 2deb31d096 into b1fca03089 yetist 2012-07-26 21:09:50 -0700
  • 2deb31d096 support utf8 description yetist 2012-07-27 11:39:24 +0800
  • 7f46251f7d Added the user in the request for BasicAuthentication, this allow the use of request.user in the views Gustavo Andrés Angulo 2012-07-18 20:06:10 -0500
  • e3f063f7fd Merge 035bd25dcf into b1fca03089 GitHub Merge Button 2012-07-12 23:48:55 -0700
  • 8253db67cc No fitler description if no filter_fields defined. Camille Harang 2012-07-13 00:13:06 +0200
  • 7937546177 FilterMixin Camille Harang 2012-07-12 19:47:17 +0200
  • 650c04662d remove remaining head() method Max Arnold 2012-07-12 23:13:04 +0700
  • fe262ef353 patch View.head() only for django < 1.4 Max Arnold 2012-07-12 23:12:09 +0700
  • 36686cad13 add View.head() method at runtime (should fix AttributeError: object has no attribute 'get') Max Arnold 2012-07-12 22:40:24 +0700
  • b1fca03089 Merge pull request #227 from mammique/filter Tom Christie 2012-07-12 08:16:19 -0700
  • 260f8b7903 Merge b0004c4398 into 1f9a8e10e5 GitHub Merge Button 2012-07-12 06:14:43 -0700
  • b0004c4398 add_query_param should preserve previous querystring Camille Harang 2012-07-12 15:07:04 +0200
  • 0e3a2e6fdd Modify mixins.py to make sure that the 415 (Unsupported Media Type) returns its error in the 'detail' key instead of in the 'error' key (for consistency with all other errors). Ralph Broenink 2012-07-06 15:43:02 +0300
  • 035bd25dcf Adding BasicAuthentication.extract_credentials() Mike Fogel 2012-07-05 16:30:36 -0700
  • 1f9a8e10e5 Added Adam Ness. Thanks! Tom Christie 2012-07-03 12:44:13 +0200
  • 17532310a2 Merge pull request #223 from greylurk/ie-headers Tom Christie 2012-07-03 03:42:06 -0700
  • 3c915be447 Merge 73be041c47 into 11147ce13e GitHub Merge Button 2012-07-02 20:41:07 -0700
  • 73be041c47 Patch to enable Accept headers in Internet Explorer when an Ajax Library on the client (i.e. jQuery) is sending an XMLHttpRequest Adam Ness 2012-07-02 20:32:42 -0700
  • 0520bc0985 Merge 79f3de9532 into 11147ce13e GitHub Merge Button 2012-07-02 20:03:07 -0700
  • 79f3de9532 Patch to enable Accept headers in Internet Explorer when an Ajax Library on the client (i.e. jQuery) is sending an XMLHttpRequest Adam Ness 2012-07-02 20:00:07 -0700
  • 5311cc1012 Merge branch 'master' of git://github.com/tomchristie/django-rest-framework Adam Ness 2012-07-02 18:44:00 -0700
  • 231b30548b Use the get_queryset from a resource if available Sean C. Farley 2012-06-29 16:11:43 -0400