1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-05-14 21:03:43 +03:00
Commit Graph

7 Commits

Author SHA1 Message Date
Kien Dang
552a67acde
Skip coreapi tests in GenerateSchemaTests if coreapi is not installed () 2024-01-19 11:10:56 +01:00
Sergey Lyapustin
a1b35bb44b
Use example.com domain in tests. ()
* Use example.com domain for the samples.

* Fixed typo.
2022-07-25 10:28:41 +01:00
Adam Johnson
410575dace
Replace all url() calls with path() or re_path() ()
* url() is deprecated in Django 3.1

* update given feedbacks on url() is deprecated in Django 3.1

* Fix test_urlpatterns.py to continue testing mixed re_path() and path()

* Fix one missed reference

Co-authored-by: sanjusci <sanju.sci9@gmail.com>
2020-09-08 15:32:27 +01:00
Thorsten
f81ca78642
Add file option to generateschema () 2020-02-12 20:35:54 +01:00
Alan Crosswell
819c46ea80 Add --generator_class CLI option to generateschema ()
* add --generator_class CLI option to generateschema
* Add test for generateschema —generator_class flag.
2019-06-09 14:43:54 +02:00
Rodolfo Carvalho
62ed1f8270 Use yaml.safe_load instead of load ()
Use of PyYAML's yaml.load function without specifying the Loader
parameter has been deprecated, see https://msg.pyyaml.org/load.

Earlier versions of PyYAML already had the alternative safe_load
function, which limits the loader to a subset of YAML constructs, that
is enough for what we need here.

Fixes 
2019-05-29 09:51:24 -07:00
Carlton Gibson
37f210a455
Added OpenAPI Schema Generation. ()
Co-authored-by: Lucidiot <lucidiot@protonmail.com>
Co-authored-by: dongfangtianyu <dongfangtianyu@qq.com>
2019-05-13 16:07:03 +02:00