Skip to content

Commit

Permalink
Merge pull request #17 from yychen/compat/django4
Browse files Browse the repository at this point in the history
feat: add support to django 4
  • Loading branch information
yychen authored Feb 12, 2023
2 parents af0330d + 0b32aa7 commit 42e20bd
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 42e20bd

Please sign in to comment.