Skip to content

Commit ea00fc7

Browse files
committed
Fix the UUID examples style.
1 parent a61f865 commit ea00fc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/api-guide/fields.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@ A field that ensures the input is a valid UUID string. The `to_internal_value` m
186186
**Signature:** `UUIDField(format='hex_verbose')`
187187

188188
- `format`: Determines the representation format of the uuid value
189-
- `'hex_verbose'` - The cannoncical hex representation, including hyphens: "5ce0e9a5-5ffa-654b-cee0-1238041fb31a"
190-
- `'hex'` - The compact hex representation of the UUID, not including hyphens: "5ce0e9a55ffa654bcee01238041fb31a"
191-
- `'int'` - A 128 bit integer representation of the UUID: "123456789012312313134124512351145145114"
192-
- `'urn'` - RFC 4122 URN representation of the UUID: "urn:uuid:5ce0e9a5-5ffa-654b-cee0-1238041fb31a"
189+
- `'hex_verbose'` - The cannoncical hex representation, including hyphens: `"5ce0e9a5-5ffa-654b-cee0-1238041fb31a"`
190+
- `'hex'` - The compact hex representation of the UUID, not including hyphens: `"5ce0e9a55ffa654bcee01238041fb31a"`
191+
- `'int'` - A 128 bit integer representation of the UUID: `"123456789012312313134124512351145145114"`
192+
- `'urn'` - RFC 4122 URN representation of the UUID: `"urn:uuid:5ce0e9a5-5ffa-654b-cee0-1238041fb31a"`
193193
Changing the `format` parameters only affects representation values. All formats are accepted by `to_internal_value`
194194

195195
---

0 commit comments

Comments
 (0)