-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Removed obsolete assertions in BooleanFieldTests.test_return_type(). #15759
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The patch looks good to me 👍
I'm wondering what other impacts the PostgreSQL change could have on Django 🤔
@David-Wobrock Thanks for checking 👍
This is the only test that fails. Any change around |
Added in e9bbdb3.
Obsolete since e910340.
It also crashes on PostgreSQL 15 beta 1, probably because
string
has some special meaning. For example, using:doesn't crash. I couldn't find anything about
string
in PostgreSQL 15's release notes, but this column name is definitely unfortunate.