Commit Graph

  • 965422f8dc Add favicon Tom Christie 2012-10-05 15:26:53 +0100
  • 9ac6fcf19c Add favicon to docs Tom Christie 2012-10-05 15:26:15 +0100
  • 84958d131a Doc style tweaks Tom Christie 2012-10-05 15:22:30 +0100
  • 9d8bce8f5b Remove Parser.can_handle_request() Tom Christie 2012-10-05 14:48:33 +0100
  • 3e862c7737 Tweak view slightly Tom Christie 2012-10-05 14:22:02 +0100
  • 07e6b69101 Docs style tweaks Tom Christie 2012-10-05 14:00:31 +0100
  • 6a15556384 Docs tweaks Tom Christie 2012-10-05 14:00:02 +0100
  • 1a09983dfc Tweak doc headings Tom Christie 2012-10-05 13:51:09 +0100
  • e5e75694e7 DabDocs style Tom Christie 2012-10-05 13:22:18 +0100
  • 2455bebd87 Merge pull request #282 from tomchristie/html-template-responses Tom Christie 2012-10-05 05:11:17 -0700
  • 1c9e69f159 Merge 61a6d0c109 into 5a14e3eff2 Tom Christie 2012-10-05 05:09:47 -0700
  • 5a14e3eff2 Merge pull request #281 from maximilianhurl/doc-styles Tom Christie 2012-10-05 05:09:42 -0700
  • 61a6d0c109 Fix travis build image in docs Tom Christie 2012-10-05 13:09:10 +0100
  • 2575ea92aa Docs for template responses Tom Christie 2012-10-05 13:04:34 +0100
  • 9cf65800b1 Merge 5fd6d87a93 into ad5e6eb16f Max Hurl 2012-10-05 04:45:53 -0700
  • 5fd6d87a93 Added JS version numbers Max Hurl 2012-10-05 12:43:35 +0100
  • f70a5edc1f Added dabapps styles and general improvements to docs Max Hurl 2012-10-05 12:29:53 +0100
  • 26c7d6df6c HTMLTemplateRenderer working Tom Christie 2012-10-05 12:13:44 +0100
  • 4af7fb96f7 Tidy up renderers slightly Tom Christie 2012-10-05 11:12:52 +0100
  • ed281be3fb User .accepted_renderer, .accepted_media_type Tom Christie 2012-10-05 10:33:44 +0100
  • d07dc77e91 Accepted media type uses most specific of client/renderer media types. Tom Christie 2012-10-05 10:23:47 +0100
  • 49ecd15735 Latest docs build Tom Christie 2012-10-04 22:32:43 +0100
  • ad5e6eb16f Merge pull request #280 from tomchristie/hyperlinked-relationships Tom Christie 2012-10-04 14:14:56 -0700
  • e1edb4f221 Merge 693892ed01 into 42b3fdbdc2 Tom Christie 2012-10-04 14:10:35 -0700
  • 693892ed01 Fix for field to make it easier to access field relationships Tom Christie 2012-10-04 22:07:24 +0100
  • cc0d2601b8 Minor fixes Tom Christie 2012-10-04 21:36:40 +0100
  • c91d926b06 Initial tests for hyperlinked relationships Tom Christie 2012-10-04 16:58:18 +0100
  • 55e9cbecac Tweaks Tom Christie 2012-10-04 15:01:44 +0100
  • aac6b6cf4e Tweak comment Tom Christie 2012-10-04 15:00:23 +0100
  • 42b3fdbdc2 Merge pull request #279 from tomchristie/hyperlinked-relationships Tom Christie 2012-10-04 06:07:26 -0700
  • b03650ba3b Merge eaebb397fa into ad2149767b Tom Christie 2012-10-04 05:58:50 -0700
  • eaebb397fa Make Import patterns 1.3 compatible Tom Christie 2012-10-04 13:58:28 +0100
  • 3a06dde884 Clean up field classes Tom Christie 2012-10-04 13:28:14 +0100
  • d89d6887d2 HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no hyperlinked relations Tom Christie 2012-10-04 11:26:41 +0100
  • ad2149767b Merge pull request #278 from tomchristie/related-field-fixes Tom Christie 2012-10-04 02:37:39 -0700
  • 63d18d553b Merge d79e18963e into 0a769f261e Tom Christie 2012-10-04 02:37:32 -0700
  • d79e18963e Tests for default arguments on fields Tom Christie 2012-10-04 09:29:12 +0100
  • f8edfa2675 Abstract out the app_label on test models Tom Christie 2012-10-04 09:19:10 +0100
  • bcd2caf559 Abstract out the app_label on test models Tom Christie 2012-10-04 09:18:46 +0100
  • 0a769f261e Merge pull request #277 from tomchristie/related-field-fixes Tom Christie 2012-10-03 13:28:22 -0700
  • 047e3b92d5 Merge a02707e12f into 89ec0b2750 Tom Christie 2012-10-03 13:08:44 -0700
  • a02707e12f Tweaks Tom Christie 2012-10-03 21:08:32 +0100
  • 92b091ea16 Tweak styling of browseable API Tom Christie 2012-10-03 16:19:07 +0100
  • a366d6e612 M2M fields supported Tom Christie 2012-10-03 16:08:20 +0100
  • 09f2267601 Improve comments Tom Christie 2012-10-03 15:39:03 +0100
  • 27c93c08d2 Fix for empty form fields Tom Christie 2012-10-03 12:56:01 +0100
  • f4ad77ac04 Fix for empty form fields Tom Christie 2012-10-03 12:55:53 +0100
  • 58c1263267 Use either PrimaryKeyRelatedField or ManyPrimaryKeyRelatedField as appropriate (fixes test) Tom Christie 2012-10-03 12:16:30 +0100
  • cab3b2f3f8 Split out PrimaryKeyRelatedField and ManyPrimaryKeyRelatedField Tom Christie 2012-10-03 12:07:34 +0100
  • f1f7f5d4e3 Added failing test for m2m data Tom Christie 2012-10-03 11:50:08 +0100
  • 89ec0b2750 Add m2m update test Tom Christie 2012-10-03 11:14:47 +0100
  • 7c303411a9 Add Serializer.save() to clean up differences between serializer.object being either a DeserializedObject or a model instance Tom Christie 2012-10-03 11:08:02 +0100
  • 36b58d0c78 Many2Many test Tom Christie 2012-10-03 10:51:38 +0100
  • d8b05201ed Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2 Tom Christie 2012-10-03 09:46:12 +0100
  • 1a05942166 Stopgap fix for model fields rendering in browseable API Tom Christie 2012-10-03 09:45:27 +0100
  • 637bfa0f8f Merge pull request #276 from mattbo/restframework2 Tom Christie 2012-10-03 01:32:14 -0700
  • c30e0795be Rename generic views Tom Christie 2012-10-03 09:26:15 +0100
  • 167e086b4f Merge 934492ebd0 into b89125ef53 mattbo 2012-10-02 22:48:45 -0700
  • 934492ebd0 Fixed references to serializer.serialized and serializer.serialized_errors in part 3 of the tutorial. Altered part 1 to use blogs/urls.py since it was specified at the beginning. Also caught some spelling errors while I was at it. Matt Bosworth 2012-10-02 22:41:03 -0700
  • b89125ef53 Update view docs slightly Tom Christie 2012-10-02 21:26:15 +0100
  • eaecffe211 Remove duff checkin Tom Christie 2012-10-02 19:58:51 +0100
  • e1518de68f Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2 Tom Christie 2012-10-02 19:54:24 +0100
  • 31b06f1721 Cleaner travis image link Tom Christie 2012-10-02 19:54:20 +0100
  • d1b99f350a Added model form field -> serializer form field mapping Tom Christie 2012-10-02 16:16:49 +0100
  • f010a9553e Add test to ensure that pk is readonly in PUT requests Tom Christie 2012-10-02 15:39:41 +0100
  • ab173fd8f9 Fix bug where pk could be set in post data Tom Christie 2012-10-02 15:37:13 +0100
  • e7685f3eb5 URL overrides in settings fixed up slightly Tom Christie 2012-10-02 15:24:42 +0100
  • 3dd53f5bfe Latest docs build Tom Christie 2012-10-02 11:48:45 +0100
  • 8855a462c6 Clean up docs slightly Tom Christie 2012-10-02 11:48:25 +0100
  • 0dd8a5ed41 Latest docs build Tom Christie 2012-10-02 11:04:30 +0100
  • b526b82abf Placeholder for FBV docs Tom Christie 2012-10-02 11:04:06 +0100
  • 34637bf857 Make example more realistic and less of a toy Tom Christie 2012-10-02 11:03:51 +0100
  • 2ec01f86f5 Latest docs build Tom Christie 2012-10-02 10:41:26 +0100
  • ae8a827004 Make 'results_field' attribute of BasePaginationSerializer public. Tom Christie 2012-10-02 10:40:43 +0100
  • 2284e592de Clean up reverse docs slightly Tom Christie 2012-10-02 10:40:04 +0100
  • a8f6ac3f3a Renderer documentation Tom Christie 2012-10-02 10:39:28 +0100
  • d9310d7299 Remove unused docs Tom Christie 2012-10-01 16:28:59 +0100
  • c872b2d701 Latest docs build Tom Christie 2012-10-01 16:27:59 +0100
  • dae6d09398 Add example of using paginator in a view Tom Christie 2012-10-01 16:27:22 +0100
  • 8d1d990187 Pagination docs Tom Christie 2012-10-01 16:17:01 +0100
  • 1d432cf432 Merge pull request #274 from tomchristie/pagination Tom Christie 2012-10-01 07:56:19 -0700
  • d662016695 Merge b16fb57771 into 1ace8d6eea Tom Christie 2012-10-01 07:51:35 -0700
  • b16fb57771 Expand pagination support, add docs Tom Christie 2012-10-01 15:49:19 +0100
  • 1ace8d6eea Merge pull request #273 from tomchristie/pagination Tom Christie 2012-09-30 09:35:26 -0700
  • fd9c21178a Merge 6fa589fefd into 43d3634e89 Tom Christie 2012-09-30 09:33:28 -0700
  • 6fa589fefd Pagination support Tom Christie 2012-09-30 17:31:28 +0100
  • 43d3634e89 Docs tweaking Tom Christie 2012-09-30 15:55:24 +0100
  • 616e6f5f4d Drop oauth tests for now - may pull same test module back in if end up using django-oauth-plus, but since we've not pulled it in right now... Tom Christie 2012-09-28 17:09:30 +0100
  • 224bc027cd Add more tests for generic views Tom Christie 2012-09-28 16:41:35 +0100
  • 0853316545 Add more tests for generic views Tom Christie 2012-09-28 16:23:46 +0100
  • 6cf2874cf2 Clean up reverse tests Tom Christie 2012-09-28 16:09:52 +0100
  • c2bbe628e6 Fix coverage to not include migrations Tom Christie 2012-09-28 16:01:02 +0100
  • 9f71f8e618 Fix broken bits of generic views Tom Christie 2012-09-28 15:54:00 +0100
  • 4ebd701be7 Fix serialization issue with Django 1.3 Tom Christie 2012-09-28 14:53:22 +0100
  • 25cbff5fab Remove unused test file Tom Christie 2012-09-28 14:29:20 +0100
  • e003cc91b6 Get test-only models properly working Tom Christie 2012-09-28 14:28:50 +0100
  • 84f7758039 Remove support for doctests Tom Christie 2012-09-28 11:53:51 +0100
  • aeeb68f68a Added @j4mie, and added projects to 'additional thanks' as appropriate. Tom Christie 2012-09-28 10:42:14 +0100
  • 549d50b956 More simple travis link style Tom Christie 2012-09-28 10:11:29 +0100
  • 62ccc1a306 Fix failing tests Tom Christie 2012-09-28 10:11:12 +0100