mirror of
https://github.com/django/django.git
synced 2025-10-17 05:47:44 +00:00
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
This commit is contained in:
parent
413f3bb5c8
commit
f5ff5010cd
20 changed files with 75 additions and 108 deletions
|
@ -2044,11 +2044,8 @@ If ``value`` is ``"Joel is a slug"``, the output will be ``"joel-is-a-slug"``.
|
|||
----------------
|
||||
|
||||
Formats the variable according to the argument, a string formatting specifier.
|
||||
This specifier uses Python string formatting syntax, with the exception that
|
||||
the leading "%" is dropped.
|
||||
|
||||
See https://docs.python.org/library/stdtypes.html#string-formatting-operations
|
||||
for documentation of Python string formatting
|
||||
This specifier uses the :ref:`old-string-formatting` syntax, with the exception
|
||||
that the leading "%" is dropped.
|
||||
|
||||
For example::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue