Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/fixers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Rewrites the ``ADMINS`` and ``MANAGERS`` settings from lists of 2-tuples to list
.. code-block:: diff

-ADMINS = [("Ad min", "[email protected]")]
-ADMINS = ["[email protected]"]
+ADMINS = ["[email protected]"]

Note: Django never used the name part of the tuple, so this fixer removes it, to preserve behaviour.
To actually set a name, include it in the email address like ``'"Ad min" <[email protected]>'``.
Expand Down