Commit Graph

  • c942726509 Added docs, integer fields and refactored models.TextField to use CharField Jens Alm 2012-10-15 13:46:44 +0200
  • afbc9684f2 Revert "Support for request-based queryset limits on ListModelMixin" Jens Alm 2012-10-15 11:49:56 +0200
  • de4604be0a Support for request-based queryset limits on ListModelMixin Jens Alm 2012-10-15 11:47:56 +0200
  • 36cc56bc9d Added tests for TextField Jens Alm 2012-10-15 10:06:50 +0200
  • 241be38340 Added TextField to recognized fields Jens Alm 2012-10-15 09:14:01 +0200
  • 41dd63b3b0 Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2 Tom Christie 2012-10-14 22:43:41 +0100
  • 551c86c43a Documentation for parsers Tom Christie 2012-10-14 22:43:07 +0100
  • 7a89d7a770 Work on docs Tom Christie 2012-10-14 20:46:38 +0100
  • 27b8904ffe Fix typo Tom Christie 2012-10-13 23:28:05 +0200
  • 455a2ab325 Docs tweaks Tom Christie 2012-10-13 15:35:46 +0100
  • b3477b3b6c Docs tweaks Tom Christie 2012-10-13 15:34:38 +0100
  • 8eb405f4b2 Fix typo Tom Christie 2012-10-13 15:13:18 +0100
  • fe5db41949 Fix typo Tom Christie 2012-10-13 15:12:44 +0100
  • e4f43be47f Merge pull request #293 from tomchristie/request-documentation Tom Christie 2012-10-13 07:10:12 -0700
  • cd21c37d0f Improve documentation for requests Tom Christie 2012-10-13 15:09:05 +0100
  • abf33dbf93 Merge 7608cf1193 into ee38c03a15 Tom Christie 2012-10-13 07:08:25 -0700
  • 7608cf1193 Improve documentation for Requests Tom Christie 2012-10-13 15:07:43 +0100
  • ee38c03a15 Merge pull request #291 from tomchristie/drop-coverage Tom Christie 2012-10-13 05:40:55 -0700
  • 511bc29be5 Merge db0a9acfd7 into e48a3a01d9 Tom Christie 2012-10-12 01:16:31 -0700
  • e48a3a01d9 Merge pull request #292 from j4mie/patch-1 Tom Christie 2012-10-12 01:15:36 -0700
  • 1169bce9da Merge 7367bd53a9 into 9094f93d18 Jamie Matthews 2012-10-12 01:02:57 -0700
  • 7367bd53a9 Fix tiny typo Jamie Matthews 2012-10-12 10:02:21 +0200
  • c24997df3b Change django-filter to version that supports Django 1.3. Ben Konrath 2012-10-11 16:39:25 +0200
  • 1d054f9572 Use Decimal (properly) everywhere. Ben Konrath 2012-10-11 14:19:29 +0200
  • db0a9acfd7 Add PYTHONPATH in travis config Tom Christie 2012-10-11 13:12:43 +0100
  • 3c9fb04299 Don't bother to setup.py test, just test directly Tom Christie 2012-10-11 13:09:53 +0100
  • d15e31b28d Drop coverage in travis tests Tom Christie 2012-10-11 13:05:01 +0100
  • 6f736a6823 Explicitly use Decimal for creating filter test data. Ben Konrath 2012-10-11 13:55:16 +0200
  • 6300334aca Sanitise JSON error messages Tom Christie 2012-10-11 11:21:50 +0100
  • 9094f93d18 Sanitise JSON error messages Tom Christie 2012-10-11 11:21:50 +0100
  • 5454162b04 Define 'page' query field name in one place. Ben Konrath 2012-10-11 11:39:23 +0200
  • 6fbd411254 Make query filters work with pagination. Ben Konrath 2012-10-11 11:35:00 +0200
  • e295f616ec Fix small PEP8 problem. Ben Konrath 2012-10-11 11:32:51 +0200
  • 692203f933 Check for 200 status when unknown filter requested. Ben Konrath 2012-10-09 08:22:00 +0200
  • 1e9ece0f93 First attempt at adding filter support. Ben Konrath 2012-10-08 22:00:55 +0200
  • 83f39b3dce Don't fail when no data provided Tom Christie 2012-10-10 16:41:08 +0100
  • 221ecd2182 Fix session auth Tom Christie 2012-10-10 16:36:25 +0100
  • d905d1cbd3 Fix yaml rendering Tom Christie 2012-10-10 16:34:00 +0100
  • 5c7f3e23ee Tidy up APISettings object to not rely on module state Tom Christie 2012-10-10 12:54:40 +0100
  • db6b5a990b Fix key ordering in json. (sort if it's a sorted dictc representation, or not otherwise) Tom Christie 2012-10-10 12:32:23 +0100
  • 648d2be29b Make sure JSON output in Browseable API is nicely indented Tom Christie 2012-10-10 12:15:18 +0100
  • ccd2b0117d Permissions and throttles no longer have a view attribute on self. Explicitly passed to .has_permissions(request, view, obj=None) / .allow_request(request, view) Tom Christie 2012-10-10 10:02:37 +0100
  • 900c4b625b api_key -> auth_token to avoid TastyPie conflict Tom Christie 2012-10-10 09:50:15 +0100
  • 31d3a2a826 Remove 'tut 6 - resources' from the docs, since it doesn't exist yet Tom Christie 2012-10-10 09:36:47 +0100
  • 44281c3996 Remove 'tut 6 - resources' from the docs, since it doesn't exist yet Tom Christie 2012-10-10 09:36:18 +0100
  • 830fce9074 Docs tweaks Tom Christie 2012-10-09 17:53:21 +0100
  • a3ab66eca4 Add 'to_many' flag in get_related_field Tom Christie 2012-10-09 17:51:32 +0100
  • 9bbc1cc403 Add flag in get_related_field Tom Christie 2012-10-09 17:49:04 +0100
  • 216e9bfe95 Fix couple of incorrect imports in the docs Tom Christie 2012-10-09 17:36:27 +0100
  • b0c370dd2b Fixed couple of incorrect imports in the docs Tom Christie 2012-10-09 17:36:03 +0100
  • 63f9fe8062 Docs tweaks Tom Christie 2012-10-09 16:45:28 +0100
  • 52a2ff8f77 Docs tweaks Tom Christie 2012-10-09 16:44:49 +0100
  • 97a7f27c82 Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> BrowseableAPIRenderer Tom Christie 2012-10-09 15:58:48 +0100
  • 8f0ce5e546 Tweak docs Tom Christie 2012-10-09 14:13:19 +0100
  • ce21fa1dc6 Tweak static files with docs Tom Christie 2012-10-09 14:12:38 +0100
  • 94401b43d2 Flesh out quickstart guide and make some style tweaks Tom Christie 2012-10-09 13:50:26 +0100
  • 7c4d50f621 Fix browseable API form display error for authenticated permissions Tom Christie 2012-10-09 12:48:49 +0100
  • c2ad032313 Tweak settings in quickstart guide Tom Christie 2012-10-09 12:04:39 +0100
  • e9475d036f Tweak settings in quickstart guide Tom Christie 2012-10-09 12:03:29 +0100
  • 489531f28d Added quickstart guide Tom Christie 2012-10-09 12:01:56 +0100
  • 115e61be09 Added quickstart guide Tom Christie 2012-10-09 12:01:17 +0100
  • dc52ceaaa2 Remove Field handling relations/relationship managers - use RelatedField/ManyRelatedField instead Tom Christie 2012-10-09 10:25:01 +0100
  • 5c17a60176 Tweak authtoken Tom Christie 2012-10-09 09:57:31 +0100
  • beea6487b2 Function based views get proper naming in browseable API Tom Christie 2012-10-09 09:57:08 +0100
  • 65f592866c Fix issue where required fields were not being properly validated. Also make model fields with a default value be not required Tom Christie 2012-10-08 17:53:18 +0100
  • 4a21b3557e Fix fiddly content-overloading bug Tom Christie 2012-10-08 17:10:50 +0100
  • b581ffe323 Docs tweaks Tom Christie 2012-10-08 15:46:52 +0100
  • 80fed63fa2 Fix broken docs reference Tom Christie 2012-10-08 14:26:56 +0100
  • 9ade21c793 Fix broken docs reference Tom Christie 2012-10-08 14:26:42 +0100
  • 1b35c1908f Add RetrieveDestroyAPIView and remove Metadata mixin Tom Christie 2012-10-08 14:13:40 +0100
  • f79ed6175d Add RetrieveDestroyAPIView and remove Metadata mixin Tom Christie 2012-10-08 14:13:15 +0100
  • 52ba2e3333 Fix #285 Tom Christie 2012-10-08 12:52:56 +0100
  • 5783be590e Added migration and change log docs Tom Christie 2012-10-08 12:19:26 +0100
  • 4fd8ab17a3 Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2 Tom Christie 2012-10-08 12:18:43 +0100
  • f4d4d54e03 Adding migration and changelog docs Tom Christie 2012-10-08 12:17:43 +0100
  • 321d4d030a Added @mattbo, @maximilianhurl. Thanks! Tom Christie 2012-10-07 21:30:06 +0200
  • 6f9f2720c9 Fix up media-specific doc styling issues Tom Christie 2012-10-06 20:05:59 +0100
  • 6b6c945d4e Fix up media-specific doc styling issues Tom Christie 2012-10-06 20:05:36 +0100
  • 0711fa9aa2 DabApps in footer, not Dab Apps Tom Christie 2012-10-05 19:33:52 +0100
  • fd1b660e06 DabApps, not Dab Apps Tom Christie 2012-10-05 19:33:13 +0100
  • 6c40fc362f Docs tweaks Tom Christie 2012-10-05 19:27:27 +0100
  • 9bc4aead65 Tweak fields docs Tom Christie 2012-10-05 19:26:57 +0100
  • 0b08d25297 Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2 Tom Christie 2012-10-05 19:26:45 +0100
  • 5393cacca8 Add serializer fields documentation Tom Christie 2012-10-05 17:10:33 +0100
  • 268131ce37 Add serializer fields documentation Tom Christie 2012-10-05 17:10:07 +0100
  • 33ac2fd959 Remove unused test file Tom Christie 2012-10-05 17:07:25 +0100
  • 4e7fffa993 Merge pull request #284 from maximilianhurl/doc-styles Tom Christie 2012-10-05 09:04:17 -0700
  • f24bb37fea Merge 101f06b50b into cc21948a69 Max Hurl 2012-10-05 09:03:32 -0700
  • cc21948a69 Fix django 1.3 bug Tom Christie 2012-10-05 17:02:33 +0100
  • 101f06b50b Added dabapps styling to html api Max Hurl 2012-10-05 17:00:24 +0100
  • bdbf988781 Added sticky footer to docs Max Hurl 2012-10-05 16:32:41 +0100
  • ae3340bcd4 Merge pull request #283 from tomchristie/put-for-create Tom Christie 2012-10-05 08:27:28 -0700
  • 0948408d1f Merge 2533c2452b into 7218bcbade Tom Christie 2012-10-05 08:27:23 -0700
  • 2533c2452b Support PUT for create Tom Christie 2012-10-05 16:24:52 +0100
  • 7218bcbade Add test for non-GET methods to api_view decorator Tom Christie 2012-10-05 15:55:45 +0100
  • 2a89cb4fb7 Fix view_name argument to HyperlinkedIdentityField Tom Christie 2012-10-05 15:47:34 +0100
  • 102e906840 Fix view_name argument to HyperlinkedIdentityField Tom Christie 2012-10-05 15:46:45 +0100
  • 484ee8cc27 Add view_name argument to HyperlinkedIdentityField Tom Christie 2012-10-05 15:44:08 +0100
  • 3e77090b21 Fix bug in format suffix patterns Tom Christie 2012-10-05 15:38:12 +0100
  • 272fddc952 Fix bug in format suffix patterns Tom Christie 2012-10-05 15:37:50 +0100