Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Django 3.2 (#295) #322

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion coldfront/config/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#
# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.postgresql_psycopg2',
# 'ENGINE': 'django.db.backends.postgresql',
# 'NAME': 'coldfront',
# 'USER': '',
# 'PASSWORD': '',
Expand Down
2 changes: 1 addition & 1 deletion coldfront/core/allocation/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


class AllocationConfig(AppConfig):
name = 'allocation'
name = 'coldfront.core.allocation'
2 changes: 1 addition & 1 deletion coldfront/core/grant/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


class GrantConfig(AppConfig):
name = 'grant'
name = 'coldfront.core.grant'
2 changes: 1 addition & 1 deletion coldfront/core/portal/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


class PortalConfig(AppConfig):
name = 'portal'
name = 'coldfront.core.portal'
2 changes: 1 addition & 1 deletion coldfront/core/publication/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


class PublicationConfig(AppConfig):
name = 'publication'
name = 'coldfront.core.publication'
2 changes: 1 addition & 1 deletion coldfront/core/research_output/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


class ResearchOutputConfig(AppConfig):
name = 'research_output'
name = 'coldfront.core.research_output'
2 changes: 1 addition & 1 deletion coldfront/core/resource/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


class ResourceConfig(AppConfig):
name = 'resource'
name = 'coldfront.core.resource'
3 changes: 2 additions & 1 deletion coldfront/core/utils/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@


class UtilsConfig(AppConfig):
name = 'utils'
name = 'coldfront.core.utils'
verbose_name = 'Coldfront Utils'
52 changes: 26 additions & 26 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
arrow==0.13.1
bibtexparser==1.1.0
blessed==1.15.0
chardet==3.0.4
Django==2.2.24
django-crispy-forms==1.7.2
Django==3.2.6
Faker==8.12.1
arrow==1.1.1
bibtexparser==1.2.0
blessed==1.18.1
chardet==4.0.0
django-crispy-forms==1.12.0
django-environ==0.4.5
django-model-utils==3.1.2
django-picklefield==2.0
django-q==1.0.1
django-model-utils==4.1.1
django-picklefield==3.0.1
django-q==1.3.9
django-settings-export==1.2.1
django-simple-history==2.7.2
django-split-settings==1.0.1
django-sslserver==0.20
django-su==0.8.0
doi2bib==0.3.0
factory-boy==2.12.0
Faker==3.0.0
future==0.17.1
humanize==0.5.1
idna==2.8
pyparsing==2.3.1
python-dateutil==2.8.0
django-simple-history==3.0.0
django-split-settings==1.1.0
django-sslserver==0.22
django-su==0.9.0
doi2bib==0.4.0
factory-boy==3.2.0
future==0.18.2
humanize==3.11.0
idna==3.2
pyparsing==2.4.7
python-dateutil==2.8.2
python-memcached==1.59
pytz==2018.9
redis==3.2.1
pytz==2021.1
redis==3.5.3
requests==2.26.0
six==1.12.0
sqlparse==0.3.0
six==1.16.0
sqlparse==0.4.1
text-unidecode==1.3
urllib3==1.26.6
wcwidth==0.1.7
wcwidth==0.2.5