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

fix PostgreSQL fields DataError in unique validator #3493

Closed
wants to merge 2 commits into from

Conversation

Ins1ne
Copy link
Contributor

@Ins1ne Ins1ne commented Oct 13, 2015

For #3381

We get DataError only in internal PostgreSQL fields validation, so test will not raise DataError exception in other databases and will be success anyway. Maybe i should remove it?

try:
exists = queryset.exists()
except DataError:
return
Copy link
Member

Choose a reason for hiding this comment

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

I think I would probably prefer exists = False here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants