django1/django/contrib/postgres
Marc Tamlyn 2d877da855 Refs #3254 -- Added full text search to contrib.postgres.
Adds a reasonably feature complete implementation of full text search
using the built in PostgreSQL engine. It uses public APIs from
Expression and Lookup.

With thanks to Tim Graham, Simon Charettes, Josh Smeaton, Mikey Ariel
and many others for their advice and review. Particular thanks also go
to the supporters of the contrib.postgres kickstarter.
2016-04-22 10:44:37 +01:00
..
aggregates Fixed #24301 -- Added PostgreSQL-specific aggregate functions 2015-03-30 10:44:37 -04:00
fields Fixed #26101 -- Allowed introspection of base_field.model in RangeField 2016-04-03 16:32:30 +02:00
forms Fixed #25532 -- Properly redisplayed JSONField form input values 2016-04-01 09:04:20 +02:00
locale Updated translations from Transifex 2015-12-31 15:53:02 +01:00
__init__.py Added HStoreField. 2014-11-04 09:26:40 +00:00
apps.py Refs #3254 -- Added full text search to contrib.postgres. 2016-04-22 10:44:37 +01:00
functions.py Fixed #24894 -- Added contrib.postgres.functions.TransactionNow 2015-06-15 14:03:17 -04:00
lookups.py Refs #3254 -- Added full text search to contrib.postgres. 2016-04-22 10:44:37 +01:00
operations.py Stopped special-casing postgres-specific tests 2015-04-18 15:17:49 +02:00
search.py Refs #3254 -- Added full text search to contrib.postgres. 2016-04-22 10:44:37 +01:00
signals.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
utils.py Fixed #25841 -- Handled base array fields validation errors with params. 2015-12-17 20:25:04 -05:00
validators.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00