Skip to content

Commit

Permalink
django upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Vee-Ouma committed Mar 27, 2022
1 parent 89d209f commit c585c7b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/cpims-dcs-3.0.iml

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

5 changes: 4 additions & 1 deletion .idea/misc.xml

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

1 change: 1 addition & 0 deletions notifications/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from django.utils import timezone
# from django.utils.six import text_type
from jsonfield.fields import JSONField

from model_utils import Choices

from six import text_type
Expand Down
2 changes: 1 addition & 1 deletion notifications/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from . import views

if StrictVersion(get_version()) >= StrictVersion('2.0'):
from django.urls import re_path as pattern
from django.urls import path, include, re_path
else:
from django.conf.urls import url as pattern

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ openpyxl==3.0.9
packaging==21.3
pandas==1.4.1
Pillow==9.0.1
psycopg2==2.9.3
psycopg2-binary==2.9.3
pycparser==2.21
Pygments==2.11.2
PyJWT==2.3.0
Expand Down

0 comments on commit c585c7b

Please sign in to comment.