mirror of
https://github.com/django/django.git
synced 2025-10-06 16:50:52 +00:00
reverted changes from [1534] and [1536] regarding ticket #966
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1541 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
e19edfbea0
commit
c464e57da9
6 changed files with 42 additions and 72 deletions
|
@ -151,12 +151,6 @@ OPERATOR_MAPPING = {
|
|||
'endswith': 'LIKE %s',
|
||||
'istartswith': 'ILIKE %s',
|
||||
'iendswith': 'ILIKE %s',
|
||||
'notcontains': 'NOT LIKE %s',
|
||||
'notstartswith': 'NOT LIKE %s',
|
||||
'notendswith': 'NOT LIKE %s',
|
||||
'inotcontains': 'NOT ILIKE %s',
|
||||
'inotstartswith': 'NOT ILIKE %s',
|
||||
'inotendswith': 'NOT ILIKE %s',
|
||||
}
|
||||
|
||||
# This dictionary maps Field objects to their associated PostgreSQL column
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue