Skip to content

Bump django-modelforms minimum version to 1.0#263

Merged
goodtune merged 2 commits intoclaude/migrate-unique-constraints-Pz7kufrom
copilot/sub-pr-262
Feb 6, 2026
Merged

Bump django-modelforms minimum version to 1.0#263
goodtune merged 2 commits intoclaude/migrate-unique-constraints-Pz7kufrom
copilot/sub-pr-262

Conversation

Copy link
Contributor

Copilot AI commented Feb 6, 2026

Updated dependency constraint for django-modelforms to require version 1.0 or higher, ensuring compatibility with Django's modern UniqueConstraint API used in this codebase.

Changes

  • pyproject.toml: Changed django-modelforms from unconstrained to >=1.0
dependencies = [
    "django-froala-editor>=2.9",
    "django-guardian>=2.4",
    "django-mcp-server>=0.5.5",
-   "django-modelforms",
+   "django-modelforms>=1.0",
    "django-mptt",
    # ...
]

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: goodtune <286798+goodtune@users.noreply.github.com>
@goodtune goodtune marked this pull request as ready for review February 6, 2026 16:19
Copilot AI changed the title [WIP] Replace deprecated unique_together with UniqueConstraint Bump django-modelforms minimum version to 1.0 Feb 6, 2026
Copilot AI requested a review from goodtune February 6, 2026 16:20
@goodtune goodtune merged commit 597e42f into claude/migrate-unique-constraints-Pz7ku Feb 6, 2026
@goodtune goodtune deleted the copilot/sub-pr-262 branch February 6, 2026 16:21
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