django-rest-framework/tests/schemas
Kevin Brown f8f8b3a1f1 Adjust test for ListField(IntegerField)
The `maximum` is valid here within the schema but it was not
previously being included because we were not copying over the
entire schema for the generated `IntegerField` previously.
2020-01-21 20:45:07 +01:00
..
__init__.py Added OpenAPI Schema Generation. (#6532) 2019-05-13 16:07:03 +02:00
test_coreapi.py Update linter requirements (#7010) 2019-10-22 11:18:51 -07:00
test_get_schema_view.py Added OpenAPI Schema Generation. (#6532) 2019-05-13 16:07:03 +02:00
test_managementcommand.py Add --generator_class CLI option to generateschema (#6735) 2019-06-09 14:43:54 +02:00
test_openapi.py Adjust test for ListField(IntegerField) 2020-01-21 20:45:07 +01:00
views.py Avoid outputting callable defaults to schema. (#7105) 2020-01-03 13:49:46 +00:00