mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 00:49:49 +03:00
Fix typo
Co-Authored-By: Rémy HUBSCHER <hubscher.remy@gmail.com>
This commit is contained in:
parent
1196c60547
commit
273b0cc37d
|
@ -67,7 +67,7 @@ def pytest_configure(config):
|
|||
)
|
||||
|
||||
# guardian is optional
|
||||
# Note that for the test cases we're installing a version of django-gaurdian
|
||||
# Note that for the test cases we're installing a version of django-guardian
|
||||
# that's only compatible with Django 2.0+.
|
||||
if django.VERSION >= (2, 0, 0):
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue
Block a user