File tree Expand file tree Collapse file tree
openwisp_radius/migrations Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 pip install -U pip wheel setuptools
7575 pip install -U -r requirements-test.txt
7676 pip install -e .[saml,openvpn_status]
77- pip install --upgrade --no-deps --no-cache-dir "https://github.com/openwisp/openwisp-users/tarball/issues/497-export-users"
77+ pip install --upgrade --no-deps --no-cache-dir --force-reinstall "https://github.com/openwisp/openwisp-users/tarball/issues/497-export-users"
7878 pip install ${{ matrix.django-version }}
7979
8080 - name : Start InfluxDB and Redis container
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ class Migration(migrations.Migration):
6464 help_text = REGISTERED_USER_ORGANIZATION_HELP_TEXT ,
6565 null = True ,
6666 on_delete = django .db .models .deletion .CASCADE ,
67- related_name = "registered_users" ,
6867 to = swapper .get_model_name ("openwisp_users" , "Organization" ),
6968 verbose_name = "organization" ,
7069 ),
You can’t perform that action at this time.
0 commit comments