django1/docs/topics/db
Tim Graham 259875535b Removed unneeded right quotes in docs to fix spelling errors.
A regression in pyenchant caused a problem:
https://github.com/rfk/pyenchant/issues/93
2017-07-18 08:24:49 -04:00
..
examples Refs #23919 -- Removed Python 2 notes in docs. 2017-01-18 11:51:29 -05:00
aggregation.txt Fixed #28233 -- Used a simpler example in the aggregation "cheat sheet" docs. 2017-06-06 16:11:48 -04:00
index.txt Refs #3254 -- Added full text search to contrib.postgres. 2016-04-22 10:44:37 +01:00
managers.txt Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 2017-01-25 11:53:05 -05:00
models.txt Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples. 2017-07-11 14:15:17 -04:00
multi-db.txt Refs #23919 -- Stopped inheriting from object to define new style classes. 2017-06-26 10:30:31 -04:00
optimization.txt Updated various links in docs to avoid redirects 2017-05-22 19:28:44 +02:00
queries.txt Added missing import in docs/topics/db/queries.txt. 2017-07-04 20:18:04 -04:00
search.txt Fixed typos in docs/topic/db/search.txt. 2017-04-08 07:26:15 -04:00
sql.txt Updated postgresql.org links to https and made them canonical. 2016-10-25 11:43:32 -04:00
tablespaces.txt Fixed #28046 -- Added the db_tablespace parameter to class-based indexes. 2017-06-27 21:15:15 +02:00
transactions.txt Removed unneeded right quotes in docs to fix spelling errors. 2017-07-18 08:24:49 -04:00