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

Django update to 5.0 #195

Merged
merged 8 commits into from
Jul 3, 2024
Merged

Django update to 5.0 #195

merged 8 commits into from
Jul 3, 2024

Conversation

tomolopolis
Copy link
Member

  • Have tested an updated Django 5.0 build locally fairly extensively. This should be tested well on CREATE before being released.

@tomolopolis
Copy link
Member Author

deployed and tested on CREATE. Django >4.0 requires CSRF_ORIGINS in core/settings.py. Added and documented in envs/env / envs/env

…or vocab of an uploaded model pack are deleted first instead of the model pack being deleted
@adam-sutton-1992
Copy link
Collaborator

LGTM

@@ -24,11 +24,13 @@
<p>{{selectedProjectGroup.description}}</p>
</div>
<div slot="body">
<project-list :project-items="selectedProjectGroup.items" :is-admin="isAdmin"></project-list>
<project-list :project-items="selectedProjectGroup.items" :is-admin="isAdmin"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix that should have been in PR #190

@tomolopolis tomolopolis merged commit 39d3c8f into master Jul 3, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants