mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 17:09:59 +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
|
# 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+.
|
# that's only compatible with Django 2.0+.
|
||||||
if django.VERSION >= (2, 0, 0):
|
if django.VERSION >= (2, 0, 0):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user