Skip to content

Update test apps according to Django 4.2 template #50

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

Merged
merged 1 commit into from
Jun 11, 2025

Conversation

pfouque
Copy link
Member

@pfouque pfouque commented Jun 11, 2025

Extracted from #49 , let's update the test app according to the minimum supported django version

@pfouque pfouque self-assigned this Jun 11, 2025
Copy link

codecov bot commented Jun 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment on lines -31 to -35
MIGRATION_MODULES = {
"auth": None,
"contenttypes": None,
"guardian": None,
}
Copy link
Member Author

Choose a reason for hiding this comment

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

I'm not sure what was the point with this settings, but it makes the server unlaunchable (among other side effects)

Copy link
Member Author

Choose a reason for hiding this comment

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

Most of these settings are probably not needed by this time but it's typically what users have in their settings

@pfouque pfouque merged commit 28d4257 into main Jun 11, 2025
9 checks passed
@pfouque pfouque deleted the update_test_project branch June 11, 2025 14:29
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.

1 participant