Commit Graph

  • 7c69d89d0b Merge 19bffc6b51 into 4e7805cb24 Marko Tibold 2012-10-31 13:46:53 -0700
  • 027c9079f6 PUT as create should return 201. Fixes #340. Tom Christie 2012-10-31 20:11:32 +0000
  • ff7725f05e added support for custom slug field and kwargs Stephan Groß 2012-10-31 15:30:01 +0100
  • 3a99170a73 Merge pull request #345 from minddust/master Tom Christie 2012-10-31 04:02:50 -0700
  • 20e7d21b1d Merge de2ef5d9c2 into 4b2139c91a Stephan Groß 2012-10-31 03:12:33 -0700
  • de2ef5d9c2 fixed typo Stephan Groß 2012-10-31 11:12:09 +0100
  • 4b2139c91a Merge pull request #344 from minddust/master Tom Christie 2012-10-31 02:45:23 -0700
  • 725ed15d7e Merge 7f7f0b6ffb into ecc55ca8f4 Stephan Groß 2012-10-31 02:42:37 -0700
  • 7f7f0b6ffb added missing semicolon Stephan Groß 2012-10-31 10:41:56 +0100
  • ecc55ca8f4 Added @asfaltboy. Thanks! Tom Christie 2012-10-31 09:39:32 +0000
  • a55dfaa488 Merge pull request #343 from asfaltboy/fix-docs Tom Christie 2012-10-31 02:32:54 -0700
  • 2dc6e5de68 Merge a3ace366db into 166025c0fc Pavel Savchenko 2012-10-30 15:40:30 -0700
  • a3ace366db using 'pk' in fields throws KeyError add missing imports Browsable API seems to be working fine with FBV's (2.0.0) removing snippets from the URI doesn't make sense remain consistent in using SnippetDetail Pavel Savchenko 2012-10-31 00:37:30 +0200
  • 9e9e667b07 Merge a33aa23484 into 166025c0fc Pavel Savchenko 2012-10-30 13:37:42 -0700
  • a33aa23484 using 'pk' in fields throws KeyError Pavel Savchenko 2012-10-30 22:00:01 +0200
  • 166025c0fc Package and doc tweaks Tom Christie 2012-10-30 14:48:21 +0000
  • 1b62efe45e Docs to django-rest-framework.org Tom Christie 2012-10-30 14:41:44 +0000
  • 555201a90f Update travis image to master Tom Christie 2012-10-30 14:37:07 +0000
  • 9b30dab4f7 Merge branch 'restframework2' into rest-framework-2-merge 2.0.0 Tom Christie 2012-10-30 14:32:31 +0000
  • 4e7805cb24 Make docs ready to push to django-rest-framework.org Tom Christie 2012-10-30 14:18:16 +0000
  • a13aaea78d Merge pull request #341 from minddust/restframework2 Tom Christie 2012-10-30 07:06:53 -0700
  • b6485e089d Merge 3216ac0224 into 4cdd0b845e Stephan Groß 2012-10-30 07:05:44 -0700
  • 4cdd0b845e Final docs tweaks for 2.0 Tom Christie 2012-10-30 13:59:31 +0000
  • 3216ac0224 added missing word + removed double whitespace Stephan Groß 2012-10-30 14:53:38 +0100
  • aa081678d5 added missing word Stephan Groß 2012-10-30 14:38:23 +0100
  • a967187b41 fixed typo Stephan Groß 2012-10-30 14:36:37 +0100
  • abf7f11619 fixed typo Stephan Groß 2012-10-30 14:11:36 +0100
  • bcfb46eedc removed empty row Stephan Groß 2012-10-30 14:02:12 +0100
  • 9aa3726009 fix ModelSerializer useage Stephan Groß 2012-10-30 13:50:07 +0100
  • 41ab18b13e Docs update Tom Christie 2012-10-30 12:23:17 +0000
  • 29bc52096a Docs tweaks for tutorial. Tom Christie 2012-10-30 11:55:02 +0000
  • cea907f172 Raise nicer exception if queryset not Set on writable related field. Refs: #338 Tom Christie 2012-10-30 11:10:23 +0000
  • 0047a46020 Merge fixes for 'blank=True' fields. Fixes #324, Fixes #325 Tom Christie 2012-10-30 11:03:03 +0000
  • 5670cb03bf Allow use of absolute URLs when deserializing hyperlinked fields Tom Christie 2012-10-30 10:49:01 +0000
  • 1b6fe9abb4 Hyperlinked serializer tests Tom Christie 2012-10-30 10:35:30 +0000
  • 51a53b497b Merge pull request #335 from tomchristie/related-field-as-instance Tom Christie 2012-10-30 03:32:55 -0700
  • 6ec0e7a55f Merge f4edd92566 into 5f0d4ef2fc Tom Christie 2012-10-30 03:32:38 -0700
  • 5f0d4ef2fc Update browser enhancments docs. Fixes #339. Tom Christie 2012-10-30 10:30:41 +0000
  • e5777a6168 Merge pull request #336 from markotibold/null_is_true_model_fields Tom Christie 2012-10-30 02:22:51 -0700
  • ccbb26ee63 Merge 2068595297 into 62ec3680dc Marko Tibold 2012-10-30 02:22:39 -0700
  • 62ec3680dc Merge pull request #337 from markotibold/typos Tom Christie 2012-10-30 02:22:32 -0700
  • 0a38e9a442 Merge 4d90bb4af4 into b6c90c0d68 Marko Tibold 2012-10-29 16:31:44 -0700
  • 4d90bb4af4 Fix some typos. Marko Tibold 2012-10-30 00:30:52 +0100
  • 2068595297 Set a ModelSerializer field to required=False if the ModelField has null=True set. Marko Tibold 2012-10-30 00:09:40 +0100
  • 6ccbdd10ad Adding failing tests that show null=True model fields are won't validate if their value is omitted. Marko Tibold 2012-10-30 00:03:24 +0100
  • 39052dc198 Merge 0955bae678 into b6c90c0d68 Roarster 2012-10-29 14:24:01 -0700
  • 0955bae678 Merge branch 'restframework2' of git://github.com/tomchristie/django-rest-framework into blank_field Ian Strachan 2012-10-29 21:23:36 +0000
  • 28ba8586ab #324 Fix for blank=True not being respected on CharField Ian Strachan 2012-10-29 21:23:24 +0000
  • 19bffc6b51 Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into patch Marko Tibold 2012-10-29 22:00:25 +0100
  • b6c90c0d68 Fix slug based put as create test Tom Christie 2012-10-29 17:20:06 +0000
  • 215edc5dfa Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2 Tom Christie 2012-10-29 17:09:01 +0000
  • d206c686a6 Fixes for urls with suffixes Tom Christie 2012-10-29 17:08:38 +0000
  • 343da8e3cf PUT as create should return 200 Tom Christie 2012-10-29 16:13:08 +0000
  • 6b6f0e682b Merge pull request #331 from markotibold/test_put_as_create Tom Christie 2012-10-29 09:11:32 -0700
  • 7e5b1501b5 Docs redirect Tom Christie 2012-10-29 15:26:48 +0000
  • af7bb2c111 Merge 1a16289ede into ee8ab283f0 Marko Tibold 2012-10-29 08:24:39 -0700
  • ee8ab283f0 Style tweaks Tom Christie 2012-10-29 14:41:33 +0000
  • 49f87cfbab Deal with None and missing values Tom Christie 2012-10-29 14:10:38 +0000
  • dfcb560f8f Fix up login styling Tom Christie 2012-10-29 13:57:46 +0000
  • 752f191a76 Fix breadcrumbs Tom Christie 2012-10-29 13:18:51 +0000
  • f4edd92566 Writable welated fields should return a model instance from .from_native(), not a pk Tom Christie 2012-10-29 12:51:21 +0000
  • cf77fd6964 Tweak Tom Christie 2012-10-29 09:10:04 +0000
  • 076ca51d6f Added @minddust. Thanks! Tom Christie 2012-10-29 08:53:12 +0000
  • ab5c28c5f9 Merge pull request #334 from minddust/restframework2 Tom Christie 2012-10-29 01:50:42 -0700
  • a92ee26c8e Merge 5865842019 into 0c71b4c100 Stephan Groß 2012-10-29 01:32:17 -0700
  • 5865842019 fixed api_view decorator useage Stephan Groß 2012-10-29 09:32:11 +0100
  • 2de89f2d53 remove empty rows Stephan Groß 2012-10-29 09:29:45 +0100
  • ff4804a360 fix api_view decorator useage Stephan Groß 2012-10-29 09:25:17 +0100
  • 73cf859e26 add missing whitespace Stephan Groß 2012-10-29 09:23:25 +0100
  • 741b387f35 fixed missplaced semicolon Stephan Groß 2012-10-29 09:22:20 +0100
  • 5164f5d797 fixed missplaced semicolon Stephan Groß 2012-10-29 09:21:27 +0100
  • 46e546ff23 fixed missplaced semicolon Stephan Groß 2012-10-29 09:20:14 +0100
  • 72f3a7e4a7 add missing semicolon Stephan Groß 2012-10-29 09:13:56 +0100
  • 842c8b4da4 add missing "`" for code formatting Stephan Groß 2012-10-29 09:12:21 +0100
  • 8d2774dc97 fixed api_view decorator useage Stephan Groß 2012-10-29 09:07:42 +0100
  • c6240f4514 removed empty row Stephan Groß 2012-10-29 08:58:29 +0100
  • 76db7d4c59 correct code indent Stephan Groß 2012-10-29 08:54:14 +0100
  • 0c71b4c100 Tweaks Tom Christie 2012-10-28 21:16:04 +0000
  • 411c95ea0e Tweaks Tom Christie 2012-10-28 20:54:12 +0000
  • bdd939f1f3 Remove unfinished sections from the index Tom Christie 2012-10-28 20:50:51 +0000
  • f2d6346776 Add initial explanatory paragraph Tom Christie 2012-10-28 20:50:37 +0000
  • de6908fbef Remove recursion detection Tom Christie 2012-10-28 20:50:14 +0000
  • 351382fe35 nested -> depth Tom Christie 2012-10-28 20:43:43 +0000
  • 6e4ab09aae readonly -> read_only Tom Christie 2012-10-28 20:21:45 +0000
  • 795f611663 Merge pull request #332 from tomchristie/tutorial-refactor Tom Christie 2012-10-28 13:18:51 -0700
  • 7daa3d4978 Merge 3906ff0df5 into 3d3df22d82 Tom Christie 2012-10-28 13:18:48 -0700
  • 3906ff0df5 Improve fields docs Tom Christie 2012-10-28 20:18:02 +0000
  • 1a16289ede Get the correct instance Marko Tibold 2012-10-28 20:56:48 +0100
  • 5bb6680376 test_put_as_create_on_id_based_url should check for a created-response. Marko Tibold 2012-10-28 20:45:42 +0100
  • 3d3df22d82 Merge pull request #330 from tomchristie/tutorial-refactor Tom Christie 2012-10-28 12:42:10 -0700
  • 0d783c1dce Merge db635fa632 into 1b2c235847 Tom Christie 2012-10-28 12:39:59 -0700
  • db635fa632 Minor fixes Tom Christie 2012-10-28 19:37:27 +0000
  • fde79376f3 Pastebin tutorial Tom Christie 2012-10-28 19:25:51 +0000
  • 1b2c235847 Merge pull request #327 from tomchristie/allow-any-permission Tom Christie 2012-10-28 12:10:12 -0700
  • bc99142c7d Added wo tests. One for PUTing on a non-existing id-based url. And another for PUTing on a non-existing slug-based url. Fix doctoring for 'test_put_cannot_set_id'. Marko Tibold 2012-10-28 19:35:50 +0100
  • 12c363c1fe TemplateHTMLRenderer, StaticHTMLRenderer Tom Christie 2012-10-28 18:12:56 +0000
  • f4e66a9504 First stab at supporting the PATCH method. Marko Tibold 2012-10-28 18:11:48 +0100
  • 26fb6ef416 Merge af96fe05d0 into 1eb56ebdd9 Tom Christie 2012-10-27 12:18:12 -0700
  • af96fe05d0 Add AllowAny class Tom Christie 2012-10-27 20:17:49 +0100
  • d995742afc Add AllowAny permission Tom Christie 2012-10-27 20:04:33 +0100