Ticket #8728: 8728.diff
File 8728.diff, 2.1 KB (added by , 16 years ago) |
---|
-
docs/topics/db/queries.txt
639 639 640 640 .. seealso:: 641 641 642 The `OR lookups examples`_ show some possible uses of ``Q``. 642 The `OR lookups examples`_ in the Django unit tests show some possible uses 643 of ``Q``. 643 644 644 .. _OR lookups examples: http:// www.djangoproject.com/models/or_lookups/645 .. _OR lookups examples: http://code.djangoproject.com/browser/django/trunk/tests/modeltests/or_lookups/models.py 645 646 646 647 Comparing objects 647 648 ================= -
docs/topics/email.txt
174 174 # to get proper validation errors. 175 175 return HttpResponse('Make sure all fields are entered and valid.') 176 176 177 .. _Header injection: http:// securephp.damonkohler.com/index.php/Email_Injection177 .. _Header injection: http://www.nyphp.org/phundamentals/email_header_injection.php 178 178 179 179 .. _emailmessage-and-smtpconnection: 180 180 -
docs/conf.py
68 68 # The name of the Pygments (syntax highlighting) style to use. 69 69 pygments_style = 'trac' 70 70 71 72 71 # Options for HTML output 73 72 # ----------------------- 74 73 -
docs/ref/databases.txt
65 65 .. _BDB: http://dev.mysql.com/doc/refman/5.0/en/bdb-storage-engine.html 66 66 .. _InnoDB: http://dev.mysql.com/doc/refman/5.0/en/innodb.html 67 67 .. _Other storage engines: http://dev.mysql.com/doc/refman/5.1/en/storage-engines-other.html 68 .. _SolidDB: http://forge.mysql.com/projects/ view.php?id=13968 .. _SolidDB: http://forge.mysql.com/projects/project.php?id=139 69 69 .. _Falcon: http://dev.mysql.com/doc/falcon/en/index.html 70 70 71 71 MySQLdb