mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 09:30:07 +03:00
Try to make it work with sqlite
This commit is contained in:
parent
c6ab126e8d
commit
7cd722b90d
|
@ -701,7 +701,7 @@ if postgres_fields:
|
||||||
fields = '__all__'
|
fields = '__all__'
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skipif('not postgres_fields')
|
@pytest.mark.skipif(postgres_fields is None)
|
||||||
class JSONOrderingFilterTests(TestCase):
|
class JSONOrderingFilterTests(TestCase):
|
||||||
def test_order_by_json_field(self):
|
def test_order_by_json_field(self):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user