From e6dd7f995a5a785a5aa12378df209314b1d77d93 Mon Sep 17 00:00:00 2001 From: Mounir Messelmeni Date: Sat, 13 Jun 2015 15:41:56 +0200 Subject: Fixed #24971 -- Made startapp generate an apps.py --- docs/ref/django-admin.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/ref') diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 37154365ff..d55b748eed 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1094,8 +1094,13 @@ with the ``--name`` option. The :class:`template context options) - ``app_name`` -- the app name as passed to the command - ``app_directory`` -- the full path of the newly created app +- ``camel_case_app_name`` -- the app name in camel case format - ``docs_version`` -- the version of the documentation: ``'dev'`` or ``'1.x'`` +.. versionadded:: 1.9 + + ``camel_case_app_name`` was added. + .. _render_warning: .. warning:: -- cgit v1.3