diff options
| author | Brian Rosner <brosner@gmail.com> | 2009-12-22 16:00:49 +0000 |
|---|---|---|
| committer | Brian Rosner <brosner@gmail.com> | 2009-12-22 16:00:49 +0000 |
| commit | 5e54f6b263d981abd5aa1a46d208ee48f00f601d (patch) | |
| tree | eba92a7c9a8b30c3ae3e510accb911ac05cd3b27 /docs | |
| parent | d9568af974b8ec1443a6d8c1f440e1514e39d9e8 (diff) | |
Added missing quote in contributing settings code
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11955 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/contributing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/contributing.txt b/docs/internals/contributing.txt index 4649e4c8b4..4ec6e5d26d 100644 --- a/docs/internals/contributing.txt +++ b/docs/internals/contributing.txt @@ -815,7 +815,7 @@ following is a minimal settings file that can be used to test SQLite:: }, 'other': { 'ENGINE': 'django.db.backends.sqlite3', - 'TEST_NAME: 'other_db' + 'TEST_NAME': 'other_db' } } |
