summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/lookups.py
AgeCommit message (Expand)Author
2018-04-04Fixed #25718 -- Made a JSONField lookup value of None match keys that have a ...Dmitry Dygalo
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-05-13Fixed #24938 -- Added PostgreSQL trigram support.Matthew Somerville
2016-05-04Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz
2016-04-22Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn
2015-09-21Fixed #24629 -- Unified Transform and Expression APIsJosh Smeaton
2015-05-30Add HasAnyKeys lookup for HStoreField.Marc Tamlyn
2015-01-10Move % addition to lookups, refactor postgres lookups.Marc Tamlyn
2014-11-28Fixed #23423 -- Added unaccent lookup in django.contrib.postgresThomas Chaumeny