diff options
| author | James Bennett <ubernostrum@gmail.com> | 2010-03-03 09:07:36 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2010-03-03 09:07:36 +0000 |
| commit | 4e65d73e9ee732883400fe444f2120c9b3757b1e (patch) | |
| tree | bb25d9d6b77ec61b2285f12ec11e354c13c33927 /docs/ref/django-admin.txt | |
| parent | 926bf195e007cb4f97e6ddc4bd963cb5a8d48288 (diff) | |
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
Diffstat (limited to 'docs/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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. |
