From 4e65d73e9ee732883400fe444f2120c9b3757b1e Mon Sep 17 00:00:00 2001 From: James Bennett Date: Wed, 3 Mar 2010 09:07:36 +0000 Subject: [PATCH] Fixed #12969: Use versionadded directive for the new --symlinks option to the makemessages command. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12675 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/django-admin.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 57e745f1f7..0918f5c1f4 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -476,6 +476,8 @@ Currently supported: .. django-admin-option:: --symlinks +.. versionadded:: 1.2 + Use the ``--symlinks`` or ``-s`` option to follow symlinks to directories when looking for new translation strings.