Commit Graph

  • 807fd0ec01
    Don't catch exceptions in get_queryset Thomas Leese 2020-08-13 16:29:42 +0100
  • 3d708ac700
    Fix broken docs link (#7473) Vibhu Agarwal 2020-08-12 05:06:23 +0530
  • a14b8646bb
    add link for to_internal_value zach valenta 2020-08-11 10:55:58 -0400
  • 5adaf16363
    Fix incorrect link in docs:rest-hypermedia-hateoas Vibhu Agarwal 2020-08-11 00:52:43 +0530
  • 335a98f034 added django-jinja to test dependencies Bjoern Boschman 2020-08-08 10:14:04 +0200
  • 8175f7e390 Merge branch 'master' of github.com:tvsquared/django-rest-framework Bjoern Boschman 2020-08-08 10:11:57 +0200
  • aa0164e27d added testcases Bjoern Boschman 2020-08-08 10:11:51 +0200
  • c61c04a25f Fix NotImplemented code path to return NotImplemented itself. Karthikeyan Singaravelan 2020-08-06 16:05:39 +0000
  • 1e383f103a
    Check extra action func.__name__ (#7098) Ryan P Kilby 2020-08-05 21:29:47 -0700
  • b06c8ea7df Fix Python 3.5 compatibility Ryan P Kilby 2020-01-12 13:04:55 -0800
  • ed733b7d4c Check extra action's func.__name__ Ryan P Kilby 2020-01-11 23:01:08 -0800
  • 20a811dbda Test decorated extra action Ryan P Kilby 2019-12-20 13:49:38 -0800
  • 0d2bbd3177
    Fix Request docstring kwarg names (#7443) Michael K 2020-08-05 23:51:06 +0000
  • 17f2b39bdb
    Fix docs issue (#7418) Masked Man 2020-08-06 03:03:30 +0430
  • 7d5155e0eb
    Resize sponsor images for new GitHub layout (#7465) Tom Christie 2020-08-05 14:13:01 +0100
  • 7d26ea20fd Resize sponsor images for new GitHub layout Tom Christie 2020-08-05 14:11:52 +0100
  • 1a0c916b12 OASJSONParser peppelinux 2020-08-05 15:04:37 +0200
  • ae7549287a
    Update index.html Tom Christie 2020-08-05 14:02:49 +0100
  • 88b4cdbb52 [OpenAPI] Schemas Generator minor improvements, better generalization for third-party integrations peppelinux 2020-08-05 11:33:58 +0200
  • f00191a6db [OAS3] integer and number formats peppelinux 2020-08-05 12:03:40 +0200
  • eb1e2703de [OpenAPI] Schemas Generator minor improvements, better generalization for third-party integrations peppelinux 2020-08-05 11:33:58 +0200
  • f3d9d68970 Version 3.11.1 3.11.1 Tom Christie 2020-08-05 10:06:49 +0100
  • eb2c4c2dc7 Version 3.11.1 Tom Christie 2020-08-05 10:06:33 +0100
  • 7aeadd5f90 fixed tests and code linting peppelinux 2020-08-05 10:32:17 +0200
  • d0ef9d4660 [OAS3] OpenApi v3 Schema Generator compliant to Italian Agid guidelines peppelinux 2020-08-04 15:52:26 +0200
  • 181ea382d3 update fa_IR message file Aryan Baghi 2020-08-02 17:20:21 +0430
  • 609d3e9046 get_object_or_404: Catch OverflowError John Vandenberg 2020-08-02 14:14:49 +0700
  • c0af5ba3b6 Add test for y -> ies plural endings Matt Nawara 2020-07-31 10:42:46 -0400
  • e135ea88ba Pluralize list operations ending in y correctly Matt Nawara 2020-07-31 10:38:09 -0400
  • d19762bcef
    Update renderers.py Bjoern 2020-07-31 15:56:26 +0200
  • 3c8c933e99 make flake8 even more happy Bjoern Boschman 2020-07-31 11:44:33 +0200
  • 067d3e00f6 make flake8 happy Bjoern Boschman 2020-07-31 11:41:42 +0200
  • 2bd51a61f7
    Update settings.py Bjoern 2020-07-31 11:12:24 +0200
  • 007855ec76 Add overview of three different ways to restrict access Henryk Plötz 2020-07-31 11:00:47 +0200
  • fb593df204 Added TemplateEngineLoader to support multiple template engines Bjoern Boschman 2020-07-31 09:31:32 +0200
  • 658236d694 Document the limitation that object level permissions do not apply to object creation. See for example #6409. Henryk Plötz 2020-07-31 09:29:08 +0200
  • b92c46f9b6
    Fix names of kwargs in docstrings Michael Käufl 2020-07-30 14:21:47 +0200
  • cdc9510fd7 Add Django API Client to the third party packages rafaelhenter 2020-07-29 16:29:49 -0300
  • 559088463b
    Update an example to not use oppressive language (#7439) Paul Watts 2020-07-29 12:21:13 -0700
  • 18d2da59e4
    Code review update Paul Watts 2020-07-29 12:11:19 -0700
  • 510a764b5a
    Update an example to use less oppressive language Paul Watts 2020-07-29 10:22:33 -0700
  • 30ca04df83
    Fix broken links in documenting API section Mark Story 2020-07-29 09:58:53 -0400
  • fd207b6c66 Deployed cf8a5b5f with MkDocs version: 1.0.4 Tom Christie 2020-07-29 13:56:27 +0000
  • c252c3dfa5
    Update sponsors (#7434) Tom Christie 2020-07-29 14:55:10 +0100
  • cf8a5b5f3c Update sponsors Tom Christie 2020-07-29 14:50:35 +0100
  • 1e1bce5c38 Fix deprecation warning regarding NotImplemented being evaluated in boolean context. Karthikeyan Singaravelan 2020-07-29 13:35:33 +0000
  • a0bf3114b6 BooleanField with allow_null True Asif Saif Uddin (Auvi) 2020-07-29 11:24:20 +0600
  • 1acbaf2ee7 BooleanField with allow_null True Asif Saif Uddin (Auvi) 2020-07-29 11:09:17 +0600
  • 2e6bb8cbea BooleanField with null True Asif Saif Uddin (Auvi) 2020-07-29 10:51:00 +0600
  • 6c579e5536 Merge branch 'master' of https://github.com/encode/django-rest-framework Asif Saif Uddin (Auvi) 2020-07-29 09:53:02 +0600
  • 5314032ed1 re_path reorg Asif Saif Uddin (Auvi) 2020-07-29 09:43:16 +0600
  • e75d169496 re_path Asif Saif Uddin (Auvi) 2020-07-29 09:35:50 +0600
  • 74b81a2bf8 fix: fix import ordering Anes Foufa 2020-07-28 17:40:43 +0200
  • 97b6d0f09c feat: FloatField optionally validates that the number is no less than or equals to a given value. Anes Foufa 2020-07-28 17:26:12 +0200
  • a03b356e28 feat: FloatField optionally validates that the number is no greater than or equals a given value. Anes Foufa 2020-07-28 16:52:54 +0200
  • ed16454572 test case for 'PrimaryKeySerializerField' added Jerin Peter George 2020-07-27 09:43:35 +0530
  • 599e2b183d
    urlpatterns: Remove unnecessary branching (#7405) John Vandenberg 2020-07-24 00:26:35 +0700
  • 1e164c5eeb
    Just smalling cleaning up, causing confusion (#7426) Anirudh Bagri 2020-07-23 21:04:34 +0530
  • 44bea1704d
    Just smalling cleaning up, causing confusion Anirudh Bagri 2020-07-23 20:54:25 +0530
  • 3f947d2b87 Add docs Denis Orehovsky 2020-07-23 16:26:41 +0300
  • b420c930df OpenAPI: Allow separate serializers for request/response/components Aarni Koskela 2020-07-23 14:31:25 +0300
  • b59996756b Add distinction between request and response serializers Denis Orehovsky 2020-07-23 13:06:44 +0300
  • 1c62a62b30
    Remove broken links to articles स्पर्श 2020-07-21 18:32:06 +0545
  • 2bd1845372 update given feedbacks on url() is deprecated in Django 3.1 sanjusci 2020-07-19 09:39:03 +0530
  • b38e8e25b3 url() is deprecated in Django 3.1 sanjusci 2020-07-17 14:52:50 +0530
  • 20d3073652
    Fix #7412 Masked Man 2020-07-16 03:33:09 +0430
  • 23d225b372 'PrimaryKeySerializerField' introduced Jerin Peter George 2020-07-15 11:05:19 +0530
  • 4b06e0a5a1
    Fix tests crash on SQLite without JSON1 extension. (#7409) Mariusz Felisiak 2020-07-12 11:08:40 +0200
  • e72a0a44a4 Fix tests crash on SQLite without JSON1 extension. Mariusz Felisiak 2020-07-12 10:41:53 +0200
  • 722ef93c7f urlpatterns: Remove unnecessary branching John Vandenberg 2020-07-11 16:14:30 +0700
  • c760e24d33
    Update get_schema in docs Daniel Gilge 2020-07-08 18:36:45 +0200
  • 76232437d4
    Allow type checkers to make serializers generic (#7385) Anton Agestam 2020-07-07 11:05:36 +0200
  • d46d5cbaaa
    Not include charset when charset is None (#7400) Minjae Kim 2020-07-07 17:58:32 +0900
  • 01428f72db
    Not include charset when charset is None Minjae Kim 2020-07-07 15:27:22 +0900
  • 36bd1b30d8
    drf-encrypt-content added into third party list in documentation's serializer page (#7398) Oğuzhan Çelikarslan 2020-07-06 13:56:46 +0300
  • 2494a3a79d drf-encrypt-content added into third party list in documentation's serializer page Oğuzhan Çelikarslan 2020-07-04 18:39:33 +0300
  • 4fa2445187 Allow type checkers to make serializers generic Anton Agestam 2020-06-21 23:51:21 +0200
  • 28983cb28b
    Merge pull request #7290 from encode/xordoquy/fix_action_namespace Xavier Ordoquy 2020-07-03 20:18:18 +0200
  • f40650a82f Create get_handler method Dhaval Mehta 2020-06-30 22:59:05 +0530
  • 5ce237e004
    Corrected regex serialization for OpenAPI. (#7389) Dhaval Mehta 2020-06-28 17:58:59 +0530
  • e872862a91
    Added comment for why \z. Carlton Gibson 2020-06-28 14:09:31 +0200
  • 29847a123a fix isort Dhaval Mehta 2020-06-28 03:24:21 +0530
  • 9d2a6c8034 fix test cases for Django >= 3.0 Dhaval Mehta 2020-06-28 01:20:18 +0530
  • d443da68d8 replace \Z by \z in regex Dhaval Mehta 2020-06-24 16:11:41 +0530
  • 19915d1917
    Fix docs typo (#7387) Ngô Thanh Lợi (Leonn) 2020-06-23 04:24:50 +0700
  • 67ad471edf
    Add missing dot when refer to_internal_value() leonn 2020-06-22 20:31:51 +0700
  • 7a04269209
    Fixed docs typo (#7382) w 2020-06-20 01:29:41 +0800
  • 82852e16aa Fixed a typo sazima 2020-06-19 22:10:58 +0800
  • 3b5c501b41 improve documentation Dhaval Mehta 2020-06-17 01:32:32 +0530
  • 2995c96072 Merge branch 'master' of https://github.com/encode/django-rest-framework Dhaval Mehta 2020-06-17 01:00:59 +0530
  • e18e40d6ae
    Updated Schema docs. (#7268) Carlton Gibson 2020-06-16 13:33:48 +0200
  • 7077943d19 Documentation: improve the action decorator documentation (#7316) Pawel Morawian 2020-06-15 19:00:19 +0200
  • 18848a158b Updated Schema docs. Carlton Gibson 2020-04-04 21:00:33 +0200
  • e2bd3b6a57
    Adjusted token admin to map to user ID. (#7341) Carlton Gibson 2020-06-15 12:43:09 +0200
  • 3388b88613 Merge branch 'auth-token-admin' of https://github.com/carltongibson/django-rest-framework into carltongibson-auth-token-admin Tom Christie 2020-06-15 10:52:05 +0100
  • 3430419b55 Placeholder for 3.12 release Tom Christie 2020-06-15 10:46:12 +0100
  • e943e64914
    Fix exception causes in relations.py Ram Rachum 2020-06-12 23:23:28 +0300
  • 58151b4bde Added abc.abstractmethod decorator to BaseAuthentication.authenticate and fixed tests for the same. mentix02 2020-06-11 17:02:00 -0700
  • 6607c63483 Made abc.ABC as a super class for BaseAuthentication. mentix02 2020-06-11 16:53:59 -0700
  • b677b7b15d
    Update link to dry-rest-permissions (#7374) Rignon Noël 2020-06-11 13:33:04 -0400