Commit Graph

  • 2c6276c0a4 Added a failing test for #5582 Michał Bielawski 2017-11-09 20:22:07 +0000
  • f9c67f04d4 Clean up all whitespace throughout project (#5578) Jon Dufresne 2017-11-09 11:57:53 -0800
  • 59c2dbd349 Clean up all whitespace throughout project Jon Dufresne 2017-11-08 20:38:54 -0800
  • c01d9d63ee Refactor compat url pattern/resolver imports Ryan P Kilby 2017-11-09 10:20:02 -0500
  • dd628cc176 Cleanup compat urls imports Ryan P Kilby 2017-11-09 10:12:57 -0500
  • 5f8438697a Reenable flake8 on compat, cleanup style/imports Ryan P Kilby 2017-11-09 10:12:16 -0500
  • f8e8381c00 Drop compat wrapper for TimeDelta.total_seconds() (#5577) Jon Dufresne 2017-11-09 00:03:48 -0800
  • 9234ac576e
    Merge pull request #5579 from jdufresne/urllib Xavier Ordoquy 2017-11-09 08:30:17 +0100
  • ea81000160 Remove ulrparse compatability shim; use six instead Jon Dufresne 2017-11-08 21:30:33 -0800
  • cb712bf6ea Drop compat wrapper for TimeDelta.total_seconds() Jon Dufresne 2017-11-08 20:00:39 -0800
  • caf08867e1 Implement HttpRequest proxying with __getattr__ for optimized access. Yotam Ofek 2017-11-09 01:16:03 +0200
  • b5e8187e5d
    Example code don't check for non existing fields Maximiliano 2017-11-08 14:54:57 +0100
  • 8f7c91d3a7 isort Carlton Gibson 2017-11-08 11:00:32 +0100
  • 31eba20301 WIP Add failing tests for more fields Vignesh 2017-09-23 02:35:32 +0800
  • 69ccc66133 fix broken test Vignesh 2017-09-23 02:37:14 +0800
  • 131976c06b remove unnecessary code formatting changes Vignesh 2017-09-23 02:20:07 +0800
  • 5019494042 make changes based on review Vignesh 2017-09-23 02:15:38 +0800
  • 56daa693df first version of fix only for min and max value Vignesh 2017-09-11 20:00:48 +0800
  • 6d8345606d Merge 8f73ff66f4 into 0f33e63e10 Juracy Filho 2017-11-07 02:56:36 +0000
  • 8f73ff66f4 Fix typo in pt-BR Juracy Filho 2017-11-06 23:54:51 -0300
  • 0f33e63e10
    Update version and release notes for v3.7.3 (#5568) 3.7.3 Carlton Gibson 2017-11-06 16:32:12 +0100
  • 88e7080808 Update version and release notes for v3.7.3 Carlton Gibson 2017-11-06 16:26:02 +0100
  • 71a512b2d9
    Merge pull request #5567 from rpkilby/importable Xavier Ordoquy 2017-11-06 16:16:40 +0100
  • d6a8e02021 Move django.contrib.auth import out of compat. Xavier Ordoquy 2017-11-06 15:06:47 +0100
  • ca341ef705 Add compat import test Ryan P Kilby 2017-11-06 09:56:57 -0500
  • 0ba990f4bc Merge c65f8ba382 into 7d0fa02dc0 Xavier Ordoquy 2017-11-06 14:29:54 +0000
  • c65f8ba382 Move django.contrib.auth import out of compat. xordoquy/fix_view_import Xavier Ordoquy 2017-11-06 15:06:47 +0100
  • 7d0fa02dc0 Revert "Move django.contrib.auth import out of compat." Xavier Ordoquy 2017-11-06 15:23:54 +0100
  • d4d9cc1d53 Move django.contrib.auth import out of compat. Xavier Ordoquy 2017-11-06 15:06:47 +0100
  • 76a3ee5054 Deployed 3dc40f95 with MkDocs version: 0.16.3 Carlton Gibson 2017-11-06 12:07:26 +0100
  • 3dc40f9572
    Version 3.7.2 Release (#5563) 3.7.2 Carlton Gibson 2017-11-06 12:05:08 +0100
  • 0f254bc3f5 Update translations Carlton Gibson 2017-11-06 11:54:40 +0100
  • 62f38bcd21 Increment version number to 3.7.2 Carlton Gibson 2017-11-06 11:51:04 +0100
  • a0e58c182b Finalise release notes Carlton Gibson 2017-11-06 11:49:56 +0100
  • d65b161dd9 Add release notes fro merged issues. Carlton Gibson 2017-11-06 10:45:05 +0100
  • 99616c3a45 Begin release notes for 3.7.2 Carlton Gibson 2017-11-06 10:08:20 +0100
  • 7a278b3540 fix processing unicode symbols in query_string by Python 2 (#5552) Yuri Nikulin 2017-11-06 13:46:37 +0300
  • 6f135c4885
    Add file encoding for Python 2. Carlton Gibson 2017-11-06 11:29:27 +0100
  • 82e59947b3
    Add comments for encoded test strings. Carlton Gibson 2017-11-06 11:23:38 +0100
  • d49d796c85 Change ImageField validation pattern, use validators from DjangoImageField (#5539) Sergei Azarkin 2017-11-06 13:14:37 +0300
  • f0819c0300 Merge d0b85b28b7 into 0552810410 Jamie Cockburn 2017-11-06 09:58:10 +0000
  • 0552810410 Use dict and set literals instead of calls to dict() and set() (#5559) Jon Dufresne 2017-11-06 01:03:01 -0800
  • f77e794dc8 Fix all BytesWarning caught during tests (#5561) Jon Dufresne 2017-11-06 01:02:48 -0800
  • 331c31370f
    Add rounding parameter to DecimalField (#5562) Carlton Gibson 2017-11-06 09:55:09 +0100
  • 8b3978110b Add docs note for rounding parameter. Carlton Gibson 2017-11-06 09:48:56 +0100
  • 93397f3496 Use decimal module constants in tests. Carlton Gibson 2017-11-06 09:25:47 +0100
  • dc421c499a flake8 fixes Carlton Gibson 2017-11-06 09:14:33 +0100
  • 1cd86fbf40 add testcase and PEP8 multilines fix Trang Tran 2017-11-03 22:37:25 +0700
  • 831f688cc5 Using standard assert instead of self.fail(). Trang Tran 2017-10-26 21:17:49 +0700
  • 0419a23fb8 Adding rounding parameter to DecimalField. Trang Tran 2017-10-26 08:03:35 +0700
  • fe7faf6433 Merge 6d3d82ae54 into 565c722762 trangttt 2017-11-06 08:10:52 +0000
  • 565c722762
    Add interactive docs error template (#5548) Carlton Gibson 2017-11-06 09:04:07 +0100
  • 0fcc5f8100 Add interactive docs error template Carlton Gibson 2017-10-31 11:19:06 +0100
  • e5cee43000
    Merge pull request #5560 from jdufresne/escape-seq Xavier Ordoquy 2017-11-06 08:20:35 +0100
  • e5b7587dc2 Fix all BytesWarning caught during tests Jon Dufresne 2017-11-05 11:41:42 -0800
  • 44823b0e1d Fix invalid escape sequence deprecation warnings Jon Dufresne 2017-11-05 10:09:38 -0800
  • 19cc9d54d7 Use dict and set literals instead of calls to dict() and set() Jon Dufresne 2017-11-04 11:45:52 -0700
  • 5f9faab769
    Merge pull request #5557 from jdufresne/bdist Xavier Ordoquy 2017-11-04 10:07:21 +0100
  • eb32c97ca7
    Merge pull request #5556 from jdufresne/cache Xavier Ordoquy 2017-11-04 09:55:56 +0100
  • 5455771cc6
    Merge pull request #5555 from jdufresne/trove Xavier Ordoquy 2017-11-04 09:49:20 +0100
  • da266fb864 Rename [wheel] section to [bdist_wheel] as the former is legacy Jon Dufresne 2017-11-03 17:40:14 -0700
  • 18180c9fc6 Add pip cache support to the Travis CI configuration Jon Dufresne 2017-11-03 16:08:34 -0700
  • 64cfa3b64d Add trove classifier for Python 3.6 support. Jon Dufresne 2017-11-03 16:03:05 -0700
  • 526bdacc54
    Merge pull request #5553 from adrienbrunet/patch-1 Xavier Ordoquy 2017-11-03 17:30:49 +0100
  • 6d3d82ae54 add testcase and PEP8 multilines fix Trang Tran 2017-11-03 22:37:25 +0700
  • 1575bd98d8
    Update link to documentation Adrien Brunet 2017-11-03 15:49:21 +0100
  • e687e70de3 fix processing unicode symbols in query_string by Python 2 Yuri Nikulin 2017-11-02 14:21:56 +0300
  • 5d71d8d4b8 Increase test coverage for drf_create_token command (#5550) Vasyl Dizhak 2017-11-02 10:26:42 +0100
  • 3ddc22f708 Add djangorestframework-rapidjson to third party packages (#5549) Allisson Azevedo 2017-11-02 06:19:33 -0300
  • 9e79cb4145 increase test coverage for drf_create_token command Vasyl Dizhak 2017-11-01 20:50:59 +0100
  • 56a0ec3924 Add djangorestframework-rapidjson to third party packages Allisson Azevedo 2017-11-01 13:49:21 -0300
  • 00148d545c Add support for models with custom primary key Brad MacPhee 2016-09-21 11:37:53 -0300
  • 93e75ec138 Catch OverflowError for "out of range" datetimes (#5546) Stephen Chisholm 2017-10-31 06:17:08 -0300
  • b9cce33788 Catch and rethrow OverflowError as a ValidationError Stephen Chisholm 2017-10-30 13:24:47 -0300
  • 4249245123 Add import to example in api-guide/parsers (#5547) Danilo Akamine 2017-10-30 12:11:54 -0400
  • 2ed79d5721 Add import to example in api-guide/parsers Danilo Akamine 2017-10-30 11:42:04 -0400
  • 960188d55f Add out of range datetime test Stephen Chisholm 2017-10-30 11:23:44 -0300
  • 2b6245db53
    Ensure Location header is strictly a 'str', not subclass. Closes #5541 (#5544) Tom Christie 2017-10-30 13:08:52 +0000
  • 32e45455b6 Ensure Location header is strictly a 'str', not subclass. Closes #5541 Tom Christie 2017-10-30 12:23:20 +0000
  • 5009aeff18 Fields with 'allow_null=True' should imply a default serialization value (#5518) Ryan P Kilby 2017-10-30 05:17:53 -0400
  • 3bd95a1cbc Merge 9ce41698f3 into 1f693c331e Jezeniel Zapanta 2017-10-29 22:46:07 +0000
  • 9ce41698f3
    Add force_authenticate in APITestCase example Jezeniel Zapanta 2017-10-30 06:41:38 +0800
  • 311e8506f8 Change ImageField validation pattern, use validators from DjangoImageField Sergei Azarkin 2017-10-27 15:28:45 +0300
  • d0b85b28b7 Pass correct initial_data to ListSerializer child (#5345) Jamie Cockburn 2017-10-27 12:55:25 +0100
  • a1b5820b7c Using standard assert instead of self.fail(). Trang Tran 2017-10-26 21:17:49 +0700
  • e8b1767629 Adding rounding parameter to DecimalField. Trang Tran 2017-10-26 08:03:35 +0700
  • 1f693c331e Fix dotted source ordering (#5533) Carlton Gibson 2017-10-25 11:46:21 +0200
  • 5f259e5908 Add test for non-dotted source. Carlton Gibson 2017-10-25 11:33:50 +0200
  • dc69e7692a replaced '.' for '__' in dotted ordering sources OmegaDroid 2017-10-23 15:21:56 +0100
  • 9ddbb7332a Merge 894a94ce70 into 7261ae653a Daniel Bate 2017-10-25 08:56:49 +0000
  • 7261ae653a Schema: Exclude OPTIONS/HEAD for ViewSet actions (#5532) Carlton Gibson 2017-10-25 10:56:40 +0200
  • efb047fa07 JSONField renders as textarea (#5529) (#5530) Jamie Cockburn 2017-10-25 09:55:41 +0100
  • 91fa8b923a Stop JSONBoundField mangling invalid JSON (#5526) (#5527) Jamie Cockburn 2017-10-25 09:54:38 +0100
  • bb020a748f Schema: Exclude OPTIONS/HEAD for ViewSet actions Carlton Gibson 2017-10-25 10:46:52 +0200
  • d2e99a21b6 JSONField renders as textarea (#5529) Jamie Cockburn 2017-10-24 15:21:14 +0100
  • 0c74c98fac Stop JSONBoundField mangling invalid JSON (#5526) Jamie Cockburn 2017-10-24 13:55:48 +0100
  • 894a94ce70 replaced '.' for '__' in dotted ordering sources OmegaDroid 2017-10-23 15:21:56 +0100
  • 1c9ad52cb6 Clarify pagination system check (#5524) Carlton Gibson 2017-10-23 12:31:59 +0200
  • 5b77a7718a Clarify pagination system check Carlton Gibson 2017-10-23 12:15:28 +0200
  • 2955ed34eb Merge 0a91f9cbda into 916a4a27ef GarakdongBigBoy 2017-10-23 10:02:16 +0000