Skip to content

Fixed whoosh test failures with Django 5.0 #1962

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
Apr 29, 2024

Conversation

claudep
Copy link
Contributor

@claudep claudep commented Apr 29, 2024

+ @override_settings(USE_TZ=False)
  class WhooshSearchBackendTestCase(WhooshTestCase):

@@ -114,6 +114,7 @@ def get_model(self):
return MockModel


@override_settings(USE_TZ=False)
Copy link
Contributor

Choose a reason for hiding this comment

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

Gold star 🌟

Copy link
Contributor Author

Choose a reason for hiding this comment

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

😄 A git bisect was the key to found the culprit: django/django@602d9a312facc64d

@claudep claudep changed the title WIP: Expose failures with Django 5 Fixed whoosh test failures with Django 5.0 Apr 29, 2024
@claudep claudep merged commit 1201c25 into django-haystack:master Apr 29, 2024
@claudep claudep deleted the dj5_failures branch April 29, 2024 20:48
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