#29915: Allow icontains lookup to accept uuids with or without dashes
-------------------------------------+-------------------------------------
Reporter: Václav Řehák | Owner: Ian Foote
Type: | Status: closed
Cleanup/optimization |
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution: fixed
Keywords: uuid admin | Triage Stage: Ready for
| checkin
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak <felisiak.mariusz@…>):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"d9881a025c15d87b2a7883ee50771117450ea90d" d9881a02]:
{{{
#!CommitTicketReference repository=""
revision="d9881a025c15d87b2a7883ee50771117450ea90d"
Fixed #29915 -- Added support for values with hyphens to pattern lookups
for UUIDField on backends without UUID datatype.
Support hyphens in iexact, contains, icontains, startswith, istartswith,
endswith and iendswith UUIDField filters on backends without UUID
datatype.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29915#comment:10>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/065.6e0bd7c26587e65e6ba83e844b4303e5%40djangoproject.com.