Commit Graph

  • 089887d56e Simplified chained comparisons and minor code fixes (#5276) Erick Delfin 2017-07-16 09:12:29 -0700
  • f6c08c12ce Simplified chained comparisons and minor code fixes Erick Delfin 2017-07-15 15:35:39 -0700
  • 57eae7b315 Pass the the "title" attribute from each view when constructing Link instances. William Sullivan 2017-07-15 05:45:56 -0400
  • afafc8ea23 Remove DjangoFilterBackend and associated tests Ryan P Kilby 2017-07-14 12:05:42 -0400
  • 34d2f7c529 Fix issue when serializing certain foreign keys. Tommy Beadle 2017-07-13 15:40:42 -0400
  • 9bcc8591f5
    Restructure SchemaGenerator for easier subclassing Ivan Anishchuk 2017-07-14 02:30:59 +0800
  • 52ef43b0d3 Merge b3f44a6d83 into 2a1fd3b45a kgeorgy 2017-07-12 16:25:01 +0000
  • 2a1fd3b45a Add link to third-party package for LinkHeaderPagination. (#5270) Tommy Beadle 2017-07-12 11:45:41 -0400
  • 37c71c825d Add link to third-party package for LinkHeaderPagination. Tommy Beadle 2017-07-12 11:21:06 -0400
  • 1c13eb15ca Merge bce4f73743 into 8a8389bd4b Tommy Beadle 2017-07-11 19:59:49 +0000
  • bce4f73743 Add LinkHeaderPagination class. Tommy Beadle 2017-07-11 15:55:54 -0400
  • c8b4a8ddd5 Add docstring to json wrapper module Ryan P Kilby 2017-07-11 11:53:20 -0400
  • 8a8389bd4b Merge pull request #5264 from rpkilby/search-filter-reverse José Padilla 2017-07-11 10:08:37 -0400
  • 5094299826 Merge branch 'master' into localizedfloatfield kgeorgy 2017-07-11 12:34:40 +0200
  • e64470b01d Add 'STRICT_JSON' docs Ryan P Kilby 2017-07-10 19:34:04 -0400
  • 781622eb80 Pass on invalid value (Inf, NaN) encoding in JSONBoundField Ryan P Kilby 2017-07-10 18:51:44 -0400
  • 8110a2a61d Add banned imports to prevent standard json import Ryan P Kilby 2017-07-10 17:22:55 -0400
  • 0775f42473 Add 'STRICT_JSON' API setting. Ryan P Kilby 2017-07-10 15:23:12 -0400
  • 53e17dea72 Update json imports Ryan P Kilby 2017-07-07 12:47:08 -0400
  • dadd5c1f3a Add json util wrapper, failing JSONField test Ryan P Kilby 2017-07-07 12:46:17 -0400
  • d1cfec8d87 Fix SearchFilter to-many behavior by ANDing cond's Ryan P Kilby 2017-07-10 14:24:58 -0400
  • f02b7f1329 Add failing test for #4655 Ryan P Kilby 2017-07-10 14:20:23 -0400
  • 8456d042e4 add missing template update for "allow adding other langs" Georg Baumann 2017-07-10 19:17:58 +0200
  • dba07b4da0 Merge ecf8c6f6ff into 6d4d4dfd04 orf 2017-07-10 12:42:10 +0000
  • a6eb94638a Merge e811365593 into 6d4d4dfd04 Carlton Gibson 2017-07-10 12:42:09 +0000
  • 6d4d4dfd04 Ensure closables in request.FILES get closed. (#5262) Tom Christie 2017-07-10 13:42:02 +0100
  • 74be97cd42 Merge 4964ec8b37 into b905197f24 Ryan P Kilby 2017-07-10 10:55:25 +0000
  • 68b805161b Fix syntax error Tom Christie 2017-07-10 11:47:18 +0100
  • b905197f24 Fix issue #5258 (#5259) elmccarthy 2017-07-10 03:43:36 -0700
  • ba4e70b22a Merge branch 'request-closables' of https://github.com/rpkilby/django-rest-framework into rpkilby-request-closables Tom Christie 2017-07-10 11:30:17 +0100
  • 39f6f1137c Merge pull request #5261 from encode/validation-error-on-invalid-timezone-parsing Tom Christie 2017-07-10 11:27:28 +0100
  • 41901185d2 Ignore timezone test case for Django 1.8, due to differing behavior. Tom Christie 2017-07-10 11:18:26 +0100
  • b3cd6b1bb5 Merge 3249766ad9 into fbb3490989 Vimarsh Chaturvedi 2017-07-10 10:05:57 +0000
  • fbb3490989 Merge pull request #5188 from andreagrandi/auth-token-cmd Tom Christie 2017-07-10 10:35:05 +0100
  • 7d240a2e50 Minor cleanup in test. Tom Christie 2017-07-10 10:30:39 +0100
  • c7e2bad524 Merge pull request #5189 from myrubapa/master Tom Christie 2017-07-10 10:28:33 +0100
  • bf7fcc495b Raise validation error on invalid timezone parsing. Tom Christie 2017-07-10 10:14:31 +0100
  • 1e12ac3d53 Merge 27f69dc23a into 3dab905656 Vladislav Bakin 2017-07-08 21:57:34 +0000
  • 27f69dc23a Add BaseTokenAuthentication base class. mixkorshun 2017-07-09 00:55:28 +0300
  • 3b7b47d4a9 Fix lint issues elmccarthy 2017-07-07 22:41:19 -0700
  • 147c331c3b Fix issue #5258 Luke McCarthy 2017-07-07 22:26:13 -0700
  • 5194e81493 allow adding other languages in source code documentation Georg Baumann 2017-07-07 21:11:12 +0200
  • 4964ec8b37 Set data & file refs on underlying Django request Ryan P Kilby 2017-07-07 11:31:47 -0400
  • d507a6943a Add test for file closing at request end Ryan P Kilby 2017-07-07 11:19:35 -0400
  • a54d7a2a33 Merge 28f7c547b6 into 3dab905656 Aleksey Zhukov 2017-07-07 12:23:16 +0000
  • 3dab905656 Merge pull request #5231 from dmmatson/feature/slugfield-allow-unicode Tom Christie 2017-07-07 12:41:52 +0100
  • 1a31959d45 Merge pull request #5229 from IndustriaTech/fix/set-request-args-kwargs Tom Christie 2017-07-07 12:39:50 +0100
  • d5896b9f7d Merge pull request #5251 from davesque/master José Padilla 2017-07-06 10:53:52 -0400
  • 4091607d94 Add information in docs about djangorestframework-simplejwt package David Sanders 2017-07-05 14:48:54 -0600
  • f7cbd1edba Add support for page_size parameter in CursorPaginator class Kris Dorosz 2017-07-05 10:35:17 +0200
  • 75fec24e25 Merge pull request #5248 from ossanna16/master Tom Christie 2017-07-04 17:55:19 +0100
  • fd6cc1e395 Updated monthly report link Anna 2017-07-04 17:53:03 +0200
  • 3249766ad9 Added validation for incorrect datetime Vimarsh Chaturvedi 2017-06-28 16:53:29 +0530
  • 9a7d0f8a3b Added Failing testcase. Vimarsh Chaturvedi 2017-06-28 15:38:17 +0530
  • c737fa0f8c Merge branch 'master' into localizedfloatfield kgeorgy 2017-06-26 11:26:56 +0200
  • 302a9d089e Fixed tests on Windows. Added unicode support to SlugField dmmatson 2017-06-23 23:11:17 -0600
  • 0dd3aa4126 Merge pull request #5230 from nacosta/patch-1 José Padilla 2017-06-23 20:02:09 -0400
  • 900cae1507 Link broken Neftalí Acosta 2017-06-23 08:09:10 +0100
  • 0e5d26fa6a Fixed #5228 Set ViewSet args/kwargs/request before dispatch Venelin Stoykov 2017-06-22 16:22:17 +0300
  • 506ec8594d Merge pull request #5227 from mhrivnak/patch-1 José Padilla 2017-06-20 15:32:17 -0400
  • 5fe984b657 typo fix Michael Hrivnak 2017-06-20 15:07:45 -0400
  • ff6c0cee90 default value for path field is '' instead of None Avraham 2017-06-19 14:53:52 +0300
  • 34bae385fd Merge dfc868664f into 9e72736af8 Payam 2017-06-17 13:21:09 +0000
  • 9e72736af8 Merge pull request #5219 from blueyed/fix-doc-_authenticate José Padilla 2017-06-17 09:21:00 -0400
  • f70e74dca2 Merge pull request #5222 from menecio/menecio-update-dot-drf-contrib-path José Padilla 2017-06-17 09:19:56 -0400
  • 5002d1a9ae Update DOT docs Aristóbulo Meneses 2017-06-17 15:02:22 +0200
  • dfc868664f reove extra space Payam Najafizadeh 2017-06-17 11:46:15 +0100
  • d18e3a61e5 Update pagination.py Payam 2017-06-17 10:53:29 +0100
  • 4fe0433fd7 Update generics.py Payam 2017-06-17 10:50:32 +0100
  • 4c608a12f9 Update mixins.py Payam 2017-06-17 10:00:04 +0100
  • dd4fdcc418 Update pagination.py Payam 2017-06-17 09:51:53 +0100
  • b069b0d33a Merge pull request #5176 from levic/browsable-api-multipart-form-data Tom Christie 2017-06-16 15:08:27 +0100
  • 5cbfcbc56f Fix regex typo allowing '[' in boundary string Levi Cameron 2017-06-16 21:53:06 +1000
  • fe95ab675b doc: fix documentation for Request._authenticate Daniel Hahler 2017-06-16 13:23:26 +0200
  • 598e5877cd Merge pull request #5192 from matteius/DRF-5135-one-to-one-pk Tom Christie 2017-06-16 12:06:12 +0100
  • d48a745f4d Merge pull request #5218 from ossanna16/master Tom Christie 2017-06-15 21:47:42 +0100
  • 462378ba99 Added FAQ section for funding site Anna 2017-06-15 19:02:40 +0200
  • 0e106c1657 Merge pull request #5214 from dmkoch/patch-1 José Padilla 2017-06-13 17:47:18 -0400
  • 4701f12c3e Quote nested API parameters in api.js Dan Koch 2017-06-13 16:01:02 -0400
  • 677acd36f7 Keep check for nested dict or list to catch issue with serializer using multiple fields with the same root source. Phil Richman 2017-06-13 15:22:10 +0100
  • ea1bdc9ef8 Add tests Phil Richman 2017-06-13 11:13:00 +0100
  • cfc81df591 Check source attrs when checking for nested writes. Phil Richman 2017-06-12 21:00:24 +0100
  • 39db920c36 Merge 90a57ad80b into b96a22011b Phil Richman 2017-06-12 19:15:51 +0000
  • b96a22011b Merge pull request #5210 from blueyed/DeprecationWarning-stacklevel Xavier Ordoquy 2017-06-12 21:15:10 +0200
  • 90a57ad80b Check source attrs when checking for nested writes. Phil Richman 2017-06-12 19:53:32 +0100
  • 515fe928d5 Use stacklevel=2 with DeprecationWarnings Daniel Hahler 2017-06-12 14:59:29 +0200
  • 3c420cfad5 Merge pull request #5196 from Pierre-Sassoulas/master Tom Christie 2017-06-09 10:22:27 +0100
  • 5e04830694 Merge ed63f6eee3 into 836e49b535 Christophe Duvernois 2017-06-08 17:12:45 +0000
  • ed63f6eee3 fix APIView.permission_denied : NotAuthenticated exception can use user defined message Christophe Duvernois 2017-06-08 18:46:25 +0200
  • 7fcedec78c Merge 9461716c74 into 836e49b535 Paul Bailey 2017-06-08 15:53:39 +0000
  • 67a75f9203 Merge 2d22d09c88 into 836e49b535 Belen 2017-06-07 14:43:28 +0000
  • 726efc77d2 Merge f8376910f4 into 836e49b535 Jeremy Voorhis 2017-06-07 14:43:27 +0000
  • 5a6f362f64 Merge b3e8e85e78 into 836e49b535 Dulmandakh 2017-06-07 14:43:10 +0000
  • e0b220aa50 Merge 564675e62f into 836e49b535 Reza Shalbaf Zadeh 2017-06-07 14:43:10 +0000
  • 4cf4658d47 Merge 28e8895b8a into 836e49b535 Tomasz Dubiel 2017-06-07 13:51:55 +0000
  • aaf604c3ac Merge 6febc177d7 into 836e49b535 Хасанов Булат 2017-06-07 03:59:17 +0000
  • 4e71c3bf06 Merge 2a9483d8d5 into 836e49b535 Adrien Brunet 2017-06-06 21:28:43 +0000
  • c8049b5ae9 Merge 3ffe8dcfac into 836e49b535 Emilio Dorigatti 2017-06-06 20:18:02 +0000
  • e186265d53 Merge d8d8e2fef0 into 836e49b535 Viktor Ershov 2017-06-06 20:17:39 +0000
  • 200584a93a Merge d7799c32c8 into 836e49b535 jrschneider 2017-06-06 20:17:39 +0000