File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -186,10 +186,10 @@ A field that ensures the input is a valid UUID string. The `to_internal_value` m
186
186
** Signature:** ` UUIDField(format='hex_verbose') `
187
187
188
188
- ` 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" `
193
193
Changing the ` format ` parameters only affects representation values. All formats are accepted by ` to_internal_value `
194
194
195
195
---
You can’t perform that action at this time.
0 commit comments