Leon Anavi
c53b1218e8
python3-djangorestframework: Upgrade 3.11.1 -> 3.12.1
...
Upgrade to release 3.12.1:
- Add --file option to generateschema command.
- Support tags for OpenAPI schema generation. See the schema docs.
- Support customising the operation ID for schema generation. See
the schema docs.
- Support OpenAPI components for schema generation. See the schema
docs.
- The following methods on AutoSchema become public API:
get_path_parameters, get_pagination_parameters,
get_filter_parameters, get_request_body, get_responses,
get_serializer, get_paginator, map_serializer, map_field,
map_choice_field, map_field_validators, allows_filters.
See the schema docs.
- Add support for Django 3.1's database-agnositic JSONField.
- SearchFilter now supports nested search on JSONField and
HStoreField model fields.
- SearchFilter now supports searching on annotate() fields.
- The authtoken model no longer exposes the pk in the admin URL.
- Add __repr__ for Request instances.
- UTF-8 decoding with Latin-1 fallback for basic auth credentials.
- CharField treats surrogate characters as a validation failure.
- Don't include callables as default values in schemas.
- Improve ListField schema output to include all available child
information.
- Allow default=False to be included for BooleanField schema
outputs.
- Include "type" information in ChoiceField schema outputs.
- Include "type": "object" on schema objects.
- Don't include component in schema output for DELETE requests.
- Fix schema types for DecimalField.
- Fix schema generation for ObtainAuthToken view.
- Support passing context=... to view .get_serializer() methods.
- Pass custom code to PermissionDenied if permission class has one
set.
- Include "example" in schema pagination output.
- Default status code of 201 on schema output for POST requests.
- Use camelCase for operation IDs in schema output.
- Warn if duplicate operation IDs exist in schema output.
- Improve handling of decimal type when mapping ChoiceField to a
schema output.
- Disable YAML aliases for OpenAPI schema outputs.
- Fix action URL names for APIs included under a namespaced URL.
- Update jQuery version from 3.4 to 3.5.
- Fix UniqueTogether handling when serializer fields use
source=....
- HTTP HEAD requests now set self.action correctly on a ViewSet
instance.
- Return a valid OpenAPI schema for the case where no API schema
paths exist.
- Include tests in package distribution.
- Allow type checkers to support annotations like
ModelSerializer[Author].
- Don't include invalid charset=None portion in the request
Content-Type header when using APIClient.
- Fix \Z/\z tokens in OpenAPI regexs.
- Fix PrimaryKeyRelatedField and HyperlinkedRelatedField when
source field is actually a property.
- Token.generate_key is now a class method.
- @action warns if method is wrapped in a decorator that does not
preserve information using @functools.wraps.
- Add TokenProxy migration.
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com >
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com >
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2020-09-30 15:58:14 -07:00
..
2020-06-29 08:22:57 -07:00
2020-06-29 08:23:02 -07:00
2020-02-27 20:21:03 -08:00
2020-06-29 08:23:06 -07:00
2020-06-03 15:15:42 -07:00
2020-06-29 08:23:13 -07:00
2020-06-29 08:23:18 -07:00
2020-07-06 10:21:18 -07:00
2020-07-03 18:07:00 -07:00
2020-06-17 08:57:49 -07:00
2020-07-03 18:07:05 -07:00
2020-07-03 18:07:09 -07:00
2020-08-06 10:26:29 -07:00
2020-06-17 08:57:58 -07:00
2020-06-17 08:58:02 -07:00
2020-06-17 08:55:53 -07:00
2020-04-29 22:32:17 -07:00
2020-06-17 08:57:43 -07:00
2020-07-06 10:20:11 -07:00
2020-06-17 08:56:52 -07:00
2020-07-12 19:04:17 -07:00
2020-06-11 07:42:47 -07:00
2020-06-17 08:56:34 -07:00
2020-06-17 08:56:43 -07:00
2020-06-17 08:56:47 -07:00
2020-04-20 21:45:13 -07:00
2020-04-21 07:14:06 -07:00
2020-04-20 21:45:13 -07:00
2020-04-20 21:45:13 -07:00
2020-04-25 08:32:42 -07:00
2020-04-20 21:45:13 -07:00
2020-04-21 07:14:06 -07:00
2020-04-21 07:14:06 -07:00
2020-04-01 23:32:54 -07:00
2020-05-12 12:33:41 -07:00
2020-04-25 08:32:42 -07:00
2020-09-02 08:55:52 -07:00
2020-04-03 14:38:09 -07:00
2020-05-12 12:33:41 -07:00
2020-05-12 12:33:41 -07:00
2020-05-12 12:33:41 -07:00
2020-05-12 12:33:41 -07:00
2020-05-12 12:33:42 -07:00
2020-05-12 12:33:42 -07:00
2020-05-12 12:33:42 -07:00
2020-07-12 19:04:17 -07:00
2020-09-28 20:49:15 -07:00
2020-09-24 12:52:45 -07:00
2020-05-12 12:33:42 -07:00
2020-05-12 12:33:42 -07:00
2020-09-30 15:57:23 -07:00
2020-05-03 14:29:17 -07:00
2020-05-03 14:29:17 -07:00
2020-07-16 12:10:25 -07:00
2020-07-12 19:04:17 -07:00
2020-01-22 09:56:34 -08:00
2020-05-03 14:29:17 -07:00
2020-07-16 12:10:32 -07:00
2020-05-03 14:29:17 -07:00
2020-04-27 07:48:46 -07:00
2020-07-16 12:10:35 -07:00
2020-07-16 12:10:39 -07:00
2020-04-27 07:48:46 -07:00
2020-09-16 09:16:41 -07:00
2020-07-16 12:10:43 -07:00
2020-07-03 18:07:12 -07:00
2020-03-30 22:02:13 -07:00
2020-07-06 10:18:56 -07:00
2020-07-06 10:19:15 -07:00
2020-07-06 10:19:23 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2020-09-05 13:04:40 -07:00
2020-05-19 17:14:09 -07:00
2020-01-22 09:56:34 -08:00
2020-09-05 13:04:22 -07:00
2020-07-28 12:23:15 -07:00
2020-05-21 15:09:34 -07:00
2020-02-09 22:31:32 -08:00
2020-05-19 17:14:08 -07:00
2020-09-15 09:28:34 -07:00
2020-02-16 12:52:19 -08:00
2020-06-29 08:22:57 -07:00
2020-06-29 08:23:02 -07:00
2020-05-21 15:09:34 -07:00
2020-09-30 15:57:51 -07:00
2020-08-11 09:42:27 -07:00
2020-05-19 17:14:08 -07:00
2020-04-08 11:21:13 -07:00
2020-08-25 10:33:13 -07:00
2020-08-06 10:26:35 -07:00
2020-06-26 08:56:37 -07:00
2020-02-09 23:02:39 -08:00
2020-06-29 08:23:06 -07:00
2020-02-09 23:02:39 -08:00
2020-09-16 09:15:41 -07:00
2020-08-06 10:26:49 -07:00
2020-06-03 15:15:42 -07:00
2020-04-08 08:15:03 -07:00
2020-02-09 23:02:39 -08:00
2020-08-10 10:58:00 -07:00
2020-06-29 08:23:13 -07:00
2020-01-13 18:34:32 -08:00
2020-08-18 09:37:10 -07:00
2020-09-30 15:57:40 -07:00
2020-02-15 08:05:07 -08:00
2020-07-06 10:21:18 -07:00
2020-08-27 15:06:48 -07:00
2020-05-28 12:36:49 -07:00
2020-07-23 10:26:39 -07:00
2020-07-03 18:07:00 -07:00
2020-06-22 08:38:19 -07:00
2020-03-24 19:58:50 -07:00
2020-07-03 18:07:28 -07:00
2020-06-17 08:57:24 -07:00
2020-08-11 09:42:37 -07:00
2020-07-03 18:07:17 -07:00
2020-08-03 17:43:06 -07:00
2020-06-25 10:21:01 -07:00
2020-09-16 09:14:22 -07:00
2020-02-15 08:05:07 -08:00
2020-06-26 08:55:20 -07:00
2020-07-03 18:07:09 -07:00
2020-08-25 10:33:30 -07:00
2020-08-25 10:33:34 -07:00
2020-09-21 08:57:33 -07:00
2020-05-31 22:42:25 -07:00
2020-06-26 08:56:33 -07:00
2020-07-28 12:23:15 -07:00
2020-07-03 18:07:23 -07:00
2020-06-19 10:17:50 -07:00
2020-06-25 10:21:22 -07:00
2020-04-08 18:16:12 -07:00
2020-02-16 12:52:19 -08:00
2020-02-16 12:52:19 -08:00
2020-09-15 09:28:34 -07:00
2020-06-29 08:22:13 -07:00
2020-02-16 12:52:19 -08:00
2020-07-12 19:04:17 -07:00
2020-09-28 20:49:15 -07:00
2020-09-28 20:49:15 -07:00
2020-08-25 10:33:17 -07:00
2020-03-11 08:58:57 -07:00
2020-07-23 10:26:30 -07:00
2020-09-24 12:51:54 -07:00
2020-09-15 09:28:34 -07:00
2020-05-28 12:36:49 -07:00
2020-06-08 13:57:34 -07:00
2020-09-15 09:28:34 -07:00
2020-04-28 17:11:15 -07:00
2020-09-11 17:44:02 -07:00
2020-09-15 09:28:34 -07:00
2020-09-30 15:58:14 -07:00
2020-08-06 10:27:21 -07:00
2020-09-24 12:52:49 -07:00
2020-08-25 10:34:07 -07:00
2020-08-03 17:43:01 -07:00
2020-09-02 08:50:49 -07:00
2020-06-05 18:42:55 -07:00
2020-06-05 18:43:03 -07:00
2020-02-15 08:05:07 -08:00
2020-06-10 20:55:29 -07:00
2020-09-07 11:28:04 -07:00
2020-07-12 19:04:17 -07:00
2020-06-05 18:43:10 -07:00
2020-08-27 15:07:35 -07:00
2020-08-31 08:27:05 -07:00
2020-04-28 16:24:06 -07:00
2020-04-28 16:24:06 -07:00
2020-08-13 22:32:07 -07:00
2020-09-02 08:55:41 -07:00
2020-08-31 08:27:14 -07:00
2020-09-02 08:55:34 -07:00
2020-09-02 08:55:46 -07:00
2020-08-31 08:27:23 -07:00
2020-08-31 08:26:13 -07:00
2020-08-31 08:27:33 -07:00
2020-09-23 10:13:31 -07:00
2020-09-02 08:51:48 -07:00
2020-06-19 10:17:50 -07:00
2020-08-27 15:07:50 -07:00
2020-06-08 13:58:02 -07:00
2020-08-13 22:32:07 -07:00
2020-06-17 08:55:53 -07:00
2020-09-28 20:49:15 -07:00
2020-07-16 07:08:46 -07:00
2020-08-03 17:42:38 -07:00
2020-07-16 07:10:24 -07:00
2020-09-28 20:49:15 -07:00
2020-08-13 22:32:07 -07:00
2020-09-24 12:52:39 -07:00
2020-08-25 10:36:15 -07:00
2020-04-29 22:32:17 -07:00
2020-06-17 08:57:43 -07:00
2020-07-06 10:20:11 -07:00
2020-09-15 09:28:34 -07:00
2020-06-17 08:56:52 -07:00
2020-07-03 18:06:51 -07:00
2020-06-29 08:22:06 -07:00
2020-08-13 22:32:07 -07:00
2020-06-11 07:43:54 -07:00
2020-08-18 09:37:05 -07:00
2020-08-13 22:32:07 -07:00
2020-07-12 19:04:17 -07:00
2020-07-12 19:04:17 -07:00
2020-07-10 09:35:26 -07:00
2020-09-24 12:52:20 -07:00
2020-06-17 08:57:04 -07:00
2020-08-25 10:34:14 -07:00
2020-09-30 15:56:48 -07:00
2020-06-17 08:56:34 -07:00
2020-04-12 22:57:22 -07:00
2020-06-17 08:56:43 -07:00
2020-09-02 08:52:27 -07:00
2020-08-10 10:57:49 -07:00
2020-06-17 08:56:47 -07:00
2020-09-15 09:28:34 -07:00
2020-06-17 08:57:00 -07:00
2020-09-23 10:13:23 -07:00
2020-06-17 08:57:09 -07:00
2020-08-13 22:32:08 -07:00
2020-08-10 10:57:40 -07:00
2020-04-20 21:45:13 -07:00
2020-08-10 10:57:53 -07:00
2020-09-23 10:13:35 -07:00
2020-04-21 07:14:06 -07:00
2020-06-26 08:56:01 -07:00
2020-06-13 21:34:21 -07:00
2020-06-30 07:50:31 -07:00
2020-06-08 13:58:03 -07:00
2020-06-13 21:34:21 -07:00
2020-01-15 20:54:21 -08:00
2020-07-03 18:07:33 -07:00
2020-06-29 08:22:18 -07:00
2020-09-21 08:57:10 -07:00
2020-08-06 10:27:31 -07:00
2020-07-06 10:19:48 -07:00
2020-06-25 10:22:45 -07:00
2020-03-24 19:58:50 -07:00
2020-08-03 17:43:42 -07:00
2020-06-26 08:55:53 -07:00
2020-09-30 15:57:57 -07:00
2020-09-30 15:58:02 -07:00
2020-08-03 17:42:26 -07:00
2020-07-03 18:06:56 -07:00
2020-05-21 15:09:34 -07:00
2020-09-23 10:13:35 -07:00
2020-09-16 09:16:02 -07:00
2020-09-05 13:04:11 -07:00
2020-06-11 07:43:01 -07:00
2020-07-23 10:27:02 -07:00
2020-09-02 08:52:22 -07:00
2020-03-24 19:58:50 -07:00
2020-06-22 08:38:31 -07:00
2020-09-16 09:16:37 -07:00
2020-08-25 10:34:33 -07:00
2020-06-11 07:43:36 -07:00
2020-07-12 19:04:17 -07:00
2020-06-25 10:22:28 -07:00
2020-07-16 12:10:15 -07:00
2020-06-25 10:22:16 -07:00
2020-08-25 10:33:56 -07:00
2020-09-05 13:04:16 -07:00
2020-09-15 09:28:34 -07:00
2020-09-16 09:15:48 -07:00
2020-08-31 08:26:58 -07:00
2020-06-10 20:55:46 -07:00
2020-07-21 16:46:36 -07:00
2020-08-27 15:07:17 -07:00
2020-06-26 08:55:01 -07:00
2020-07-21 16:46:36 -07:00
2020-06-26 08:55:45 -07:00
2020-09-24 12:52:12 -07:00
2020-09-15 09:28:35 -07:00
2020-05-22 08:41:41 -07:00
2020-09-02 08:52:05 -07:00
2020-09-15 09:28:35 -07:00
2020-06-13 21:34:21 -07:00
2020-08-11 09:41:56 -07:00
2020-06-22 08:37:51 -07:00
2020-06-22 08:37:55 -07:00
2020-05-19 17:14:09 -07:00
2020-07-12 19:04:17 -07:00
2020-06-18 17:56:19 -07:00
2020-06-18 17:56:11 -07:00
2020-08-10 10:57:57 -07:00
2020-08-03 17:42:52 -07:00
2020-06-11 21:58:29 -07:00
2020-09-02 08:55:52 -07:00
2020-09-24 12:52:24 -07:00
2020-06-29 08:22:33 -07:00
2020-06-11 21:58:29 -07:00
2020-06-11 21:58:29 -07:00
2020-06-19 10:20:36 -07:00
2020-04-01 23:32:54 -07:00
2020-04-03 14:38:09 -07:00
2020-06-22 08:38:00 -07:00
2020-06-11 07:44:11 -07:00
2020-06-11 07:44:06 -07:00
2020-09-02 08:52:16 -07:00
2020-06-17 08:57:38 -07:00
2020-07-16 12:10:05 -07:00
2020-06-22 08:38:15 -07:00
2020-06-29 08:22:41 -07:00
2020-07-03 18:06:47 -07:00
2020-05-19 17:14:08 -07:00
2020-08-06 10:26:45 -07:00
2020-07-06 10:21:06 -07:00
2020-01-22 09:56:34 -08:00
2020-06-05 18:42:15 -07:00
2020-08-19 14:03:16 -07:00
2020-08-18 09:37:53 -07:00
2020-07-06 10:20:02 -07:00
2020-09-30 15:57:35 -07:00
2020-06-05 18:42:47 -07:00
2020-05-21 15:09:34 -07:00
2020-09-28 20:49:15 -07:00
2020-09-05 13:04:00 -07:00
2020-05-08 19:56:05 -07:00
2020-08-25 10:32:58 -07:00
2020-06-26 08:56:11 -07:00
2020-04-05 14:27:45 -07:00
2020-07-03 18:06:32 -07:00
2020-07-06 10:19:43 -07:00
2020-04-05 14:27:45 -07:00
2020-04-05 14:27:45 -07:00
2020-06-26 08:56:14 -07:00
2020-04-05 14:27:45 -07:00
2020-09-24 12:52:49 -07:00
2020-04-05 14:27:45 -07:00
2020-09-16 09:15:53 -07:00
2020-08-03 17:42:47 -07:00
2020-09-15 09:28:34 -07:00
2020-08-11 09:42:55 -07:00
2020-04-05 14:27:45 -07:00
2020-04-05 10:38:14 -07:00
2020-07-06 10:19:38 -07:00
2020-06-26 08:55:41 -07:00
2020-06-19 10:17:50 -07:00
2020-09-15 09:28:34 -07:00
2020-09-16 09:16:27 -07:00
2020-04-07 09:10:38 -07:00
2020-04-10 17:48:39 -07:00
2020-05-03 14:29:17 -07:00
2020-04-05 10:38:14 -07:00
2020-09-30 15:57:23 -07:00
2020-08-19 14:04:15 -07:00
2020-04-05 10:38:14 -07:00
2020-05-28 12:36:49 -07:00
2020-07-28 12:23:15 -07:00
2020-04-05 10:38:14 -07:00
2020-04-05 10:38:14 -07:00
2020-08-13 22:32:08 -07:00
2020-08-19 14:04:10 -07:00
2020-05-12 14:16:19 -07:00
2020-07-12 19:04:17 -07:00
2020-05-28 12:37:24 -07:00
2020-09-15 09:28:35 -07:00
2020-05-28 12:37:24 -07:00
2020-09-05 13:04:06 -07:00
2020-07-16 07:10:28 -07:00
2020-04-05 10:38:14 -07:00
2020-06-29 08:22:01 -07:00
2020-08-13 22:32:08 -07:00
2020-09-30 15:58:08 -07:00
2020-07-06 10:19:27 -07:00
2020-07-16 12:10:25 -07:00
2020-06-08 13:58:02 -07:00
2020-04-05 10:38:13 -07:00
2020-07-12 19:04:17 -07:00
2020-09-21 08:57:41 -07:00
2020-04-05 10:38:13 -07:00
2020-04-05 10:38:13 -07:00
2020-09-05 13:03:48 -07:00
2020-01-22 09:56:34 -08:00
2020-08-13 22:32:07 -07:00
2020-09-16 09:16:33 -07:00
2020-06-12 08:46:25 -07:00
2020-04-05 10:38:13 -07:00
2020-04-05 10:38:13 -07:00
2020-07-16 12:10:32 -07:00
2020-09-28 20:49:15 -07:00
2020-06-03 15:15:24 -07:00
2020-06-25 10:21:11 -07:00
2020-09-02 08:52:00 -07:00
2020-04-05 10:38:13 -07:00
2020-03-31 07:03:29 -07:00
2020-07-23 10:26:48 -07:00
2020-04-05 10:38:13 -07:00
2020-05-31 22:42:25 -07:00
2020-04-05 10:38:13 -07:00
2020-07-16 12:10:35 -07:00
2020-05-19 17:14:08 -07:00
2020-06-26 08:56:04 -07:00
2020-07-16 12:10:39 -07:00
2020-04-05 10:38:13 -07:00
2020-04-28 16:24:07 -07:00
2020-04-05 10:38:13 -07:00
2020-06-25 10:21:34 -07:00
2020-08-19 14:04:00 -07:00
2020-04-05 10:38:13 -07:00
2020-06-19 10:17:50 -07:00
2020-09-16 09:15:57 -07:00
2020-04-05 10:38:13 -07:00
2020-04-05 10:38:13 -07:00
2020-08-13 22:32:07 -07:00
2020-09-05 13:04:28 -07:00
2020-08-25 10:33:08 -07:00
2020-04-04 12:51:09 -07:00
2020-09-16 09:16:41 -07:00
2020-08-06 10:25:55 -07:00
2020-09-15 09:28:34 -07:00
2020-07-10 09:35:37 -07:00
2020-06-22 08:38:24 -07:00
2020-06-10 20:56:03 -07:00
2020-09-30 15:57:46 -07:00
2020-09-15 09:28:34 -07:00
2020-05-19 17:14:08 -07:00
2020-09-15 09:28:34 -07:00
2020-06-26 08:56:07 -07:00
2020-06-13 21:34:21 -07:00
2020-08-31 08:26:52 -07:00
2020-04-04 07:22:16 -07:00
2020-05-19 17:14:08 -07:00
2020-07-16 12:10:43 -07:00
2020-08-25 10:34:20 -07:00
2020-06-03 15:15:16 -07:00
2020-08-13 22:32:08 -07:00
2020-09-15 09:28:34 -07:00
2020-07-06 10:18:56 -07:00
2020-07-06 10:19:15 -07:00
2020-07-28 12:23:15 -07:00
2020-04-04 07:22:16 -07:00
2020-04-04 07:22:16 -07:00
2020-06-10 20:56:11 -07:00
2020-06-30 07:50:52 -07:00
2020-07-06 10:19:23 -07:00
2020-06-08 13:58:03 -07:00
2020-04-03 16:43:10 -07:00
2020-07-06 10:20:25 -07:00
2020-01-17 15:44:06 -08:00
2020-04-03 16:43:10 -07:00
2020-05-12 16:53:46 -07:00
2020-08-18 09:37:23 -07:00
2020-04-03 16:43:10 -07:00
2020-04-03 16:43:10 -07:00
2020-08-11 09:42:41 -07:00
2020-04-03 14:45:54 -07:00
2020-09-28 20:49:15 -07:00
2020-03-20 07:44:29 -07:00
2020-05-19 17:14:08 -07:00
2020-04-03 14:45:54 -07:00
2020-04-03 14:45:54 -07:00
2020-08-06 10:27:35 -07:00
2020-08-25 10:33:03 -07:00
2020-06-30 07:50:44 -07:00
2020-09-28 20:49:15 -07:00
2020-09-24 12:52:28 -07:00
2020-06-01 09:25:38 -07:00
2020-06-11 21:58:29 -07:00
2020-07-12 19:04:17 -07:00
2020-06-12 08:47:00 -07:00
2020-04-10 23:49:16 -07:00