Upgraded to Django 5.1
This commit is contained in:
parent
78789c02ed
commit
596445061f
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,6 +6,7 @@ credentials.json
|
|||||||
credentials
|
credentials
|
||||||
local_settings.py
|
local_settings.py
|
||||||
.coverage
|
.coverage
|
||||||
|
Session.vim
|
||||||
/env
|
/env
|
||||||
/data
|
/data
|
||||||
/old
|
/old
|
||||||
|
|||||||
@ -5,7 +5,6 @@ from django.db import models
|
|||||||
from django.utils.text import slugify
|
from django.utils.text import slugify
|
||||||
from django.utils.timezone import now
|
from django.utils.timezone import now
|
||||||
from django.utils.functional import cached_property
|
from django.utils.functional import cached_property
|
||||||
from django.core.files.storage import get_storage_class
|
|
||||||
from django.db.models import Q, Count, Min, Max
|
from django.db.models import Q, Count, Min, Max
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
|
from .default_settings import *
|
||||||
try:
|
try:
|
||||||
from .local_settings import *
|
from .local_settings import *
|
||||||
except ImportError:
|
except ImportError:
|
||||||
from .default_settings import *
|
pass
|
||||||
|
|
||||||
|
|
||||||
INSTALLED_APPS += POLYPHONIC_MODULES
|
INSTALLED_APPS += POLYPHONIC_MODULES
|
||||||
@ -1,12 +1,11 @@
|
|||||||
asgiref==3.4.1
|
asgiref==3.8.1
|
||||||
boto3==1.18.34
|
boto3==1.18.34
|
||||||
botocore==1.21.34
|
botocore==1.21.34
|
||||||
certifi==2022.12.7
|
certifi==2022.12.7
|
||||||
charset-normalizer==2.1.1
|
charset-normalizer==2.1.1
|
||||||
crispy-bulma==0.8.0
|
crispy-bulma==0.8.0
|
||||||
Django==3.2.7
|
Django==5.1
|
||||||
#-e git+ssh://git@gitea.tfconsulting.com.au/tris/django-byostorage.git@227ce5fccb5864657f080c25528263b655c2b6b7#egg=django_byostorage
|
django-byostorage @ git+https://gitea.tfconsulting.com.au/tris/django-byostorage.git@9903bb00888f20dfd2d39754e5ee22eeb5f36298
|
||||||
git+https://gitea.tfconsulting.com.au/tris/django-byostorage.git
|
|
||||||
django-crispy-forms==1.14.0
|
django-crispy-forms==1.14.0
|
||||||
django-markdown2==0.3.1
|
django-markdown2==0.3.1
|
||||||
django-rest-framework==0.1.0
|
django-rest-framework==0.1.0
|
||||||
@ -14,11 +13,14 @@ django-storages==1.13.1
|
|||||||
django_debug_toolbar==3.8.1
|
django_debug_toolbar==3.8.1
|
||||||
djangorestframework==3.14.0
|
djangorestframework==3.14.0
|
||||||
djantic==0.7.0
|
djantic==0.7.0
|
||||||
|
greenlet==3.0.3
|
||||||
idna==3.4
|
idna==3.4
|
||||||
jmespath==0.10.0
|
jmespath==0.10.0
|
||||||
markdown2==2.4.1
|
markdown2==2.4.1
|
||||||
|
msgpack==1.0.8
|
||||||
pydantic==1.10.2
|
pydantic==1.10.2
|
||||||
pydantic-django==0.1.1
|
pydantic-django==0.1.1
|
||||||
|
pynvim==0.5.0
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
pytz==2021.1
|
pytz==2021.1
|
||||||
requests==2.28.1
|
requests==2.28.1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user