1
0
mirror of https://github.com/django/django.git synced 2024-12-25 02:26:12 +00:00
django/docs/ref
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
..
class-based-views Fixed #26376 -- Clarifed meaning of 'search' in TemplateResponseMixin.get_template_names() docs. 2016-03-21 08:09:13 -04:00
contrib Refs #3254 -- Added full text search to contrib.postgres. 2016-04-22 10:44:37 +01:00
files Fixed #23832 -- Added timezone aware Storage API. 2016-02-23 18:51:43 -05:00
forms Fixed #22383 -- Added support for HTML5 required attribute on required form fields. 2016-04-21 19:16:38 -04:00
models Refs #22268 -- Fixed typo in docs/ref/models/querysets.txt 2016-04-08 11:43:02 -04:00
templates Fixed #26479 -- Added 'is not' operator to the if tag. 2016-04-09 13:01:15 -04:00
applications.txt Fixed #26278 -- Clarified apps.ready docs. 2016-02-25 08:55:10 -05:00
checks.txt Fixed #26351 -- Added MySQL check to warn about strict mode option 2016-04-08 20:34:16 +02:00
clickjacking.txt Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 10:42:05 -05:00
csrf.txt Fixed #26201 -- Documented the consequences of rotating the CSRF token on login. 2016-04-05 11:02:38 -04:00
databases.txt Fixed #15940 -- Added MySQL note about strict SQL mode 2016-04-08 20:34:27 +02:00
django-admin.txt Fixed #25658 -- Allowed inspectdb to inspect a specific set of tables. 2016-03-18 08:41:15 -04:00
exceptions.txt Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
index.txt
middleware.txt Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 10:42:05 -05:00
migration-operations.txt Fixed #25833 -- Added support for non-atomic migrations. 2016-02-05 09:09:05 -05:00
request-response.txt Fixed #25847 -- Made User.is_(anonymous|authenticated) properties. 2016-04-09 14:54:18 -04:00
schema-editor.txt Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 10:42:05 -05:00
settings.txt Fixed #26037 -- Documented precedence of USE_X_FORWARDED_HOST/PORT settings. 2016-04-07 10:09:56 -04:00
signals.txt Fixed #26493 -- Documented how built-in signals are sent. 2016-04-13 07:48:18 -04:00
template-response.txt Fixed typo in docs/ref/template-response.txt. 2016-04-18 07:50:13 -04:00
unicode.txt Added missing period to "etc.". 2016-01-11 18:05:15 -05:00
urlresolvers.txt Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 10:42:05 -05:00
urls.txt Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 10:42:05 -05:00
utils.txt Fixed typos in docs. 2016-03-13 19:48:24 +01:00
validators.txt Fixed #26107 -- Added option to int_list_validator() to allow negative integers. 2016-02-18 18:58:18 -05:00
views.txt Fixed indenting in "Serving files in development" code example 2016-03-09 14:55:55 +11:00