Skip to content

Commit

Permalink
Fix reStructuredText syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Feb 17, 2023
1 parent a5e3ee5 commit 0c15557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,7 @@ For example ``myproject/settings.py`` or ``myproject/settings/production.py``.
Renames the undocumented ``django.contrib.admin.utils.lookup_needs_distinct`` to ``lookup_spawns_duplicates``:

.. code-block:: diff
-from django.contrib.admin.utils import lookup_needs_distinct
+from django.contrib.admin.utils import lookup_spawns_duplicates
Expand Down

0 comments on commit 0c15557

Please sign in to comment.