Releases¶
Version 1.0.1 (2015-06-08)¶
- Added compatibility with Python 3.
Version 1.0 (2014-10-23)¶
- Removed upper limit for required versions of Paste and PasteDeploy.
Version 1.0 Release Candidate 2 (2013-09-24)¶
- Introduced new syntax to do variable substitution (
${variable_name}
). - Introduced the function
resolve_local_conf_options()
.
Version 1.0 Release Candidate 1 (2013-06-20)¶
- Renamed function
wsgify_django
todjango_pastedeploy_settings.get_configured_django_wsgi_app()
. - Made the Nose plugin work with multiple databases as supported by Django >= 1.3.
- Renamed command-line argument for the PasteDeploy configuration file in the
Nose plugin from
--with-django-wsgified
to--paste-deploy-config
.
Version 1.0 Beta 1 (2013-06-19)¶
This is the first public release.
django-pastedeploy-settings started as a fork of twod.wsgi v1, with the sole purpose of managing Django settings as opposed to all the other functionality supported by twod.wsgi. Information about how to migrate from twod.wsgi can be found in Migrating From twod.wsgi.