Commit Graph

  • e16273a658 Simplify import_from_string() with Django's import_string() (#6617) Jon Dufresne 2019-05-01 15:32:28 -0700
  • 1c976f2ac8 Fix typo in docs (#6628) vu3jej 2019-05-02 03:54:38 +0530
  • 3a7e936a46
    Fix Custom authentication example Jon Besga 2019-05-01 20:38:18 +0100
  • 23db0bee00
    Update setup.py Jon Dufresne 2019-05-01 21:13:07 +0600
  • 0d47f4fc80 Simplify import_from_string() with Django's import_string() Jon Dufresne 2019-04-29 17:57:43 -0700
  • 66bf9afe91 Remove unnecessary bytes() calls Jon Dufresne 2019-04-30 05:30:26 -0700
  • 49a88844e4 fixed merged conflicts Asif Saif Uddin 2019-05-01 15:05:24 +0600
  • 059947028b Update docs on django-oauth-toolkit (#6618) Jon Dufresne 2019-04-30 22:52:26 -0700
  • 5e1619bc9e Remove unnecessary assignments immediately before a return statement (#6619) Jon Dufresne 2019-04-30 22:51:54 -0700
  • 565794bedc Replace virtualenv references with venv in the docs (#6636) Jon Dufresne 2019-04-30 22:51:02 -0700
  • 8687f6135f Remove references to Python 2 from the docs (#6635) Jon Dufresne 2019-04-30 22:50:29 -0700
  • 3f19e66d9f Replace all usage ugettext functions with the non-u versions (#6634) Jon Dufresne 2019-04-30 22:49:54 -0700
  • 513a49d63b Drop default 'utf-8' to .encode()/.decode() (#6633) Jon Dufresne 2019-04-30 22:49:17 -0700
  • 734ca7ca8c Remove unneeded repo() test (#6632) Jon Dufresne 2019-04-30 22:46:30 -0700
  • b4e80ac721 Remove unnecessary coerce to str() in test_decorators.py (#6637) Jon Dufresne 2019-04-30 22:45:16 -0700
  • ff86f09f74 Remove unnecessary compatibility shims from rest_framework/compat.py (#6631) Jon Dufresne 2019-04-30 22:44:33 -0700
  • f1e88c7106 Remove unnecessary coerce to str() in test_decorators.py Jon Dufresne 2019-04-30 05:27:04 -0700
  • 5ba1a82e3d Replace virtualenv references with venv in the docs Jon Dufresne 2019-04-30 06:10:09 -0700
  • a29c14033d Remove references to Python 2 from the docs Jon Dufresne 2019-04-30 05:58:02 -0700
  • 0810aaedf5 Replace all usage ugettext functions with the non-u versions Jon Dufresne 2019-04-30 05:40:24 -0700
  • caa4e8cf31 Drop default 'utf-8' to .encode()/.decode() Jon Dufresne 2019-04-30 18:10:50 -0700
  • 83c473c14e Remove pointless test Jon Dufresne 2019-04-30 18:05:45 -0700
  • 450fd04d3b Remove unnecessary compatibility shims from rest_framework/compat.py Jon Dufresne 2019-04-30 04:38:11 -0700
  • 8b0d13dc0c Added black configuration Rizwan Mansuri 2019-04-30 21:22:47 +0100
  • 4cee16bd75 Fix Markdown version deprecation warning Kevin Marsh 2019-04-30 11:17:52 -0700
  • c4d8be9564 fixed build error Asif Saif Uddin 2019-04-30 22:27:20 +0600
  • a1bea5beac fixed merge conflicts Asif Saif Uddin 2019-04-30 22:12:16 +0600
  • 0407a0df8a
    Dropped Python 2 compatibility. (#6615) Carlton Gibson 2019-04-30 17:53:44 +0200
  • dda050e700 Dropped Python 2 compatibility. Carlton Gibson 2019-04-29 16:57:45 +0200
  • 0b31829e6b Correct misspelled class name Jithesh Eriyakkadan Janardhanan 2019-04-30 19:41:37 +0530
  • 5c992baf32
    Merge pull request #6627 from vu3jej/docs Xavier Ordoquy 2019-04-30 14:55:27 +0200
  • 908236a576 Correct misspelled class name Jithesh Eriyakkadan Janardhanan 2019-04-30 18:01:17 +0530
  • b3adce4c05
    Add project_urls to setup.py Michael Käufl 2019-04-30 13:37:35 +0200
  • 6bf5db02c0
    [fields] Format error message only if params exist Michael Käufl 2019-04-30 11:27:31 +0200
  • b181a61ae4
    Fix dependency naming and Markdown syntax link Jimmy Merrild Krag 2019-04-30 11:36:59 +0200
  • cffacc268d Dropped Python 3.4 compat import Asif Saif Uddin 2019-04-30 15:36:16 +0600
  • ffe7a79ad0 Dropped Python 3.4 support Asif Saif Uddin 2019-04-30 14:56:32 +0600
  • 1a0a8dde00 Correct misspelled module 'typing' (#6616) Jon Dufresne 2019-04-30 01:44:01 -0700
  • 4a03bfe137 Remove unnecessary assignments immediately before a return statement Jon Dufresne 2019-04-29 20:06:24 -0700
  • 235254e49d Update docs on django-oauth-toolkit Jon Dufresne 2019-04-29 18:12:53 -0700
  • 010b1897c5 Correct misspelled module 'typing' Jon Dufresne 2019-04-29 17:43:37 -0700
  • 65bf134c46 Deployed 7f16ed77 with MkDocs version: 0.16.3 Carlton Gibson 2019-04-29 15:40:36 +0100
  • 7f16ed7727 Correct version number in release notes. 3.9.3 Carlton Gibson 2019-04-29 16:33:07 +0200
  • 83d09c7bc5
    Update version and release notes for v3.9.3. Carlton Gibson 2019-04-29 16:30:44 +0200
  • b08550e546 Update version and release notes for v3.9.3. Carlton Gibson 2019-04-29 16:19:23 +0200
  • bf9859de51
    Adjust django-guardian check for PY2 compatible version. (#6613) Carlton Gibson 2019-04-29 16:08:39 +0200
  • 5e5c27ef95 Adjust django-guardian check for PY2 compatible version. Carlton Gibson 2019-04-29 15:23:18 +0200
  • c49bb59c37 Allow SchemaView to handle both CoreAPI & OpenAPI. Carlton Gibson 2019-04-29 15:08:04 +0200
  • da01a97b83 User get_username() method instead of the username attribute, as recommended in Django François Chapuis 2019-04-29 12:40:49 +0200
  • bb0db35680 Allow generateschema to handle CoreAPI & OpenAPI. Carlton Gibson 2019-04-29 11:20:34 +0200
  • c23a1d199e Skip generateschema command tests when deps not installed. Carlton Gibson 2019-04-04 17:44:59 +0200
  • 609ba5a2b5 Separate Generator code by schema type. Carlton Gibson 2019-04-04 17:26:04 +0200
  • c382ae40d8 Separate Inspector code by schema type. Carlton Gibson 2019-04-04 17:09:10 +0200
  • 88005c79fa Place generateschema tests with other schema tests. Carlton Gibson 2019-04-04 15:57:22 +0200
  • 8b3a54ea98 Begin release announcement. Carlton Gibson 2019-04-04 15:46:19 +0200
  • e181610291 Fix requestBody not wrapped in a schema in OpenAPI (#6565) Lucidiot 2019-04-04 11:29:51 +0200
  • 1c0a430049 Add operationId on OpenAPI operations (#6549) Lucidiot 2019-03-29 16:36:55 +0100
  • 61c0c8f17b Corrected filtering of read/write-only fields. Carlton Gibson 2019-03-26 21:11:16 +0100
  • aee69bd6c8 Note uritemplate dependency. Carlton Gibson 2019-03-26 15:03:40 +0100
  • 5a3eab65b6 Use copy() of properties dict when filtering read/write-only fields. Carlton Gibson 2019-03-26 13:56:10 +0100
  • 7995870dbb Added OpenAPI Schema Generation. Carlton Gibson 2019-03-19 15:51:59 +0100
  • 59a5a5a868
    Merge pull request #6611 from dsanders11/patch-1 Xavier Ordoquy 2019-04-27 22:04:07 +0200
  • 95e28b2252
    Fix typo in docs David Sanders 2019-04-27 12:07:49 -0700
  • 7018784b78
    Change semantic of OR of two permission classes Mark Yu 2019-04-24 22:25:37 +0800
  • 0b2948ccb7 resolve #6555 add status_code in constructor of ValidationError mandala21 2019-04-23 19:16:18 -0300
  • 1ac0f63aa9 Fix private attributes ignore in documentation (#6601) Dmitry Alimov 2019-04-21 19:27:13 +0300
  • a9b5630602 Fix private attributes ignore in documentation Dmitry Alimov 2019-04-21 17:38:50 +0300
  • e873e57f4b Removed references to django-crispy-forms Adam Taylor 2019-04-19 14:07:01 -0600
  • 4ba90dc550 Remove recommendation for DRF Docs Aart Goossens 2019-04-10 16:26:04 +0200
  • 1cd4f9fec1
    Fix CursorPagination when objects get deleted between calls (#6504) Joachim Jablon 2019-04-14 02:08:34 +0200
  • fab3a9c8b3
    Added regression tests (#6504) Joachim Jablon 2019-04-13 19:10:40 +0200
  • f010240d04
    change User to get_user_model() danillab 2019-04-15 11:41:33 +0700
  • 76321de748 added docstring Jón Levy 2019-04-15 03:45:35 +0000
  • 3d3d0ffa53 few more tests Jón Levy 2019-04-15 03:31:22 +0000
  • e09182ff53 move SearchListViewSet out of test class scope and reuse Jón Levy 2019-04-15 03:26:51 +0000
  • bfdf11583f move SearchListViewSet out of test class scope and reuse Jón Levy 2019-04-15 03:17:33 +0000
  • db65282163
    Merge pull request #6588 from rawteech/master Xavier Ordoquy 2019-04-15 02:31:07 +0200
  • 67959d2909 added test_search_field_with_valid_search_param Jón Levy 2019-04-14 21:15:35 +0000
  • 8bf0cb2dc5 fix test_search_field_with_breaking_params Jón Levy 2019-04-14 21:04:34 +0000
  • 7480bdcf35 fix test_search_field_with_breaking_params Jón Levy 2019-04-14 20:59:00 +0000
  • 3b962864b2 fix order in super Jón Levy 2019-04-14 14:59:09 +0000
  • a5292b2ce9 added required arguments to super() for Django bakwards compatibility Jón Levy 2019-04-14 14:50:03 +0000
  • 0a25bb9117 cleanup Jón Levy 2019-04-14 14:36:16 +0000
  • ba38fc0729 draft of using a form to sanitize query params Jón Levy 2019-04-14 14:33:37 +0000
  • cc93eb2457 added test_search_field_with_breaking_params Jón Levy 2019-04-14 12:38:35 +0000
  • 1b0cbaabb4 added test for #5127 Jón Levy 2019-04-13 16:49:15 +0000
  • 115ac582b8 isort fix Rizwan Mansuri 2019-04-13 16:55:51 +0100
  • 9e36a84619 Removed repeated model in tests and isort fix Rizwan Mansuri 2019-04-13 16:13:35 +0100
  • 74dfa54d51 Removed repeated models in tests Rizwan Mansuri 2019-04-13 16:05:50 +0100
  • d0937558f3 Removed py version on lint env Rizwan Mansuri 2019-04-13 15:21:03 +0100
  • 7f7930ce6a improve display for docs sidebar (#5638) Tom Quinonero 2019-04-13 15:54:41 +0200
  • 3963fac7d2 add sans-serif fallback for Verdana in docs sidebar Tom Quinonero 2019-04-13 15:52:05 +0200
  • c3208e6bf9 Added to linting run against python3.7 Rizwan Mansuri 2019-04-13 14:57:24 +0100
  • a00ffadd0e Switchede to python3.6 Rizwan Mansuri 2019-04-13 14:53:11 +0100
  • 13b8c2ec09 Removed black verbose args and running lint under py3.7 Rizwan Mansuri 2019-04-13 14:34:13 +0100
  • f8c4e5079e Minor documentation fixes (#6581) Billy Rotich 2019-04-13 15:02:19 +0200
  • b5fde13f54
    Add django-rest-witchcraft to third party packages Serkan Hosca 2019-04-13 08:49:28 -0400
  • f418b4e9ca black/flake8/isort fix Rizwan Mansuri 2019-04-13 12:16:48 +0100
  • f2eacd3660 Black configuration Rizwan Mansuri 2019-04-13 11:22:29 +0100
  • 5cb335155a adding small clarification on nested serializiers via through models Andreu Vallbona Plazas 2019-04-13 11:38:51 +0200