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

feat!: django4 #5740

Merged
merged 119 commits into from
Jun 1, 2023
Merged

feat!: django4 #5740

merged 119 commits into from
Jun 1, 2023

Conversation

rjsparks
Copy link
Member

@rjsparks rjsparks commented Jun 1, 2023

No description provided.

Try again with Django 3.2
Patch no longer applies. Needed until Django 4.2.1, so bring it back
if we deploy something earlier than that to production.
Relying on Meta.ordering to order querysets involving GROUP BY queries
is deprecated and will be dropped in Django 3.1.
Not sure why, but if I change the DeprecationWarning filter to
"error", I get a SyntaxError from the \[ because it is an invalid
escape sequence. Not sure why that change triggers it, but
"\[" and "\\[" are the same, so this is a no-op.
chore: merge main into feat/django4
* test: Remove ScheduleEditTests.testUnschedule

Has been disabled under Django 2. Simple refactoring does not make it
functional under Django 3. Probably because we know that Selenium does
not handle HTML5 drag-and-drop well. Discarding until we move to a
better JS testing framework.

* test: Remove unused imports
jennifer-richards and others added 26 commits May 19, 2023 13:23
(the "Sign out" link is now a submit button)
bytes are incompatible with JSONSerializer
chore: Merge main into feat/django4
feat!: Version 11 based on Django 4
test: Use QuerySetAny alias for QuerySet type checks
chore: Merge main into feat/django4
chore: Use permissive cross-origin-opener-policy setting
@rjsparks rjsparks merged commit f711c83 into main Jun 1, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 5, 2023
@rjsparks rjsparks deleted the feat/django4 branch August 11, 2023 13:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants