Skip to content

Commit

Permalink
Added django 3.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
matllubos committed Dec 2, 2022
1 parent 4df0fee commit 35c03df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 37 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- python-version: 3.7
django-version: Django==3.1

- python-version: 3.7
django-version: Django==3.2

- python-version: 3.8
django-version: Django==2.2

Expand All @@ -31,6 +34,9 @@ jobs:
- python-version: 3.8
django-version: Django==3.1

- python-version: 3.8
django-version: Django==3.2

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
37 changes: 0 additions & 37 deletions .travis.yml

This file was deleted.

2 changes: 2 additions & 0 deletions example/settings/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,5 @@
STATICFILES_DIRS = (
STATICFILES_ROOT,
)

DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'

0 comments on commit 35c03df

Please sign in to comment.