1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/docs/topics/db
Tim Graham 327f0f37ce
Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe.
Thanks Hynek Cernoch for the report and review.
2017-11-07 13:07:12 -05:00
..
examples Refs #23919 -- Removed Python 2 notes in docs. 2017-01-18 11:51:29 -05:00
aggregation.txt Fixed typo in docs/topics/db/aggregation.txt. 2017-11-07 09:03:01 -05: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 Removed incorrect reference to ModelChoiceField in Field.choices docs. 2017-10-13 10:37:04 -04:00
multi-db.txt Fixed 'a'/'an' mix-ups in docs. 2017-10-30 21:47:09 -04:00
optimization.txt Updated various links in docs to avoid redirects 2017-05-22 19:28:44 +02:00
queries.txt Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs. 2017-09-29 11:38:28 -04:00
search.txt Fixed typos in docs/topic/db/search.txt. 2017-04-08 07:26:15 -04:00
sql.txt Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe. 2017-11-07 13:07:12 -05: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 #28584 -- Dropped support for SQLite < 3.7.15. 2017-10-03 10:42:18 -04:00