Commit Graph

  • 3c35d6fc36 Fix django deprecation warnings Ryan P Kilby 2016-11-28 19:40:27 -0500
  • 9f4c9691f4 converted filters tests asserts to pytest style (#4711) Asif Saifuddin Auvi 2016-11-28 20:31:27 +0600
  • 5d36a5620b fix error Asif Saifuddin Auvi 2016-11-28 20:15:43 +0600
  • f3dfa1bbe0 converted filters tests asserts to pytest style Asif Saifuddin Auvi 2016-11-28 19:49:25 +0600
  • 3be274347f django-filters rest_framework module import fix according to official documentation Kid Binary 2016-11-28 15:01:30 +0200
  • 42d6098c74 converted primary key relations test asserts to pytest (#4709) Asif Saifuddin Auvi 2016-11-28 15:43:48 +0600
  • aaa86881a4 converted more asserts to pytest style Asif Saifuddin Auvi 2016-11-28 15:16:50 +0600
  • c705a7dc7c added missing assert is None Asif Saifuddin Auvi 2016-11-28 14:20:40 +0600
  • 0d3d6d92d9 added missing assert not Asif Saifuddin Auvi 2016-11-28 14:09:33 +0600
  • 88b7a27440 converted primary key relations test asserts to pytest Asif Saifuddin Auvi 2016-11-28 13:54:14 +0600
  • ea8fc99d6a Merge pull request #4708 from auvipy/pytest2 Xavier Ordoquy 2016-11-28 07:40:20 +0100
  • cd3fd36d0e converted generic relations assert to pytest style Asif Saifuddin Auvi 2016-11-27 23:55:09 +0600
  • 632778448a Extract APISchemaView and APIRootView out of the DefaultRouter. Xavier Ordoquy 2016-11-26 09:40:38 +0100
  • abc62afddb docs typo fix (#4701) Nik Nyby 2016-11-24 04:39:18 -0500
  • d227a92894 docs typo fix Nik Nyby 2016-11-23 20:37:30 -0500
  • eaec60ae1d docs: grammar fix - it's -> its (#4698) Nik Nyby 2016-11-23 11:10:39 -0500
  • 36552eb5fe Merge pull request #4699 from nikolas/patch-4 Xavier Ordoquy 2016-11-23 16:19:02 +0100
  • a13b8d5560 docs: grammar fix Nik Nyby 2016-11-23 10:13:03 -0500
  • 743c628f96 docs: grammar fix - it's -> its Nik Nyby 2016-11-23 09:57:52 -0500
  • 5ec223bca0 converted validators and write_only_fields test to pytest style (#4697) Asif Saifuddin Auvi 2016-11-23 20:05:34 +0600
  • 0a159dc801 chopped unneeded is True Asif Saifuddin Auvi 2016-11-23 19:53:48 +0600
  • 0365602563 revert change to fix error Asif Saifuddin Auvi 2016-11-23 19:51:29 +0600
  • bb31469027 converted validators test to pytest style Asif Saifuddin Auvi 2016-11-23 19:32:11 +0600
  • 4b59ec27fa convert tests asserts to pytest style (#4696) Asif Saifuddin Auvi 2016-11-23 19:17:00 +0600
  • 3bc4138fe7 converted write_only_fields tests to pytest style Asif Saifuddin Auvi 2016-11-23 19:10:12 +0600
  • 934978dc12 wraped string into singleline Asif Saifuddin Auvi 2016-11-23 18:51:54 +0600
  • 5515b9dabd converted test_views to pytest style Asif Saifuddin Auvi 2016-11-23 18:33:03 +0600
  • 4ec8bc5de0 converted test_viewsets to pytest style Asif Saifuddin Auvi 2016-11-23 18:27:51 +0600
  • 3e1b31bb9b Merge pull request #4694 from auvipy/patch-1 Carlton Gibson 2016-11-23 11:20:12 +0100
  • f0872a6201 Merge pull request #4695 from vinayan3/patch-1 Xavier Ordoquy 2016-11-23 07:47:29 +0100
  • 8030f5b74f Edit to the import in Setting filter backends Vinay Anantharaman 2016-11-22 14:50:47 -0800
  • 1b9013ebae update django-filter to version 1.0.0 Asif Saifuddin Auvi 2016-11-22 19:46:12 +0600
  • b27fdb41ea Merge 03ca67da6f into 45e90c3398 Хасанов Булат 2016-11-22 05:15:47 +0000
  • 2cd9cfc7a5 Documentation update. Tibo Beijen 2016-11-20 21:20:31 +0100
  • 16375f5453 Removed no longer needed tests. Added tests for using default when default is callable. Fixed field get_attribute(), now uses get_default() instead of default. Tibo Beijen 2016-11-20 21:14:45 +0100
  • 27e8f84855 Default value will now be used when serializing if key or attribute is missing. Tibo Beijen 2016-11-20 17:07:43 +0100
  • 7db2d4ef3e Merge 8d69b66bd2 into 45e90c3398 Si Feng 2016-11-18 03:12:59 +0000
  • 4c2d6b9bb7 Do not ignore source when building fields dynamically Thodoris Sotiropoulos 2016-11-17 18:51:22 +0200
  • 6a8116af1a Try to get WWW-Authenticate header from all authentication classes instead of only the first one (fixes #4680) Leonardo Arroyo 2016-11-14 18:32:43 -0200
  • 45e90c3398 Merge pull request #4679 from browniebroke/exceptions-docs-typo Xavier Ordoquy 2016-11-14 18:03:30 +0100
  • 0c02bbbfa7 Correct a small typo in exceptions documentation Bruno Alla 2016-11-14 16:58:16 +0000
  • 24b19c3c3e fixed url checker ':' to 'http' Ashraful Islam 2016-11-14 15:39:38 +0600
  • 4834d45c0c Possible typo Sinan Guclu 2016-11-11 11:24:21 +0100
  • 24791cb353 Invalidate any existing prefetch cache on PUT requests. (#4668) Tom Christie 2016-11-11 09:44:35 +0000
  • fa8322d54c Add regression test for #4661 Tom Christie 2016-11-11 09:26:16 +0000
  • f3c805eade Update tutorial section 1 with django-admin Alex Scott 2016-11-10 19:00:12 -0500
  • 8d69b66bd2 Allow error key in default exception handler to be customizable Si Feng 2016-11-10 11:16:16 -0800
  • 8bab7f8d58 Only apply the nested writes test to writable fields. (#4669) Tom Christie 2016-11-10 16:36:56 +0000
  • 19d123337f Only apply the nested writes test to writable fields. Tom Christie 2016-11-10 16:02:16 +0000
  • 384f3a0240 Invalidate any existing prefetch cache on PUT requests. Tom Christie 2016-11-10 15:41:36 +0000
  • 388cf7622c Adds Django/Python Trove Classifiers (#4662) Michael Barr 2016-11-09 07:59:11 -0500
  • 2def4e5a32 Remove Python 3.2 trove classifier Michael Barr 2016-11-08 13:27:52 -0500
  • a761a9406c swagger template processing fix Roman Vasilyev 2016-11-08 10:20:35 -0800
  • 2921cc5f9c Fixes tomchristie/django-rest-framework#4654 Michael Barr 2016-11-08 11:54:20 -0500
  • 086ffa3ec7 Deployed ea60872 with MkDocs version: 0.15.3 Tom Christie 2016-11-07 13:43:49 +0000
  • ea60872e9e Version 3.5.3 [ci skip] 3.5.3 Tom Christie 2016-11-07 13:38:48 +0000
  • 8d72535be9 Fix FilterSet warnings. (#4660) Tom Christie 2016-11-07 12:55:18 +0000
  • ccb8da741a Fix FilterSet warnings. Tom Christie 2016-11-07 12:25:54 +0000
  • 06df61e38c handle error when no links are found (#4649) Rex Salisbury 2016-11-07 03:41:10 -0800
  • ee60aaa945 Update versions of Django on tox.ini (#4651) Angel Velasquez 2016-11-07 08:37:58 -0300
  • befacfb00d Add autofocus support for input.html templates (#4650) James Beith 2016-11-07 22:34:53 +1100
  • 0b9304014d Add documentation link for single 'field-level validation' to the Validator docs page (#3772) (#4657) Aaron Lelevier 2016-11-07 12:30:46 +0100
  • 7f437123bd Added "drf_tweaks" to third party packages (#4659) pkrzyzaniak 2016-11-07 06:12:52 +0800
  • 43310ac06b Added "drf_tweaks" to third party packages Paweł Krzyżaniak 2016-11-07 00:16:42 +0800
  • aad0b03e74 Merge pull request #1 from tomchristie/master pkrzyzaniak 2016-11-07 00:14:37 +0800
  • dc1b6026e9 Add documentation link for single 'field-level validation' to the Validator docs page (#3772) aronysidoro 2016-11-05 14:49:44 +0100
  • 94a3d6ae80
    Fixed response header and status handling in DjangoTestAdapter Brian Rosner 2016-11-04 17:12:41 -0600
  • 3cb9d036e8
    Changed RequestsClient to accept an underlying client Brian Rosner 2016-11-04 16:40:49 -0600
  • 5802553405 minor typo for Russian locale Aidar Garifullin 2016-11-03 16:13:50 +0300
  • 2261cf9c7c Update versions of Django on tox.ini Angel Velasquez 2016-11-03 07:16:37 -0300
  • 1c1d35e158 Add autofocus support for input.html templates James Beith 2016-11-03 20:11:00 +1100
  • 3a224efb0f handle error when no links are found Rex Salisbury 2016-11-02 14:49:27 -0700
  • 35e3563e7a Add test showing error Carlton Gibson 2016-11-02 22:26:52 +0100
  • d55e176a1e Fix documentation error: removed unused variable (#4647) Carlos de la Torre 2016-11-02 11:03:53 -0300
  • 4c68831b7b Fix documentation error: removed unused variable Carlos de la Torre 2016-11-02 09:38:17 -0300
  • 45e058d7ba Fix unhandled Http404, PermissionDenied in schema generation (#4645) (#4646) Andrzej Pragacz 2016-11-02 10:04:01 +0100
  • 9d6dad5d3c Fix unhandled Http404, PermissionDenied in schema generation (#4645) Andrzej Pragacz 2016-11-02 01:55:06 +0100
  • bda1cea4e6 Deployed 2bf082a with MkDocs version: 0.15.3 Tom Christie 2016-11-01 11:32:46 +0000
  • 2bf082a623 Version 3.5.2 [ci skip] (#4641) 3.5.2 Tom Christie 2016-11-01 11:31:20 +0000
  • a1622f2ffc Version 3.5.2 [ci skip] Tom Christie 2016-11-01 11:30:44 +0000
  • 276ed80fd3 Support 'on'/'off' literals with BooleanField. Closes #4624 (#4640) Tom Christie 2016-11-01 11:11:34 +0000
  • 7038571157 Enable cursor pagination of value querysets. (#4569) Kennedy Mwenja 2016-11-01 13:42:01 +0300
  • 97d848413e Fix support of get_full_details() for Throttled exceptions (#4627) Nicolas Delaby 2016-11-01 11:38:56 +0100
  • 28bcbf22c1 Support 'on'/'off' literals with BooleanField. Closes #4624 Tom Christie 2016-11-01 10:33:55 +0000
  • 98df932194 Fix FilterSet proxy (#4620) Kieran Spear 2016-11-01 18:30:17 +0800
  • d92b24a0b7 Make serializer fields import explicit (#4628) Ryan P Kilby 2016-11-01 06:27:11 -0400
  • 5c54b227c1 Drop redundant requests adapter (#4639) Tom Christie 2016-11-01 10:24:53 +0000
  • 7eb6cdca00 Don't lose exception info (#4638) Tom Christie 2016-11-01 10:22:30 +0000
  • b0165f4ced Drop redundant requests adapter Tom Christie 2016-11-01 10:03:35 +0000
  • ec22ded2ef Don't lose exception info Tom Christie 2016-11-01 10:02:37 +0000
  • 895c67c9a2 Fixes #4532 (#4636) Alex Kahan 2016-10-31 16:41:54 -0400
  • 03ca67da6f Move MockRequest to helpers b.khasanov 2016-10-30 16:01:16 +0300
  • 8744849564 drop test_write_only_fields.py (not found by autodiscover), analogical tests in tests/fields/common/test_field_kwargs - TestWriteOnly b.khasanov 2016-10-30 13:59:11 +0300
  • 9ec7c8cd13 delete new line b.khasanov 2016-10-30 13:08:17 +0300
  • 62aa8d476c Split test_fields file to some files b.khasanov 2016-10-30 12:52:28 +0300
  • 18436e7bbb Issue #4532 admin console properly renders dicts Alex Kahan 2016-10-29 18:50:01 -0400
  • 46f837a9d1 Fix APIException full_details() typo in documentation (#4633) Josep Cugat 2016-10-28 13:05:32 +0200
  • 69d6618562 Fix APIException full_details() typo in documentation Josep Cugat 2016-10-27 15:48:36 +0200
  • 20839a7af2 Add runshell script Ryan P Kilby 2016-10-26 12:47:44 -0400
  • 9b07790b20 Add non-field imports that are public serializer API Ryan P Kilby 2016-10-26 11:18:50 -0400