Skip to content

Commit

Permalink
feat: add support to django 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Chen committed Nov 22, 2022
1 parent af0330d commit 0b32aa7
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 57 deletions.
79 changes: 23 additions & 56 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.6"
Django = "^3"
Django = ">=3,<5"

[tool.poetry.dev-dependencies]
flake8 = "^4.0.1"
Expand Down
1 change: 1 addition & 0 deletions registry/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@


class RegistryConfig(AppConfig):
default_auto_field = 'django.db.models.AutoField'
name = 'registry'
verbose_name = "Django Registry"

0 comments on commit 0b32aa7

Please sign in to comment.