-
Notifications
You must be signed in to change notification settings - Fork 120
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
Prepare for 1.3 release #269
Conversation
* Allow Django 4.2 * allow Django 4.2
…_type_sql() and collate_sql() functions (#229) * fix error with raising fullresultset * add django4.2 condition * fix alter_column_type_sql and collate_sql to take 2 additional arguments * delete argument 'old_rel_collation' * fix arguments names
disable allows_group_by_select_index in `features.py`
* skip django 4.2 failing tests * skip schema test * skip aggregate annotation pruning test --------- Co-authored-by: mShan0 <mark.shan19@gmail.com>
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.
Good point. Fixed |
These mega squash merges make the git history less useful 😢 e.g. the git blame for all the changes in this PR simply says "Prepare for 1.3 release" which is much less helpful than having the original commit message & PR. Would it be possible to avoid this in future please? This has happened before albeit at the dev->master point (#129). |
@sparrowt That was a mistake on our end. Thanks for letting us know, will be fixed for next release |
Adds support for Django 4.2
Skips the following tests: