Upgrade to django-config-models 0.2.2 to allow ForeignKey KEY_FIELDS

This commit is contained in:
Calen Pennington
2018-10-30 15:02:45 -04:00
parent 2ff3a38d91
commit 5cd109963b

View File

@@ -35,7 +35,7 @@ celery==3.1.25 # Asynchronous task execution library
defusedxml==0.4.1 # XML bomb protection for common XML parsers
Django==1.11.16 # Web application framework
django-babel-underscore # underscore template extractor for django-babel (internationalization utilities)
django-config-models # Configuration models for Django allowing config management with auditing
django-config-models>=0.2.2 # Configuration models for Django allowing config management with auditing
django-cors-headers==2.1.0 # Used to allow to configure CORS headers for cross-domain requests
django-countries==4.6.1 # Country data for Django forms and model fields
django-crum # Middleware that stores the current request and user in thread local storage