Skip to content

chore(deps): drop unused django-crispy-forms#69

Merged
ringo380 merged 1 commit into
mainfrom
chore/drop-django-crispy-forms
May 17, 2026
Merged

chore(deps): drop unused django-crispy-forms#69
ringo380 merged 1 commit into
mainfrom
chore/drop-django-crispy-forms

Conversation

@ringo380
Copy link
Copy Markdown
Owner

Summary

Test plan

  • CI green (or admin-merge consistent with prior dead-dep removal)
  • No template regressions — confirmed via `grep -rn crispy analyzer/ querygrade/` returning zero hits

Mirrors the django-security removal in #65. crispy-forms is in
requirements.txt and requirements-prod.txt but has zero usages
across the codebase — no `{% crispy %}` template tags, no
`{% load crispy_forms_tags %}`, no Python imports. It's not in
INSTALLED_APPS either.

The Dependabot bump (#49) just bumped a dead dependency from
1.14 to 2.6 last week; removing it outright is the right call
since the install cost (and the future bump churn) buys nothing.
@ringo380 ringo380 merged commit ad52810 into main May 17, 2026
3 of 4 checks passed
@ringo380 ringo380 deleted the chore/drop-django-crispy-forms branch May 17, 2026 03:30
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.

1 participant