Commit Graph

  • 86c72bb226 Fix schema generation of ManyRelatedField to detect the child type (#6489) Kevin Brown 2019-03-07 05:26:03 -0500
  • a1194ef777 Sponsor updates Tom Christie 2019-03-07 10:20:41 +0000
  • fd32dd7ca4 Explicitly raise exc in 'raise_uncaught_exception' (#6435) Ryan P Kilby 2019-03-07 01:44:20 -0800
  • 9e1e32f678 upgraded pytest dependencies (#6492) Asif Saif Uddin 2019-03-07 15:22:00 +0600
  • 02b2e99df4
    CursorPagination doesn't support nested field orderding Mohammad Hossein Gerami 2019-03-07 11:19:34 +0330
  • 9a76a75063 upgraded optional dependencies Asif Saif Uddin 2019-03-07 11:59:14 +0600
  • b5370d4c88 upgraded pytest dependencies Asif Saif Uddin 2019-03-07 10:15:49 +0600
  • f36fb37218 Removed comments João Pedro 2019-03-07 12:52:51 +1300
  • 914a910359 Removed prints João Pedro 2019-03-07 12:09:44 +1300
  • 1b6994dba1 Added failing test case and possible fix João Pedro 2019-03-07 12:02:46 +1300
  • b1b56eef1a fixed isort failures Asif Saif Uddin 2019-03-06 20:20:40 +0600
  • cae3234dbe Added test for schemas for many-to-many fields Kevin Brown 2019-03-06 08:04:54 -0500
  • 8e3594364f Introspect ManyRelatedField data type recursively Kevin Brown 2019-03-05 19:58:22 -0500
  • 9d06e43d05 Replace type('') with six.text_type (#6482) Jon Dufresne 2019-03-05 03:11:46 -0800
  • 1bfea68aeb Replace type('') with six.text_type Jon Dufresne 2019-03-02 09:21:23 -0800
  • dfc277cce6 Corrected tutorial 1 example renderer output to bytes. (#6486) Luoxzhg 2019-03-05 18:50:13 +0800
  • fcde219928 Deployed ac7b20cc with MkDocs version: 0.16.3 Carlton Gibson 2019-03-04 14:47:54 +0100
  • ac7b20cca2 Fix get_search_fields example (#6487) SrdjanCosicPrica 2019-03-04 14:46:14 +0100
  • b28e5850f0 Fix get_search_fields example Srdjan Cosic 2019-03-04 09:22:28 +0100
  • f0f47f91e3
    Fixed a document mistake Luoxzhg 2019-03-04 15:26:31 +0800
  • 7e0d41608c fixed merge conflicts Asif Saif Uddin 2019-03-04 12:01:02 +0600
  • aaee4bd6e6 Deployed 0ab527a3 with MkDocs version: 0.16.3 Carlton Gibson 2019-03-03 20:21:22 +0100
  • 0ab527a3df Updated release notes for v3.9.2 3.9.2 Carlton Gibson 2019-03-03 15:46:57 +0100
  • ac4c78967a Update version for v3.9.2 release. Carlton Gibson 2019-03-03 15:33:16 +0100
  • 7eac86688a Remove executable bit from static assets (#6484) Jon Dufresne 2019-03-03 10:39:08 -0800
  • 05da7de56e Remove executable bit from static assets Jon Dufresne 2019-03-03 07:17:35 -0800
  • 7c46cc22f1 Updated release notes for v3.9.2 Carlton Gibson 2019-03-03 15:46:57 +0100
  • d677d06e70 Update version for v3.9.2 release. Carlton Gibson 2019-03-03 15:33:16 +0100
  • 94593b3a50
    Introduce RemovedInDRF…Warning classes to simplify deprecations. (#6480) Carlton Gibson 2019-03-03 09:20:45 +0100
  • a216d02ce0 Merge multiple isinstance() calls to one (#6481) Jon Dufresne 2019-03-02 12:48:03 -0800
  • a31a35732f Merge multiple isinstance() calls to one Jon Dufresne 2019-03-02 09:11:28 -0800
  • a1bffad5a5 Introduce RemovedInDRF…Warning classes to simplify deprecations. Carlton Gibson 2019-03-01 18:15:51 +0100
  • 31bf597081 Updated note on BooleanField required kwarg generation. Carlton Gibson 2019-03-01 12:48:12 +0100
  • e9f46c9b59 Avoid api_settings attribute evaluation at import time (#6478) Andrzej Pragacz 2019-03-01 01:30:30 +0100
  • 1dc81acb4d Fixed a typo in pagination docs. (#6475) Ramon de Jezus 2019-02-28 15:18:58 +0100
  • 06989dd4b1
    Fixed a typo Ramon de Jezus 2019-02-28 14:24:45 +0100
  • 317174b163 Avoided calling distinct on annotated fields in SearchFilter. (#6240) Andrzej Górski 2019-02-25 16:59:25 +0100
  • 6c197eeb79 Avoided calling distinct on annotated fields in SearchFilter. Andrzej Górski 2018-10-10 22:33:04 +0200
  • 2daf6f1341 Add negation ~ operator to permissions composition (#6361) Adrien Brunet 2019-02-25 15:33:40 +0100
  • 739b0a272a Fix DeprecationWarning in tests when accessing collections.abc classes via collections (#6473) Xtreak 2019-02-25 19:52:45 +0530
  • 65bba87a33 Fix linter errors xtreak 2019-02-25 13:46:58 +0000
  • 94fbfcb6fd Added lazy evaluation to composed permissions. (#6463) Frédéric Massart 2019-02-25 20:47:02 +0800
  • 7c742dc12f Added lazy evaluation to composed permissions. Frédéric Massart 2019-02-20 13:40:55 +0800
  • c8b0361add Fix DeprecationWarning in tests when accessing collections.abc classes via collections xtreak 2019-02-25 11:00:15 +0000
  • 8a29c53226 Allowed Q objects in limit_choices_to introspection. (#6472) Carlton Gibson 2019-02-25 11:49:29 +0100
  • 7df425fc0b Allowed Q objects in limit_choices_to introspection. Carlton Gibson 2019-02-25 11:32:10 +0100
  • 07c5c968ce Fix DeprecationWarning when accessing collections.abc classes via collections (#6268) Charlie Hornsby 2019-02-25 10:17:04 +0200
  • cb926088c1
    #6468 document DateTimeField default_timezone argument Ryan Siemens 2019-02-22 11:41:27 -0800
  • 286cf57a8d
    Update filtering docs (#6467) Ryan P Kilby 2019-02-22 10:58:01 -0800
  • 60e0522346 Update 'filter_class' => 'filterset_class' Ryan P Kilby 2019-02-22 10:25:33 -0800
  • d932baa646
    Corrected link to ajax-form library. Carlton Gibson 2019-02-22 11:11:52 +0100
  • 774b4eb78d
    Add args and kwargs support for get_object method in mixins Arya Khaligh 2019-02-20 12:07:42 +0330
  • d110454d4c Added SearchFilter.get_search_fields() hook. (#6279) Allan Reyes 2019-02-19 08:18:14 -0800
  • 210240d0d8 Added SearchFilter.get_search_fields() hook. Allan Reyes 2018-10-24 21:58:40 -0700
  • 1ece516d2d Adjusted field validators to accept iterables. (#6282) Si Feng 2019-02-19 07:38:20 -0800
  • 6de33effd6
    Doc’d requirement to implement has_object_permission() (#6462) Carlton Gibson 2019-02-19 16:18:55 +0100
  • 9bc5b29646 Adjusted field validators to accept iterables. Si Feng 2018-10-26 14:42:14 -0700
  • c579f3f305 Doc’d requirement to implement has_object_permission() Carlton Gibson 2019-02-19 15:49:55 +0100
  • eb3180173e Made templates compatible with session-based CSRF. (#6207) jeffrey k eliasen 2019-02-19 03:15:03 -0800
  • 1660469ed8
    Merge pull request #6460 from michael-k/docs-py3-compat Xavier Ordoquy 2019-02-17 22:16:35 +0100
  • f9401f5ff0
    Fix Python 3 compat in documentation Michael Käufl 2019-02-16 15:47:13 +0100
  • de3929fb33 Add Python 3.7 to classifiers. (#6458) Rohit Gupta 2019-02-15 15:27:02 +0530
  • 6c4a15af6c
    Add Python 3.7 to classifiers Rohit Gupta 2019-02-15 14:21:22 +0530
  • e8b4bb1471 Added tests for generateschema management command. (#6442) kuter 2019-02-14 17:51:10 +0100
  • fb23cef254 Skip malformed YAML on PY2 test. Carlton Gibson 2019-02-14 16:36:10 +0100
  • 095fd7ad8a Edits. Carlton Gibson 2019-02-14 16:10:54 +0100
  • 65f5c11a5b Document support for Django 2.2. Carlton Gibson 2019-02-14 15:38:21 +0100
  • 1c5466eae7 Remove Django 2.2 from allowed failure. Carlton Gibson 2019-02-14 15:23:15 +0100
  • 59fcbc6dd5 Add migration for generic relations Tag model. Carlton Gibson 2019-02-14 14:29:57 +0100
  • 481ae69df3 Add migration for CustomToken test model. Carlton Gibson 2019-02-14 09:30:53 +0100
  • cb4cbb61f2 Fix search filter tests against Django 2.2. Carlton Gibson 2019-02-14 08:50:27 +0100
  • 606dd49227 Update tox to use Django 2.2b2. Carlton Gibson 2019-02-14 08:48:36 +0100
  • 8183ed23bd Document support for Django 2.2. Carlton Gibson 2019-02-14 15:38:21 +0100
  • 21924b17c5 Remove Django 2.2 from allowed failure. Carlton Gibson 2019-02-14 15:23:15 +0100
  • 99a32b358f Add migration for generic relations Tag model. Carlton Gibson 2019-02-14 14:29:57 +0100
  • 5f3323bc4a Add migration for CustomToken test model. Carlton Gibson 2019-02-14 09:30:53 +0100
  • 3b996c6dc2
    Correct 3rd-party-packages link in issue template. Carlton Gibson 2019-02-14 12:01:36 +0100
  • ea3ea82d8c Fix search filter tests against Django 2.2. Carlton Gibson 2019-02-14 08:50:27 +0100
  • aa5c1e5613 Update tox to use Django 2.2b2. Carlton Gibson 2019-02-14 08:48:36 +0100
  • d23ea30d26
    Merge pull request #6454 from johnthagen/patch-1 Xavier Ordoquy 2019-02-14 06:47:31 +0100
  • 9f66fc9a7c
    Fix typo in caching docs johnthagen 2019-02-13 19:00:16 -0500
  • 1cb0a0ccd5 fixed tests kuter 2019-02-11 22:18:26 +0100
  • 6971c169d4 tests fix kuter 2019-02-11 20:30:00 +0100
  • 83f744350e
    Allow suffix_require=None, only non-suffixed URL Jax Xie 2019-02-11 16:44:40 +0800
  • 576b70a7e7 removed mock library from tests kuter 2019-02-08 00:09:39 +0100
  • dc6b3bf42e Fix tutorial instruction to also add pyyaml (#6443) briwa 2019-02-07 16:10:11 +0800
  • abf07e672e Fix throttling documentation for specifying alternate caches (#6446) Tanner Prestegard 2019-02-06 14:26:09 -0600
  • 4f65afc930
    Fix throttling documentation for specifying alternate caches Tanner Prestegard 2019-02-06 11:15:48 -0600
  • 3c5c61f33b fix for a couple of missing words (#6444) carlfarrington 2019-02-06 09:35:04 +0000
  • c496e6a978
    fix for a couple of missing words carlfarrington 2019-02-06 09:17:47 +0000
  • aec9a5332f Fix tutorial instruction to also add pyyaml briwa 2019-02-06 15:02:15 +0800
  • 879ac30482 Tests for generateschema management command kuter 2019-02-06 00:20:06 +0100
  • 3799a8b23a feature(Secure API docs): added new flag to switch on/off the authentication needed to view the documentation of the APIs Luvpreet Singh 2019-02-05 19:18:31 +0530
  • b17eaba8e1 Use raw user IDs in authtoken admin Ben Wilber 2019-02-04 14:05:03 -0500
  • 14be841e64
    Update highlight markdown preprocessor to use register (#6412) Mark Cabanero 2019-01-18 14:47:00 -0500
  • 522017f895 Fixed JsonField schema reuturn type. Sebastião Neto 2019-02-02 20:02:11 -0200
  • 7c6e34c14f Fix typo: 'what' to 'that' (#6437) jhtimmins 2019-02-02 05:49:58 -0800
  • da49017f4b
    Fix typo: 'what' to 'that' jhtimmins 2019-02-02 00:33:56 -0800
  • eca7632e05 Explicitly raise exc in 'raise_uncaught_exception' Ryan P Kilby 2019-02-01 19:58:24 -0800
  • 7310411533 Updated example models to use __str__ in relations docs. (#6433) Daniel Roseman 2019-02-01 18:50:27 +0000