django1/django/contrib
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
..
admin Fixed #16327 -- Redirected "Save as new" to change view instead of the changelist. 2016-04-20 11:31:44 -04:00
admindocs Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
auth Fixed #25847 -- Made User.is_(anonymous|authenticated) properties. 2016-04-09 14:54:18 -04:00
contenttypes Fixed typo in GenericRelatedObjectManager.add() error message. 2016-04-20 10:06:49 -04:00
flatpages Fixed #25847 -- Made User.is_(anonymous|authenticated) properties. 2016-04-09 14:54:18 -04:00
gis Fixed #26512 -- Added tests for SpatialRefSysMixin.get_units(). 2016-04-19 11:19:44 -04:00
humanize Updated translations from Transifex 2015-12-31 15:53:02 +01:00
messages Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
postgres Refs #3254 -- Added full text search to contrib.postgres. 2016-04-22 10:44:37 +01:00
redirects Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
sessions Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a KeyError. 2016-04-20 13:06:47 -04:00
sitemaps Fixed a dead link in django/contrib/sitemaps/__init__.py. 2016-03-08 13:16:11 -05:00
sites Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
staticfiles Fixed #20189 -- Allowed customizing staticfiles ignored_patterns list 2016-04-22 09:56:06 +02:00
syndication Fixed #25806 -- Removed name mangling from syndication.Feed's _get_dynamic_attr(). 2015-11-25 17:46:58 -05:00
__init__.py