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

Update to Django 4.2 #517

Closed
wants to merge 8 commits into from

Conversation

ThomasWaldmann
Copy link
Member

@ThomasWaldmann ThomasWaldmann commented Apr 12, 2023

still some unsolved issues, can anybody help (see below)?

Comment on lines 260 to 264
class Meta(object):
unique_together = (('name', 'domain'),)
index_together = (('name', 'domain'),)
constraints = [models.constraints.UniqueConstraint(fields=['name', 'domain'], name='unique_host_domain')]
indexes = [models.Index(fields=['name', 'domain'])]
verbose_name = _('host')
verbose_name_plural = _('hosts')
Copy link
Member Author

@ThomasWaldmann ThomasWaldmann Apr 12, 2023

Choose a reason for hiding this comment

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

something is wrong here. any idea, @nougad ? (see github actions CI)

*_together are deprecated in django 4.2 / soon.

@jhass
Copy link
Contributor

jhass commented May 13, 2023

Looks like 4.2.1 came out May 3rd :)

@ThomasWaldmann
Copy link
Member Author

@jhass that's great. but someone still has to solve the issues in this PR, see above, see failing tests.

@ThomasWaldmann
Copy link
Member Author

superseded by #529.

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.

None yet

3 participants