wagtail/docs/reference/contrib
Bertrand Bordage e62d67bd73 Adds PostgreSQL search backend. (#3515)
* Adds PostgreSQL search backend.

* Isort nitpicks.

* Fixes PostgreSQL versions incompatibilities.

* Uses Django lru_cache instead of building our own.

* Fixes PostgreSQL search index on some empty vector & query cases.

* Never sets the PostgreSQL search vector to NULL.

* Simplification + removes caching on two fast enough functions.

* Rewrites stale entries deletion to use the ORM.
2017-04-12 16:16:16 +01:00
..
api Mark API v1 documentation as deprecated (#3429) 2017-03-07 10:49:19 +00:00
forms Fix a typo in a docstring 2017-01-25 21:34:25 +03:00
modeladmin Improved code separation in `contrib.modeladmin` (#3467) 2017-03-28 10:34:03 +01:00
frontendcache.rst Update the Cloudflare backend to use the v4 API 2016-11-17 12:01:57 +00:00
index.rst Adds PostgreSQL search backend. (#3515) 2017-04-12 16:16:16 +01:00
postgres_search.rst Adds PostgreSQL search backend. (#3515) 2017-04-12 16:16:16 +01:00
routablepage.rst Mention addition to INSTALLED_APPS in routablepage docs 2017-01-23 17:07:19 +00:00
searchpromotions.rst Normalise all code blocks in the docs 2015-10-05 16:55:58 +01:00
settings.rst Release notes for #3047 2016-10-10 14:24:01 +03:00
sitemaps.rst Update project template + docs to clarify that wagtail_urls should appear at the end of urlpatterns 2017-01-13 17:06:52 +00:00
table_block.rst Rename table_block.fields to table_block.blocks 2016-05-18 15:51:54 +01:00