django/docs/topics/db
Caio Ariede 11e42001d9 [2.2.x] Fixed #27164 -- Fixed an example of using routers in multiple databases docs.
Make sure that AuthRouter includes ContentType in the same database.

Backport of 608e06023e from master
2019-11-20 11:51:59 +01:00
..
examples [2.2.x] Refs #30947 -- Changed tuples to lists in model Meta options examples in docs. 2019-11-05 08:40:38 +01:00
aggregation.txt [2.2.x] Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt. 2019-04-13 12:36:12 +02:00
index.txt
instrumentation.txt Removed versionadded/changed annotations for 2.0. 2018-05-17 11:00:10 -04:00
managers.txt [2.2.x] Changed tuple choices to list in docs. 2019-05-15 14:41:01 +02:00
models.txt [2.2.x] Fixed typo in docs/topics/db/models.txt. 2019-06-24 09:05:15 +02:00
multi-db.txt [2.2.x] Fixed #27164 -- Fixed an example of using routers in multiple databases docs. 2019-11-20 11:51:59 +01:00
optimization.txt [2.2.x] Fixed #30828 -- Added how to remove/insert many-to-many relations in bulk to the database optimization docs. 2019-11-12 13:13:49 +01:00
queries.txt [2.2.x] Replaced 'n_' prefix with 'number_of_' in docs/topics/db/queries.txt. 2019-11-07 09:41:27 +01:00
search.txt Updated various links in docs to use HTTPS. 2018-01-07 14:28:41 +01:00
sql.txt [2.2.x] Removed unnecessary /static from links to PostgreSQL docs. 2019-03-29 21:50:28 -04:00
tablespaces.txt
transactions.txt