From 4ad4db8d800e20db4d1cb6d1d98d2a888f939d6e Mon Sep 17 00:00:00 2001 From: nikitaazanov Date: Mon, 11 Sep 2023 15:50:23 +0700 Subject: [PATCH] Remove refs from Readme since pypi doesn't allow --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 35fb0f4..0162e26 100644 --- a/README.rst +++ b/README.rst @@ -32,14 +32,14 @@ Description `django-import-export `_ adding the following features: -* Import/export :ref:`resources` in the background via Celery -* Manage import/export :ref:`jobs` via Django Admin -* :ref:`DRF integration` that allows to work with import/export jobs via API +* Import/export resources in the background via Celery +* Manage import/export jobs via Django Admin +* DRF integration that allows to work with import/export jobs via API * Support `drf-spectacular `_ generated API schema -* Additional:ref:`fields` and :ref:`widgets` (FileWidget, IntermediateM2MWidget, M2MField) +* Additional fields and widgets (FileWidget, IntermediateM2MWidget, M2MField) Installation ------ +------------ To install ``django-import-export-extensions``, run this command in your terminal: