1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/docs/topics
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
..
_images
auth Fixed #26514 -- Documented that User.refresh_from_db() doesn't clear the permission cache. 2016-04-18 09:02:56 -04:00
class-based-views Fixed typo in docs/topics/class-based-views/mixins.txt 2016-04-18 20:25:54 -04:00
db Refs #3254 -- Added full text search to contrib.postgres. 2016-04-22 10:44:37 +01:00
forms Fixed #22383 -- Added support for HTML5 required attribute on required form fields. 2016-04-21 19:16:38 -04:00
http Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a KeyError. 2016-04-20 13:06:47 -04:00
i18n Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based views 2016-04-15 17:28:54 +02:00
testing Fixed #24987 -- Allowed inactive users to login with the test client. 2016-03-23 09:01:52 -04:00
cache.txt Fixed #25847 -- Made User.is_(anonymous|authenticated) properties. 2016-04-09 14:54:18 -04:00
checks.txt Refs #26351 -- Added check hook to support database-related checks 2016-04-08 20:28:00 +02:00
conditional-view-processing.txt Fixed typos in docs. 2016-03-13 19:48:24 +01:00
email.txt Added import in docs/topics/email.txt example. 2016-02-12 13:44:38 -05:00
external-packages.txt
files.txt
index.txt
install.txt
logging.txt Fixed #26157 #25321 -- Added sql/params to extra context of schema logger 2016-03-15 17:45:58 +11:00
migrations.txt
pagination.txt Refs #14131 -- Documented why paginating large QuerySets may be slow. 2016-04-06 11:06:38 -04:00
performance.txt Fixed typos in docs. 2016-03-13 19:48:24 +01:00
python3.txt
security.txt Refs #26464 -- Added a link to OWASP Top 10 in security topic guide. 2016-04-09 07:49:40 -04:00
serialization.txt Fixed #26256 -- Added note about primary key serialization 2016-03-08 21:30:23 +01:00
settings.txt Fixed #26152 -- Documented how to avoid django.setup() deadlock in standalone scripts. 2016-02-01 13:40:53 -05:00
signals.txt Fixed #26493 -- Documented how built-in signals are sent. 2016-04-13 07:48:18 -04:00
signing.txt
templates.txt Fixed #26410 -- Added a docs example for loader.render_to_string(). 2016-03-31 08:31:55 -04:00