mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 17:09:59 +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__'
|
||||
|
||||
|
||||
@pytest.mark.skipif('not postgres_fields')
|
||||
@pytest.mark.skipif(postgres_fields is None)
|
||||
class JSONOrderingFilterTests(TestCase):
|
||||
def test_order_by_json_field(self):
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user