~ubuntuone-hackers/django-configglue/trunk

« back to all changes in this revision

Viewing changes to django_configglue/schema.py

  • Committer: Tarmac
  • Author(s): Michael Nelson
  • Date: 2013-04-29 11:51:14 UTC
  • mfrom: (73.1.3 default_wsgi_application)
  • Revision ID: tarmac-20130429115114-15olbfvwzkw14mnl
[r=ricardokirkner] Default value for Django 1.4's wsgi_application is None.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1163
1163
 
1164
1164
        wsgi_application = StringOption(
1165
1165
            help="The full Python path of the WSGI application object"
1166
 
                 "that Django's built-in servers (e.g. runserver) will use.")
 
1166
                 "that Django's built-in servers (e.g. runserver) will use.",
 
1167
            null=True)
1167
1168
 
1168
1169
        csrf_cookie_secure = BoolOption(
1169
1170
            default=False,