[2.2.x] Used extlinks for Django's source code.

Backport of a68c029e22 from master.
This commit is contained in:
Tim Graham 2019-03-28 20:32:17 -04:00
parent ffdacc5879
commit 2fb602f581
12 changed files with 38 additions and 69 deletions

View file

@ -867,10 +867,8 @@ precede the definition of any keyword arguments. For example::
.. seealso::
The `OR lookups examples`_ in the Django unit tests show some possible uses
of ``Q``.
.. _OR lookups examples: https://github.com/django/django/blob/master/tests/or_lookups/tests.py
The :source:`OR lookups examples <tests/or_lookups/tests.py>` in Django's
unit tests show some possible uses of ``Q``.
Comparing objects
=================