Django

Code

Ticket #11417 (closed: fixed)

Opened 7 months ago

Last modified 7 months ago

Error in 'Notes about supported databases' documentation

Reported by: vorushin Assigned to: nobody
Milestone: Component: Documentation
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation:
Needs tests: Patch needs improvement:

Description

http://docs.djangoproject.com/en/dev/ref/databases/#collation-settings

Should you decide to use utf8_bin collation for some of your tables with MySQLdb 1.2.1p2, you should still use utf8_collation_ci_swedish (the default) collation for the django.contrib.sessions.models.Session table (usually called django_session and the table django.contrib.admin.models.LogEntry? table (usually called django_admin_log). Those are the two standard tables that use TextField? internally.

and the _table_ django.contrib.admin.models.LogEntry? _table_ (usually called django_admin_log).

It seems one of 'table's is redundant

Attachments

Change History

07/03/09 02:15:48 changed by russellm

  • status changed from new to closed.
  • resolution set to fixed.

(In [11169]) Fixed #11417 -- Corrected typo in MySQL collation notes. Thanks to vorushin for the report.


Add/Change #11417 (Error in 'Notes about supported databases' documentation)




Change Properties
Action