Skip to content

Commit

Permalink
Also test releases branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Feb 9, 2024
1 parent 159bf91 commit 9abb5a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- releases/*
paths-ignore:
- '**.md'
- '**.rst'
Expand Down
2 changes: 2 additions & 0 deletions formset/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
from django.core.exceptions import ImproperlyConfigured
from django.db import transaction
from django.db.models import QuerySet

try:
from django.utils.choices import CallableChoiceIterator # Django 4.2 and later
except ImportError:
from django.forms.fields import CallableChoiceIterator

from django.http.response import HttpResponseBadRequest, JsonResponse
from django.utils.encoding import force_str
from django.utils.functional import cached_property
Expand Down

0 comments on commit 9abb5a4

Please sign in to comment.