File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ The following packages are optional:
95
95
* [ coreapi] [ coreapi ] (1.32.0+) - Schema generation support.
96
96
* [ Markdown] [ markdown ] (2.6.0+) - Markdown support for the browsable API.
97
97
* [ django-filter] [ django-filter ] (1.0.1+) - Filtering support.
98
- * [ django-crispy-forms] [ django-crispy-forms ] - Improved HTML display for filtering.
99
98
* [ django-guardian] [ django-guardian ] (1.1.1+) - Object level permissions support.
100
99
101
100
## Installation
@@ -239,7 +238,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
239
238
[ coreapi ] : https://pypi.org/project/coreapi/
240
239
[ markdown ] : https://pypi.org/project/Markdown/
241
240
[ django-filter ] : https://pypi.org/project/django-filter/
242
- [ django-crispy-forms ] : https://github.com/maraujop/django-crispy-forms
243
241
[ django-guardian ] : https://github.com/django-guardian/django-guardian
244
242
[ index ] : .
245
243
[ oauth1-section ] : api-guide/authentication/#django-rest-framework-oauth
Original file line number Diff line number Diff line change @@ -116,13 +116,6 @@ def distinct(queryset, base):
116
116
yaml = None
117
117
118
118
119
- # django-crispy-forms is optional
120
- try :
121
- import crispy_forms
122
- except ImportError :
123
- crispy_forms = None
124
-
125
-
126
119
# requests is optional
127
120
try :
128
121
import requests
You can’t perform that action at this time.
0 commit comments