Kaydet (Commit) be70d3b9 authored tarafından Tim Graham's avatar Tim Graham

[2.0.x] Fixed #28883 -- Doc'd that the uuid URL path converter matches lowercase only letters.

Backport of bae365e1 from master
üst 741711f8
...@@ -127,7 +127,7 @@ The following path converters are available by default: ...@@ -127,7 +127,7 @@ The following path converters are available by default:
plus the hyphen and underscore characters. For example, plus the hyphen and underscore characters. For example,
``building-your-1st-django-site``. ``building-your-1st-django-site``.
* ``uuid`` - Matches a formatted UUID. For example, * ``uuid`` - Matches a formatted UUID (letters must be lowercase). For example,
``075194d3-6885-417e-a8a8-6c931e272f00``. Returns a :class:`~uuid.UUID` ``075194d3-6885-417e-a8a8-6c931e272f00``. Returns a :class:`~uuid.UUID`
instance. instance.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment