Test Django main against django-modelcluster main branch

To be removed when a new release of django-modelcluster with the necessary fixes is out.
pull/10060/head
Sage Abdullah 2023-01-26 10:19:21 +00:00 zatwierdzone przez Matt Westcott
rodzic d73210026d
commit b17c72cf3d
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -93,6 +93,7 @@ jobs:
django: 'git+https://github.com/django/django.git@main#egg=Django'
experimental: true
postgres: 'postgres:12'
install_extras: 'pip uninstall -y django-modelcluster ; pip install git+https://github.com/wagtail/django-modelcluster.git@main#egg=django-modelcluster'
services:
postgres: