Modify ↓
Ticket #961 (closed defect: fixed)
Fix syntax MySQL STORAGE_ENGINE doc example
| Reported by: | anonymous | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 |
| Component: | documentation | Version: | mercurial |
| Keywords: | Cc: |
Description
diff -r 546f9bbf06b6 -r 4d3bf1afd0f4 docs/settings.rst
--- a/docs/settings.rst Wed Nov 23 00:04:04 2011 +0000
+++ b/docs/settings.rst Thu Nov 24 10:26:06 2011 +0200
@@ -45,7 +45,7 @@
DATABASES = {
'default': {
...
- STORAGE_ENGINE = 'INNODB'
+ 'STORAGE_ENGINE': 'INNODB'
}
}
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

Fixed in [1924f66b398f]. Thanks.