django1/docs/topics/db
Stefan Schneider 293df73fb6 Fixed #28648 -- Corrected typo in docs/topics/db/queries.txt. 2017-09-29 10:31:49 -04:00
..
examples Refs #23919 -- Removed Python 2 notes in docs. 2017-01-18 11:51:29 -05:00
aggregation.txt Fixed #27849 -- Added filtering support to aggregates. 2017-08-12 17:58:28 -04:00
index.txt Refs #28595 -- Added a hook to add execute wrappers for database queries. 2017-09-21 12:13:09 -04:00
instrumentation.txt Refs #28595 -- Added a hook to add execute wrappers for database queries. 2017-09-21 12:13:09 -04:00
managers.txt Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 2017-01-25 11:53:05 -05:00
models.txt Fixed #28332 -- Fixed diamond inheritence example in docs. 2017-09-02 14:10:41 -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 Fixed #28648 -- Corrected typo in docs/topics/db/queries.txt. 2017-09-29 10:31:49 -04:00
search.txt Fixed typos in docs/topic/db/search.txt. 2017-04-08 07:26:15 -04:00
sql.txt Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle. 2017-08-12 21:06:49 +02:00
tablespaces.txt Fixed #28046 -- Added the db_tablespace parameter to class-based indexes. 2017-06-27 21:15:15 +02:00
transactions.txt Fixed #28479 -- Doc'd that transaction rollback doesn't revert model state. 2017-09-04 15:43:29 -04:00