Skip to content

Update dependencies to Django 6#51

Merged
pablo-schmeiser merged 1 commit intomasterfrom
update
Feb 13, 2026
Merged

Update dependencies to Django 6#51
pablo-schmeiser merged 1 commit intomasterfrom
update

Conversation

@hd1ex
Copy link
Copy Markdown
Collaborator

@hd1ex hd1ex commented Feb 14, 2025

No description provided.

@hd1ex hd1ex force-pushed the update branch 2 times, most recently from 5ccad37 to a2d3ea6 Compare June 21, 2025 23:55
Copy link
Copy Markdown
Collaborator

@pablo-schmeiser pablo-schmeiser left a comment

Choose a reason for hiding this comment

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

We could already upgrade to django 6.0.1 (which is the latest release, although some of our other packages don't support it yet - e.g. django-stubs is still missing stubs for APIs from django 6)
For this we should however consider the following backward issues :

  • BaseDatabaseSchemaEditor and PostgreSQL backends no longer use CASCADE when dropping a column. -> Is this a problem with migrations? Or is this still fine (couldn't we just regenerate all migrations)? see here
  • We should remove compatibility for Python < 3.12 see here
  • Should we remove usage of the ordering keyword? Why: see here

Aside from this discussion, we should bump the rest to their most up-to-date versions (see requested changes). This has not been tested yet, but the release notes suggest all of this should be fine.

Comment thread pyproject.toml Outdated
Comment thread pyproject.toml Outdated
Comment thread pyproject.toml Outdated
Comment thread pyproject.toml Outdated
Comment thread pyproject.toml Outdated
Comment thread pyproject.toml Outdated
Comment thread pyproject.toml Outdated
Comment thread pyproject.toml Outdated
Comment thread pyproject.toml Outdated
Comment thread pyproject.toml Outdated
@hd1ex hd1ex force-pushed the update branch 2 times, most recently from 379e761 to 20c3ffc Compare February 13, 2026 21:46
@hd1ex hd1ex changed the title Update dependencies Update dependencies to Django 6 Feb 13, 2026
Copy link
Copy Markdown
Collaborator

@pablo-schmeiser pablo-schmeiser left a comment

Choose a reason for hiding this comment

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

Looks good.
Psycopg should be downgraded to psycopg2

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.

2 participants