Commit Graph

  • cea32c9829 update Django for APIs book to 3.0 edition William Vincent 2020-01-28 08:37:34 -0500
  • 708829ffc1 add overridden specification by swaggger for type Dhaval Mehta 2020-01-28 10:48:05 +0530
  • ad99b8e253
    Assert context not in kwargs MohamadReza Taalebi 2020-01-28 03:38:31 +0330
  • 194c248150 add test cases to test de-duplication Dhaval Mehta 2020-01-28 02:41:15 +0530
  • 989e431be4 move the OrderedDict call up to the local variable Dhaval Mehta 2020-01-28 01:53:58 +0530
  • 4602333f6e
    Fix typo MohamadReza Taalebi 2020-01-27 15:40:25 +0330
  • fa78886581
    Update generics.py MohamadReza Taalebi 2020-01-27 15:36:29 +0330
  • d22daf4e05 OpenAPI: Use _get_serializer() in _get_operation_id() (#7160) Fábio Domingues 2020-01-26 18:13:08 +0000
  • ad3955584a Merge branch 'master' of https://github.com/encode/django-rest-framework Asif Saif Uddin (Auvi) 2020-01-25 22:10:33 +0600
  • 51bd7df76b Use _get_serializer() in _get_operation_id() Fábio Domingues 2020-01-24 14:30:37 +0000
  • a5eb316ec4 unified reference comments Dhaval Mehta 2020-01-25 19:22:57 +0530
  • 94af9e138c add ref for number includes integer Dhaval Mehta 2020-01-25 19:17:07 +0530
  • 96119603e4 fix boolean case Dhaval Mehta 2020-01-25 18:54:08 +0530
  • 0a6322e7d5 improve decision making logic Dhaval Mehta 2020-01-25 11:23:52 +0530
  • 6eb16481fa remove duplicate testcase Dhaval Mehta 2020-01-25 11:22:56 +0530
  • 210fecb5e9 add testcase to check multiple datatypes Dhaval Mehta 2020-01-25 11:22:29 +0530
  • 7fbbfb0ec9 add type to choicefield Dhaval Mehta 2020-01-25 11:06:47 +0530
  • 3ff543c334 #7157: Fix RemoteUserAuthentication calling django authenticate with request argument Peter Uittenbroek 2020-01-23 16:50:31 +0100
  • e4a26ad58a Corrected _get_serializer() argument order. (#7156) Fábio Domingues 2020-01-23 14:53:47 +0000
  • 8b1d96a983
    Fix _get_serializer argument order Fábio Domingues 2020-01-23 14:19:56 +0000
  • f8f8b3a1f1 Adjust test for ListField(IntegerField) Kevin Brown 2020-01-09 21:31:54 -0500
  • 98c8af5291 ListField mapping should map all options for the child Kevin Brown 2020-01-09 20:43:44 -0500
  • b1048984a7 Add failing test for ListField schema generation Kevin Brown 2020-01-09 21:07:52 -0500
  • 496947be3a Inline unnecessary method in OpenAPI schema generator. Carlton Gibson 2020-01-08 21:12:26 +0100
  • 3b88312c33 Call get_schema(), rather than sub-method in schema tests. Carlton Gibson 2020-01-08 20:42:59 +0100
  • d0b9577605 Return valid OpenAPI schema even when empty. Carlton Gibson 2020-01-08 20:37:23 +0100
  • 320891cc1c Ensure field name ordering consistency Ryan P Kilby 2020-01-21 10:10:47 -0800
  • 73aeacbc6b Allow for SerializerMethodField to raise SkipField David Vaz 2020-01-21 09:24:44 +0000
  • d845ba32b3 feat #6084: Adding mixin that allows for many object creations. Ashton Hudson 2020-01-19 20:32:02 +0200
  • f3bd7a7789
    Changes to Adding login Riley Shea 2020-01-17 21:03:47 -0500
  • 07617848e5 Fix SearchFilter annotation+m2m distinct Ryan P Kilby 2020-01-15 17:10:37 -0800
  • 24098b4d48 Test SearchFilter annotation+m2m distinct Ryan P Kilby 2020-01-15 17:07:51 -0800
  • 7bd730124c MANIFEST.in: Adding tests to sdist tarball. (#7145) David Runge 2020-01-15 21:18:25 +0100
  • 62193e0378 Add permissions to quickstart tutorial (#7113) Jonathan Longe 2020-01-15 11:58:31 -0800
  • fd9d113548
    MANIFEST.in: Adding tests to sdist tarball. David Runge 2020-01-15 15:00:21 +0100
  • 5f3f2ef106 Add note that APISettings is an internal class (#7144) Ryan P Kilby 2020-01-15 02:52:29 -0800
  • 1f773b9329 Add note that APISettings is an internal class Ryan P Kilby 2020-01-15 01:15:50 -0800
  • f43e0e3abb Fix ModelSerializer unique_together field sources Ryan P Kilby 2020-01-15 00:44:42 -0800
  • bb09a18312 Fix related field pk-only optimization for props Ryan P Kilby 2020-01-14 20:23:36 -0800
  • 3c445d14d3 Add callable/prop tests for pk-only optimization Ryan P Kilby 2020-01-14 20:20:53 -0800
  • 290bde3050 SearchFilter to support Custom query Transforms matthaus woolard 2020-01-08 10:56:24 +1300
  • 442a206502 Fix full-text search docs (#7133) Danny 2020-01-11 00:38:29 -0600
  • 49659a0427 use custom yaml dumper instead of changing global settings Thorsten Franzel 2020-01-10 12:39:26 +0100
  • 2f3cb842ef Adjust test for ListField(IntegerField) Kevin Brown 2020-01-09 21:31:54 -0500
  • 513f7ca390 ListField mapping should map all options for the child Kevin Brown 2020-01-09 20:43:44 -0500
  • 2269a90dac Add failing test for ListField schema generation Kevin Brown 2020-01-09 21:07:52 -0500
  • 069d8685e9 Fix linting issue in imports Kevin Brown 2020-01-09 20:36:40 -0500
  • 69e6030509 Raise deprecation warning when NullBooleanField is used Kevin Brown 2020-01-09 20:24:04 -0500
  • 37b55ef4d5 Add regression test for OverflowError in unique validation James Cooke 2020-01-09 21:34:34 +0000
  • a7d1c06570
    Fix full text typo mysql => postgres Danny 2020-01-09 11:43:08 -0600
  • 124aef9b1f Disable yaml aliases for generateschema Thorsten Franzel 2020-01-09 13:43:41 +0100
  • d9f58a5174 add failing test for yaml alias usage Thorsten Franzel 2020-01-09 13:32:59 +0100
  • 2551f0229c Add file option to generateschema Thorsten Franzel 2020-01-09 11:33:38 +0100
  • 67549c3e48 Inline unnecessary method in OpenAPI schema generator. Carlton Gibson 2020-01-08 21:12:26 +0100
  • 1389545981 Call get_schema(), rather than sub-method in schema tests. Carlton Gibson 2020-01-08 20:42:59 +0100
  • 6ad77b3ef0 Return valid OpenAPI schema even when empty. Carlton Gibson 2020-01-08 20:37:23 +0100
  • 4999de0747 Call get_schema(), rather than sub-method in schema tests. Carlton Gibson 2020-01-08 20:42:59 +0100
  • 434b8fb1a8 Return valid OpenAPI schema even when empty. Carlton Gibson 2020-01-08 20:37:23 +0100
  • ff1ebedc5f Fixed linting error Kevin Brown 2020-01-07 20:19:10 -0500
  • 893b236258 Adjust mapping tests for NullBooleanField Kevin Brown 2020-01-07 20:05:52 -0500
  • cd8ab715a4 Remove special case for NullBooleanField Kevin Brown 2020-01-07 20:00:17 -0500
  • 5d380eca2e Add test for BooleanField(null=True, choices) Kevin Brown 2020-01-07 19:46:51 -0500
  • 1cc79a34e0 Remove special case for mapping NullBooleanField Kevin Brown 2020-01-07 19:33:35 -0500
  • a07a71a8f5 Make NullBooleanField subclass BooleanField Kevin Brown 2020-01-07 19:06:33 -0500
  • 373e521f36 Make CharField prohibit surrogate characters (#7026) (#7067) Sebastian Pipping 2020-01-06 15:12:21 +0100
  • 2bbd1395ac docs: add example for caching Chris Guo 2020-01-06 21:02:24 +0800
  • a62d3ec8b2 bugfix added upstream test Thorsten Franzel 2020-01-06 13:14:25 +0100
  • 14c67259e5 bugfix missing param & add test case Thorsten Franzel 2020-01-06 11:31:23 +0100
  • bb12651a52 added OpenAPI3 schemas factored out as components Thorsten Franzel 2019-12-16 22:22:30 +0100
  • 27dbd6f580 add options to generateschema & prevent yaml aliases Thorsten Franzel 2019-12-10 00:42:29 +0100
  • 62cd77ef61 bugfix: proper subclass-save retrieval of perms and auth classes Thorsten Franzel 2019-12-16 12:01:45 +0100
  • ca99e0ac83 fix test list ordering Thorsten Franzel 2019-12-14 01:09:03 +0100
  • a8a90d9e9a fix test Thorsten Franzel 2019-12-14 01:02:14 +0100
  • d8c6821563 integer primary key, doc, cleanup, lint, test Thorsten Franzel 2019-12-14 00:00:39 +0100
  • 1535ee2a3c improvement: add operationId override to @extend_schema; fix tags Thorsten Franzel 2019-12-13 23:04:24 +0100
  • d24a15f166 first fixes to openapi3 tests Thorsten Franzel 2019-12-13 11:59:34 +0100
  • 9486df8d04 refactor/extend/improve OpenApi3 spec generation Thorsten Franzel 2019-12-11 15:01:29 +0100
  • b135e0fa0a add options to generateschema & prevent yaml aliases Thorsten Franzel 2019-12-10 00:42:29 +0100
  • c728ba5a22
    Bug fix when use custom manager from BaseManager Cloves Oliveira 2020-01-06 01:04:43 -0300
  • c63cd02f69
    remove extra "the" Sagar Giri 2020-01-05 22:45:28 +0900
  • ebc14309f8 add permissions to quickstart tutorial Jonathan Longe 2020-01-04 19:40:22 -0800
  • 165da5be0c Documentation: make codeblocks easier to read. (#6896) Alex ⚡ 2020-01-03 15:42:29 +0100
  • a9e55334e7 Add X-CSRFToken HTTP header in swagger-ui example (#6968) phankiewicz 2020-01-03 14:59:32 +0100
  • 25ac7ba450 Add third party lib drf-viewset-profiler (#6993) Frederico Lima 2020-01-03 10:53:09 -0300
  • 430a567258
    Update openapi.py Tom Christie 2020-01-03 13:50:26 +0000
  • ced37a56cb Avoid outputting callable defaults to schema. (#7105) Noam 2020-01-03 15:49:46 +0200
  • 07376f128c Grammar fix (#6933) Bart 2020-01-03 14:36:43 +0100
  • f3ed69374d Add missing punctuation marks and URL name (#7108) Jihoon Park 2020-01-03 22:28:36 +0900
  • 3e766f93e4 remove some comments yuchunzhou 2020-01-03 17:47:11 +0800
  • fb0f1fd386 use ujson package to encode and decode data yuchunzhou 2020-01-03 17:45:21 +0800
  • 62ae241894 Remove outdated comment in SerializerMethodField (#7110) Ran Benita 2020-01-02 16:52:05 +0200
  • 8efe32aef0 Remove outdated comment in SerializerMethodField Ran Benita 2020-01-02 10:14:28 +0200
  • 8c9f0b1022
    Add missing punctuation marks and URL name Jihoon Park 2019-12-29 14:42:25 +0900
  • 150bce0c15 Avoid outputting callable defaults to schema. Noam 2019-12-25 10:25:18 +0200
  • 6b8353d3d2 Add tags to openapi schemas Melon 2019-12-25 11:03:11 +0700
  • e9b65d1382 add generic ListRetrieveAPIView Lucas Abbade 2019-12-23 16:11:54 -0300
  • edc05d0896 Handle missing Meta properly Ran Benita 2019-12-18 11:02:59 +0200
  • ba34e6c3c7 relocated multiple condition filter tests to their own file Pomax 2019-12-17 10:38:01 -0800
  • 2f5186be87 Use a metaclass, generate fields on definition time, _fields_cache -> base_fields Ran Benita 2019-12-17 10:55:03 +0200
  • 14e839809b multiple filter conditions for ManyToMany relations yield an incorrect result Pomax 2019-12-16 15:19:50 -0800