Django

Code

Ticket #6555: fix-internal-link.patch

File fix-internal-link.patch, 0.5 kB (added by adamv, 1 year ago)
  • docs/db-api.txt

    old new  
    16051605    print e.blog  # Doesn't hit the database; uses cached version. 
    16061606    print e.blog  # Doesn't hit the database; uses cached version. 
    16071607 
    1608 ``select_related()`` is documented in the "QuerySet methods that return new 
    1609 QuerySets" section above. 
     1608``select_related()`` is documented in the `QuerySet methods that return new 
     1609QuerySets`_ section above. 
    16101610 
    16111611Backward 
    16121612~~~~~~~~