Test Django main against git master of django-rest-framework

Running against Django 4.2(dev) requires the fix https://github.com/encode/django-rest-framework/pull/8556
pull/8857/head
Matt Westcott 2022-07-14 16:05:22 +01:00 zatwierdzone przez Matt Westcott
rodzic 5ee5acb7ce
commit 070b0bdfa4
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -82,6 +82,7 @@ jobs:
postgres: 'postgres:12'
- python: '3.10'
django: 'git+https://github.com/django/django.git@main#egg=Django'
install_extras: 'pip uninstall -y djangorestframework ; pip install git+https://github.com/encode/django-rest-framework.git@master#egg=djangorestframework'
experimental: true
postgres: 'postgres:12'