Fixed #708 -- Fixed searching within IP fields on PostgreSQL.
commita87e567eb31666cd5da1d46477a561c8eada8645
authormtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sat, 23 Feb 2008 09:15:35 +0000 (23 09:15 +0000)
committermtredinnick <mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37>
Sat, 23 Feb 2008 09:15:35 +0000 (23 09:15 +0000)
tree968146ac926cca1fdf5f5f979cf7907fb9b46fc8
parent1b0d5d78751e26827f9944341d69a77e47d8f7db
Fixed #708 -- Fixed searching within IP fields on PostgreSQL.
Based on a patch from Matt McClanahan.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7151 bcc190cf-cafb-0310-a4f2-bffc1f526a37
django/db/backends/postgresql/operations.py
tests/regressiontests/string_lookup/models.py