Commit Graph

  • cd4459815a Added doc for removing pagination in generic-view. Md. Al-Amin 2017-03-06 18:48:32 +0600
  • 0b708f04e1 Client library & API documentation docs (#4939) Tom Christie 2017-03-06 12:42:51 +0000
  • f3841cfb16 Merge branch 'master' into docs Tom Christie 2017-03-06 12:24:33 +0000
  • df00ee6bee Documentation on API docs & JavaScript client Tom Christie 2017-03-06 10:57:00 +0000
  • 29edb72659 When a KeyError is thrown in a property attribute, it should propogate as a ValueError. Alexander Schrijver 2017-03-04 14:41:28 +0100
  • 5cbcb824f3 Merge b506b3161d into 68d2020112 Mohit Mittal 2017-03-03 23:39:25 +0000
  • 68d2020112 Live API documentation (#4755) Tom Christie 2017-03-03 15:24:37 +0000
  • 0df0516a74 failing test: optional implicit M2M / QueryDict Leifur Halldor Asgeirsson 2017-03-03 10:21:59 -0500
  • 7f59ce1ec2 Directly using Django's JSONResponse in the Tutorial (#4935) atkawa7 2017-03-03 07:04:41 -0700
  • 55269ea9c7 Add support for top-level description in API docs Tom Christie 2017-03-03 14:03:05 +0000
  • 8ebc1ad9d2 removed unnecessary 'safe=False' in JsonResponse atkawa7 2017-03-03 05:59:38 -0700
  • fd328dfda0 Sort imports Tom Christie 2017-03-03 12:43:52 +0000
  • 06feaac4da added safe=False to JsonResponse atkawa7 2017-03-03 05:32:47 -0700
  • 3ae35aeefc Sort imports Tom Christie 2017-03-03 12:30:01 +0000
  • 9cace70a1e fixed JsonResponse typo atkawa7 2017-03-03 05:25:03 -0700
  • 775a714dd7 Merge branch 'master' into patch-1 atkawa7 2017-03-03 05:13:26 -0700
  • 9fac04bd89 Remove usused assignment Tom Christie 2017-03-03 12:04:11 +0000
  • 8df340908b Add failing tests and fix for dict that have a key items #4931 (#4932) Tim Watts 2017-03-03 10:23:09 +0100
  • 878a0a577f Merge branch 'master' into localizedfloatfield kgeorgy 2017-03-03 10:13:00 +0100
  • 684a988fd9 directly using Django's JSONResponse atkawa7 2017-03-02 20:25:35 -0700
  • 35bccaab90 Merge pull request #4934 from ossanna16/master José Padilla 2017-03-02 20:04:56 -0500
  • ff4f252003 Fixed broken mail link in tutorials and resources Anna 2017-03-03 00:40:57 +0100
  • 161bd8b0d3 Merge branch 'admin_render_dicts_better' of github.com:readevalprint/django-rest-framework into admin_render_dicts_better tim watts 2017-03-02 09:27:36 +0000
  • a50a41d92c rm conditional and add docstring tim watts 2017-03-02 09:27:15 +0000
  • b2c669c287 Merge branch 'master' into admin_render_dicts_better Tim Watts 2017-03-02 00:12:56 +0100
  • cebe4bdd8e Add 'items' templatetag to iterate response with items in keys tim watts 2017-03-01 23:08:02 +0000
  • 81d914238f cast bytes to string, don't shadow variable tim watts 2017-03-01 22:09:02 +0000
  • dfea596b0f Update django-filter requirement (#4933) Peter JJ MacDonald 2017-03-01 16:27:23 -0500
  • f43e8fa946 Merge fix for #4931 tim watts 2017-03-01 20:50:07 +0000
  • 59a3b653b5 Update django-filter requirement Peter JJ MacDonald 2017-03-01 15:48:27 -0500
  • 9e09bdf33d Add failing tests tim watts 2017-03-01 20:37:42 +0000
  • 41ce298067 iter over items in python, not template tim watts 2017-03-01 19:14:29 +0000
  • 2287201a1a Move API explorer javascript into static file Tom Christie 2017-03-01 15:40:31 +0000
  • 5c99e7e01e API docs tweaks Tom Christie 2017-03-01 14:50:01 +0000
  • 95380f7717 Merge pull request #4928 from tdruez/patch-1 José Padilla 2017-03-01 08:52:27 -0500
  • d616c1591f Added a test to cover the DjangoModelPermissions #4927 issue tdruez 2017-03-01 09:50:21 +0100
  • 51b6a5cd9c Merge pull request #4930 from dbinoj/patch-1 José Padilla 2017-02-28 15:06:58 -0500
  • d58c89adc1 Fix Schemas Example URL Binoj David 2017-02-28 22:45:17 +0530
  • e9a68e575a Merge pull request #1 from tdruez/master tdruez 2017-02-28 17:55:02 +0100
  • 06a1e12fd8 Fixed Permissions.get_required_object_permissions for #4927 tdruez 2017-02-28 17:51:32 +0100
  • c412de920e Ensure fields in docs forms are ordered Tom Christie 2017-02-28 10:39:21 +0000
  • 7ef26627df Merge ddc79d9536 into b936d829a6 Zahim Anas 2017-02-28 06:43:38 +0000
  • c30ccac38e Added a failing test for #4927 tdruez 2017-02-27 20:39:47 +0100
  • 1ed82aa104 Docs Authentication (#4926) Emmanouil Konstantinidis 2017-02-27 19:24:21 +0000
  • 2e9e27d45c Rename token to header authentication Emmanouil Konstantinidis 2017-02-27 16:49:03 +0000
  • bac1361999 Basic Authentication & Favicon Emmanouil Konstantinidis 2017-02-27 16:46:45 +0000
  • d911e81113 Default to session authentication if logged in Emmanouil Konstantinidis 2017-02-27 15:54:32 +0000
  • cade72e80e Bump coreapi & remove it from static files Emmanouil Konstantinidis 2017-02-27 15:44:36 +0000
  • bd30345237 Fix bug with data/raw response both being displayed Emmanouil Konstantinidis 2017-02-27 15:43:35 +0000
  • ea4e6c1560 Session Authentication Emmanouil Konstantinidis 2017-02-27 14:43:52 +0000
  • 21536f3c3c Pass authorisation header to coreapi client Emmanouil Konstantinidis 2017-02-27 12:31:17 +0000
  • 38b306426c Add the "localize" and "coerce_to_string" constructor options to the FloatField like it is done for the DecimalField, in order to use the user current local to serialise and deserialise the float value if required. Kevin Georgy 2017-02-27 13:04:43 +0100
  • ddfce425fa Merge commit 'b936d829a6b77fe344d2021ae41e89dd66eba4d4' Kevin Georgy 2017-02-27 12:46:43 +0100
  • c09ebe4622 None menu item & Fix clear response Emmanouil Konstantinidis 2017-02-27 11:39:46 +0000
  • 9bf616677d Authentication token modal & licenses Emmanouil Konstantinidis 2017-02-27 11:31:56 +0000
  • b3f44a6d83 Add the "NumberField" field to the list of fields imported with the "serializers" module. Kevin Georgy 2017-02-27 10:56:15 +0100
  • e6018bbbc3 Merge branch 'master' into docs Tom Christie 2017-02-27 09:44:02 +0000
  • ec18b53c0a Deployed b936d829 with MkDocs version: 0.15.3 Tom Christie 2017-02-27 09:42:56 +0000
  • f64c41e786 Merge branch 'master' into localizednumberfields kgeorgy 2017-02-27 10:27:13 +0100
  • b936d829a6 Fix mailto link (#4923) José Padilla 2017-02-26 04:08:03 -0500
  • 27868f42fa
    Fix mailto link José Padilla 2017-02-25 17:24:02 -0500
  • 2352e2d286 Deployed e922d916 with MkDocs version: 0.15.3 Tom Christie 2017-02-25 19:59:44 +0000
  • e922d91614 Created Tutorials and Resources, cleaned up Third Party Packages (#4910) Anna Ossowski 2017-02-24 13:55:34 +0100
  • 453594f7f5 Updated license year from 2016 to 2017 matthewhegarty 2017-02-24 11:12:31 +0000
  • cd06004fa7 Updated Jobs site Anna 2017-02-23 14:07:59 +0100
  • d793d02cfc Merge remote-tracking branch 'upstream/master' Anna 2017-02-23 13:43:57 +0100
  • 7359c8867d Merge 4788ce96cd into e40d363e6c Jan Romaniak 2017-02-23 10:26:31 +0000
  • f34ebb5d14 Merge f65b80849a into e40d363e6c Emmanouil Konstantinidis 2017-02-23 10:25:21 +0000
  • f4cb267fdd Merge a0eeaa3c7f into e40d363e6c Tom Christie 2017-02-23 09:42:50 +0000
  • 80cf8f4d32 Increase coverage Andy Neff 2017-02-22 11:28:34 -0500
  • 5777d25030 Add unit test for JSONEncoder for floats Andy Neff 2017-02-22 10:31:10 -0500
  • 3f5c1425bc Return strings instead of null Andy Neff 2017-02-22 10:13:44 -0500
  • e40d363e6c Merge pull request #4919 from bluetech/not-readonly_fields Xavier Ordoquy 2017-02-22 14:25:02 +0100
  • 7a408f6cd2 Guard against the possible misspelling readonly_fields in model serializers Ran Benita 2017-02-22 13:06:48 +0200
  • 8383e40216 Fix for Python 3 Andy Neff 2017-02-21 19:38:12 -0500
  • fb0f9150b3 Forgot to remove _one_shot C path Andy Neff 2017-02-21 19:25:28 -0500
  • da63f5e82d Adding flake8 corrections Andy Neff 2017-02-21 18:29:16 -0500
  • 15351afa3a Fix json violation according to RFC7159 for infinity/NaN Andy Neff 2017-02-21 18:18:04 -0500
  • d82dbc0925 Add MicroPyramid Tom Christie 2017-02-21 21:18:53 +0000
  • 031636038c Merge pull request #1 from tomchristie/master kgeorgy 2017-02-21 15:27:50 +0100
  • 21e33dcc80 Merge pull request #4916 from auvipy/patch-1 Xavier Ordoquy 2017-02-21 10:16:10 +0100
  • 9abbfa1f60 Merge remote-tracking branch 'upstream/master' Anna 2017-02-21 09:33:19 +0100
  • 460b461745 Created Jobs section, made small changes to Tutorials and Resources section Anna 2017-02-21 09:31:36 +0100
  • 1a49318522 added django 1.11 beta 1 for testing Asif Saifuddin Auvi 2017-02-21 10:31:05 +0600
  • d390762e18 Add drf-writable-nested package to third-party serializers (#4913) Vadim 2017-02-20 22:16:27 +0700
  • 7ffe799624 Add drf-writable-nested package to third-party serializers Vadim Laletin 2017-02-20 21:29:17 +0700
  • 5986f95c8d Rearrange code (#4908) Lanrik 2017-02-20 13:48:19 +0400
  • eacb93d453 Update _not_authenticated's docstring (#4906) Pavlin Gergov 2017-02-20 11:33:54 +0200
  • 0a2159eab8 Merge remote-tracking branch 'upstream/master' Anna 2017-02-20 04:10:18 +0100
  • 625eb4c53f Merge pull request #4911 from jisaacstone/feature/serializer-mappings Xavier Ordoquy 2017-02-19 23:04:43 +0100
  • 289e1e440e Check for collection.Mapping instead of dict Isaac Stone 2017-02-19 13:00:41 -0800
  • 040b823cc0 Merge remote-tracking branch 'upstream/master' Anna 2017-02-19 08:51:10 +0100
  • 95d2a6e12e Created new tutorials and resources section, cleaned up third party packages section Anna 2017-02-19 08:45:35 +0100
  • 300e46a9e5 Merge pull request #4909 from akhilputhiry/ISSUE-4706 José Padilla 2017-02-18 07:41:42 -0400
  • 963cb4cdc6 Corrected documentation Akhil Lawrence 2017-02-18 13:20:03 +0530
  • 28e8895b8a Correction of parameters Tomasz Dubiel 2017-02-17 14:42:14 -0600
  • 20804622f1 fix Lanrik 2017-02-17 18:47:08 +0400
  • c2fb920042 rearange Lanrik 2017-02-17 18:25:10 +0400
  • b66a5d89b2 Update _not_authenticated's docstring Pavlin Gergov 2017-02-17 12:15:40 +0200
  • f668db7514 Move request.data to getter method Tomasz Dubiel 2017-02-16 22:49:48 -0600