From 121f45b82f2722c0d5e5c5a7b768270299793eeb Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Wed, 8 Aug 2018 00:31:24 -0500 Subject: fix deprecated usage of request.accept in AcceptPredicate --- docs/glossary.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index b05344ae9..7244aeb8d 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -1209,3 +1209,9 @@ Glossary Alembic `Alembic `_ is a lightweight database migration tool for usage with the SQLAlchemy Database Toolkit for Python. + + media type + A label representing the type of some content. + A media type is a nested structure containing a top-level type and a subtype. + Optionally, a media type can also contain parameters specific to the type. + See :rfc:`6838` for more information about media types. -- cgit v1.2.3