index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
db
/
sql.txt
Age
Commit message (
Expand
)
Author
2018-04-19
Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet.
Adnan Umer
2018-04-19
Fixed #29339 -- Added result caching to RawQuerySet.
Adnan Umer
2017-11-28
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
Jon Dufresne
2017-11-07
Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe.
Tim Graham
2017-08-12
Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.
Mariusz Felisiak
2017-08-10
Fixed #23766 -- Doc'd CursorWrapper.callproc().
Mariusz Felisiak
2016-10-25
Updated postgresql.org links to https and made them canonical.
Marti Raudsepp
2016-09-07
Fixed #27172 -- Closed database cursor explicitly in two doc examples
Chris Jerdonek
2015-09-24
Fixed #25455 -- Optimized dictfetchall() example.
Tim Graham
2015-09-03
Fixed #25326 -- Added namedtuple example for executing custom SQL.
Dražen Odobašić
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
2015-03-07
Fixed typos and updated spelling wordlist.
Floris den Hengst
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2014-12-19
Used https for most *.python.org links
Claude Paroz
2014-12-06
Cleaned up a note in docs/topics/db/sql.txt.
wrwrwr
2014-08-19
Removed unnecessary code-block directives.
areski
2014-06-12
Fixed #22349 -- Added a note clarifying `RawQuerySet` has no `__len__`.
Moayad Mardini
2014-04-25
Fixed #22493 - Added warnings to raw() and extra() docs about SQL injection
Moayad Mardini
2014-04-21
Fixed queries that may return unexpected results on MySQL due to typecasting.
Erik Romijn
2014-03-24
Removed versionadded/changed annotations for 1.6.
Tim Graham
2014-02-25
Fixed docs typos.
Szczepan Cieślik
2014-02-20
Capitalize SQL keywords
David Sanders
2014-02-20
Capitalize SQL keywords
David Sanders
2014-01-02
Fixed typos. Changed grammar.
Frank Tobia
2013-09-25
Fixed #17671 - Cursors are now context managers.
Michael Manfre
2013-06-28
Support 'pyformat' style parameters in raw queries, Refs #10070
Shai Berger
2013-05-05
Found a mistake in SQL documentation
Christopher Allen-Poole
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-03-23
Fixed #9055 -- Standardized behaviour of parameter escaping in db cursors
Claude Paroz
2013-03-18
Fixed #19968 -- Dropped support for PostgreSQL < 8.4.
Aymeric Augustin
2013-03-11
Enabled database-level autocommit for all backends.
Aymeric Augustin
2013-01-02
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2012-09-20
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
Tim Graham
2012-06-07
Removed references to changes made in 1.2.
Aymeric Augustin
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-06
Fixed #16233 -- Added link to multiple databases docs from custom sql alias s...
Claude Paroz
2011-09-30
Fixed doc references to `django.db.models.query.QuerySet` and converted some ...
Jannis Leidel
2011-09-11
Fixed #16293: Document a way to return dicts with column names from a DB cursor.
James Bennett
2011-09-04
Converted links to external topics so they use intersphinx extension markup.
Ramiro Morales
2011-06-10
Fixed #14201 - Add a "security overview" page to the docs
Luke Plant
2011-05-30
Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus.
Timo Graham
2011-03-14
Fixed #14733: no longer "validate" .raw() queries.
Jacob Kaplan-Moss
2011-02-12
Fixed #9964 -- Ensure that all database operations make transactions dirty, n...
Russell Keith-Magee
2011-02-11
Fixed #15243 -- More clearly document that the transaction functions needs to...
Alex Gaynor
2010-11-09
Fixed typo in raw SQL docs example.
Ramiro Morales
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-08-07
Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to timo for ...
Russell Keith-Magee
2010-03-08
Fixed #12941 -- Added documentation for the connections dictionary. Thanks to...
Russell Keith-Magee
2010-02-24
Fixed #12519 -- Corrected documentation on .raw() queries. Thanks to boralyl ...
Russell Keith-Magee
2010-02-23
Updated patch applied in r12504. Refs #12806.
Justin Bronn
[next]