Author: russellm
Date: 2010-10-28 07:15:46 -0500 (Thu, 28 Oct 2010)
New Revision: 14383
Modified:
django/branches/releases/1.2.X/django/core/management/sql.py
Log:
[1.2.X] Negligible formatting improvement to an error in management/sql.py
Backport of r13992 from trunk.
Modified: django/branches/releases/1.2.X/django/core/management/sql.py
===================================================================
--- django/branches/releases/1.2.X/django/core/management/sql.py
2010-10-28 12:15:27 UTC (rev 14382)
+++ django/branches/releases/1.2.X/django/core/management/sql.py
2010-10-28 12:15:46 UTC (rev 14383)
@@ -15,7 +15,7 @@
raise CommandError("Django doesn't know which syntax to use for your
SQL statements,\n" +
"because you haven't specified the ENGINE setting for the
database.\n" +
"Edit your settings file and change DATBASES['default']['ENGINE']
to something like\n" +
- "'django.db.backends.postgresql' or 'django.db.backends.mysql'")
+ "'django.db.backends.postgresql' or 'django.db.backends.mysql'.")
# Get installed models, so we generate REFERENCES right.
# We trim models from the current app so that the sqlreset command does not
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.