mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-30 18:09:59 +03:00
Update optional requirements docs
This commit is contained in:
parent
c94ef7dac2
commit
72ac2f65a5
|
@ -93,7 +93,8 @@ each Python and Django series.
|
||||||
The following packages are optional:
|
The following packages are optional:
|
||||||
|
|
||||||
* [coreapi][coreapi] (1.32.0+) - Schema generation support.
|
* [coreapi][coreapi] (1.32.0+) - Schema generation support.
|
||||||
* [Markdown][markdown] (2.6.0+) - Markdown support for the browsable API.
|
* [Markdown][markdown] (3.0.0+) - Markdown support for the browsable API.
|
||||||
|
* [Pygments][pygments] (2.4.0+) - Add sytax highlighting to Markdown processing.
|
||||||
* [django-filter][django-filter] (1.0.1+) - Filtering support.
|
* [django-filter][django-filter] (1.0.1+) - Filtering support.
|
||||||
* [django-guardian][django-guardian] (1.1.1+) - Object level permissions support.
|
* [django-guardian][django-guardian] (1.1.1+) - Object level permissions support.
|
||||||
|
|
||||||
|
@ -237,6 +238,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
[eventbrite]: https://www.eventbrite.co.uk/about/
|
[eventbrite]: https://www.eventbrite.co.uk/about/
|
||||||
[coreapi]: https://pypi.org/project/coreapi/
|
[coreapi]: https://pypi.org/project/coreapi/
|
||||||
[markdown]: https://pypi.org/project/Markdown/
|
[markdown]: https://pypi.org/project/Markdown/
|
||||||
|
[pygments]: https://pypi.org/project/Pygments/
|
||||||
[django-filter]: https://pypi.org/project/django-filter/
|
[django-filter]: https://pypi.org/project/django-filter/
|
||||||
[django-guardian]: https://github.com/django-guardian/django-guardian
|
[django-guardian]: https://github.com/django-guardian/django-guardian
|
||||||
[index]: .
|
[index]: .
|
||||||
|
|
|
@ -128,7 +128,7 @@ if 'patch' not in View.http_method_names:
|
||||||
View.http_method_names = View.http_method_names + ['patch']
|
View.http_method_names = View.http_method_names + ['patch']
|
||||||
|
|
||||||
|
|
||||||
# Markdown is optional (version 2.6+ required)
|
# Markdown is optional (version 3.0+ required)
|
||||||
try:
|
try:
|
||||||
import markdown
|
import markdown
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user