django/tests/postgres_tests
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
..
array_default_migrations Refs #22962 -- Made test case use non-conflicting table names 2015-02-13 14:01:54 +01:00
array_index_migrations Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
migrations Refs #3254 -- Added full text search to contrib.postgres. 2016-04-22 10:44:37 +01:00
__init__.py Name PostgreSQL correctly. 2015-05-30 23:10:30 +01:00
fields.py Refs #3254 -- Added full text search to contrib.postgres. 2016-04-22 10:44:37 +01:00
models.py Refs #3254 -- Added full text search to contrib.postgres. 2016-04-22 10:44:37 +01:00
test_aggregates.py Name PostgreSQL correctly. 2015-05-30 23:10:30 +01:00
test_array.py Fixed #22383 -- Added support for HTML5 required attribute on required form fields. 2016-04-21 19:16:38 -04:00
test_functions.py Fixed #24894 -- Added contrib.postgres.functions.TransactionNow 2015-06-15 14:03:17 -04:00
test_hstore.py Fixed #26215 -- Fixed RangeField/ArrayField serialization with None values 2016-02-16 21:07:05 +01:00
test_json.py Fixed #25532 -- Properly redisplayed JSONField form input values 2016-04-01 09:04:20 +02:00
test_ranges.py Fixed E128 flake8 warnings in tests/. 2016-04-08 10:12:33 -04:00
test_search.py Refs #3254 -- Added full text search to contrib.postgres. 2016-04-22 10:44:37 +01:00
test_unaccent.py Name PostgreSQL correctly. 2015-05-30 23:10:30 +01:00