Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django-crispy-forms from 1.14.0 to 2.1 in /src/backend #6941

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/qc_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- '**/migrations/**'
- '.github/workflows**'
api:
- 'InvenTree/InvenTree/api_version.py'
- 'src/backend/InvenTree/InvenTree/api_version.py'
frontend:
- 'src/frontend/**'

Expand Down
2 changes: 1 addition & 1 deletion src/backend/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ django-allauth # SSO for external providers via OpenID
django-allauth-2fa # MFA / 2FA
django-cleanup # Automated deletion of old / unused uploaded files
django-cors-headers # CORS headers extension for DRF
django-crispy-forms<2.0 # Form helpers # FIXED 2023-02-18 due to required updates in the new version
django-crispy-forms<3.0 # Form helpers # FIXED 2023-02-18 due to required updates in the new version
django-dbbackup # Backup / restore of database and media files
django-error-report-2 # Error report viewer for the admin interface
django-filter # Extended filtering options
Expand Down
3 changes: 2 additions & 1 deletion src/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ django==4.2.11
# django-allauth
# django-allauth-2fa
# django-cors-headers
# django-crispy-forms
# django-dbbackup
# django-error-report-2
# django-filter
Expand Down Expand Up @@ -84,7 +85,7 @@ django-allauth==0.61.1
django-allauth-2fa==0.11.1
django-cleanup==8.1.0
django-cors-headers==4.3.1
django-crispy-forms==1.14.0
django-crispy-forms==2.1
django-dbbackup==4.1.0
django-error-report-2==0.4.2
django-filter==24.1
Expand Down
Loading