Skip to content

Upgrade Django 2.0.13 to 2.1.15 with required dependency updates#654

Merged
znick merged 3 commits intomasterfrom
upgrade_to_django_2.1.15
Apr 1, 2026
Merged

Upgrade Django 2.0.13 to 2.1.15 with required dependency updates#654
znick merged 3 commits intomasterfrom
upgrade_to_django_2.1.15

Conversation

@znick
Copy link
Copy Markdown
Owner

@znick znick commented Mar 31, 2026

  • Bump django 2.0.13 -> 2.1.15
  • Bump django-reversion 2.0.13 -> 3.0.9 (2.x does not support Django 2.1)
  • Bump django-filter 1.1.0 -> 2.2.0 (QUERY_TERMS removed in Django 2.1; 2.3+ requires Django 2.2+)
  • Replace removed auth.views.logout with LogoutView.as_view()
  • Update reversion API: get_for_object() -> Version.objects.get_for_object()
  • Update django-filter: name= -> field_name=, method signature (qs, name, value)
  • Fix IssueFilter instantiation to pass queryset instead of empty dict

@znick znick force-pushed the upgrade_to_django_2.1.15 branch from f7dbdbd to 7122307 Compare March 31, 2026 23:52
- Bump django 2.0.13 -> 2.1.15
- Bump django-reversion 2.0.13 -> 3.0.9 (2.x does not support Django 2.1)
- Bump django-filter 1.1.0 -> 2.2.0 (QUERY_TERMS removed in Django 2.1; 2.3+ requires Django 2.2+)
- Replace removed auth.views.logout with LogoutView.as_view()
- Update reversion API: get_for_object() -> Version.objects.get_for_object()
- Update django-filter: name= -> field_name=, method signature (qs, name, value)
- Fix IssueFilter instantiation to pass queryset instead of empty dict

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@znick znick force-pushed the upgrade_to_django_2.1.15 branch from 7122307 to c607ed8 Compare March 31, 2026 23:53
znick and others added 2 commits April 1, 2026 02:27
- Add libxml2-dev and libxslt1-dev to build deps (required for lxml)
- Fix legacy ENV key value format to ENV key=value (lines 3-4)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@znick znick merged commit 5b42b3e into master Apr 1, 2026
6 checks passed
@znick znick deleted the upgrade_to_django_2.1.15 branch April 1, 2026 18:29
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