Ticket #8728: 8728.diff

File 8728.diff, 2.1 KB (added by Richard Barran, 16 years ago)
  • docs/topics/db/queries.txt

     
    639639
    640640.. seealso::
    641641
    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``.
    643644
    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
    645646
    646647Comparing objects
    647648=================
  • docs/topics/email.txt

     
    174174            # to get proper validation errors.
    175175            return HttpResponse('Make sure all fields are entered and valid.')
    176176
    177 .. _Header injection: http://securephp.damonkohler.com/index.php/Email_Injection
     177.. _Header injection: http://www.nyphp.org/phundamentals/email_header_injection.php
    178178
    179179.. _emailmessage-and-smtpconnection:
    180180
  • docs/conf.py

     
    6868# The name of the Pygments (syntax highlighting) style to use.
    6969pygments_style = 'trac'
    7070
    71 
    7271# Options for HTML output
    7372# -----------------------
    7473
  • docs/ref/databases.txt

     
    6565.. _BDB: http://dev.mysql.com/doc/refman/5.0/en/bdb-storage-engine.html
    6666.. _InnoDB: http://dev.mysql.com/doc/refman/5.0/en/innodb.html
    6767.. _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=139
     68.. _SolidDB: http://forge.mysql.com/projects/project.php?id=139
    6969.. _Falcon: http://dev.mysql.com/doc/falcon/en/index.html
    7070
    7171MySQLdb
Back to Top