Loading docs/conf.py +0 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,6 @@ show_authors = False # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'trac' # Options for HTML output # ----------------------- Loading docs/ref/databases.txt +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ For now, InnoDB is probably your best choice. .. _BDB: http://dev.mysql.com/doc/refman/5.0/en/bdb-storage-engine.html .. _InnoDB: http://dev.mysql.com/doc/refman/5.0/en/innodb.html .. _Other storage engines: http://dev.mysql.com/doc/refman/5.1/en/storage-engines-other.html .. _SolidDB: http://forge.mysql.com/projects/view.php?id=139 .. _SolidDB: http://forge.mysql.com/projects/project.php?id=139 .. _Falcon: http://dev.mysql.com/doc/falcon/en/index.html MySQLdb Loading docs/topics/db/queries.txt +3 −2 Original line number Diff line number Diff line Loading @@ -639,9 +639,10 @@ precede the definition of any keyword arguments. For example:: .. seealso:: The `OR lookups examples`_ show some possible uses of ``Q``. The `OR lookups examples`_ in the Django unit tests show some possible uses of ``Q``. .. _OR lookups examples: http://www.djangoproject.com/models/or_lookups/ .. _OR lookups examples: http://code.djangoproject.com/browser/django/trunk/tests/modeltests/or_lookups/models.py Comparing objects ================= Loading docs/topics/email.txt +1 −1 Original line number Diff line number Diff line Loading @@ -174,7 +174,7 @@ from the request's POST data, sends that to admin@example.com and redirects to # to get proper validation errors. return HttpResponse('Make sure all fields are entered and valid.') .. _Header injection: http://securephp.damonkohler.com/index.php/Email_Injection .. _Header injection: http://www.nyphp.org/phundamentals/email_header_injection.php .. _emailmessage-and-smtpconnection: Loading Loading
docs/conf.py +0 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,6 @@ show_authors = False # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'trac' # Options for HTML output # ----------------------- Loading
docs/ref/databases.txt +1 −1 Original line number Diff line number Diff line Loading @@ -65,7 +65,7 @@ For now, InnoDB is probably your best choice. .. _BDB: http://dev.mysql.com/doc/refman/5.0/en/bdb-storage-engine.html .. _InnoDB: http://dev.mysql.com/doc/refman/5.0/en/innodb.html .. _Other storage engines: http://dev.mysql.com/doc/refman/5.1/en/storage-engines-other.html .. _SolidDB: http://forge.mysql.com/projects/view.php?id=139 .. _SolidDB: http://forge.mysql.com/projects/project.php?id=139 .. _Falcon: http://dev.mysql.com/doc/falcon/en/index.html MySQLdb Loading
docs/topics/db/queries.txt +3 −2 Original line number Diff line number Diff line Loading @@ -639,9 +639,10 @@ precede the definition of any keyword arguments. For example:: .. seealso:: The `OR lookups examples`_ show some possible uses of ``Q``. The `OR lookups examples`_ in the Django unit tests show some possible uses of ``Q``. .. _OR lookups examples: http://www.djangoproject.com/models/or_lookups/ .. _OR lookups examples: http://code.djangoproject.com/browser/django/trunk/tests/modeltests/or_lookups/models.py Comparing objects ================= Loading
docs/topics/email.txt +1 −1 Original line number Diff line number Diff line Loading @@ -174,7 +174,7 @@ from the request's POST data, sends that to admin@example.com and redirects to # to get proper validation errors. return HttpResponse('Make sure all fields are entered and valid.') .. _Header injection: http://securephp.damonkohler.com/index.php/Email_Injection .. _Header injection: http://www.nyphp.org/phundamentals/email_header_injection.php .. _emailmessage-and-smtpconnection: Loading