Mariusz Felisiak
|
498195bda4
Improved examples in docs about raw SQL queries.
|
1 year ago |
Jesper Olsson
|
216eb63883
Fixed #34409 -- Doc'd limitation of dictfetchall() and namedtuplefetchall() examples.
|
1 year ago |
django-bot
|
14459f80ee
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2 years ago |
Joseph Victor Zammit
|
ba755ca131
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
|
2 years ago |
Carlton Gibson
|
534ac48297
Refs #34140 -- Applied rst code-block to non-Python examples.
|
2 years ago |
Tom Sparrow
|
e89f957135
Removed unnecessary semicolons in docs about performing raw SQL.
|
2 years ago |
Mariusz Felisiak
|
39ae8d740e
Added missing backticks to function names.
|
2 years ago |
Mariusz Felisiak
|
97237ad3fe
Removed versionadded/changed annotations for 3.2.
|
3 years ago |
Mariusz Felisiak
|
66491f08fe
Changed IRC references to Libera.Chat.
|
3 years ago |
Alexander Lyabah
|
415f50298f
Fixed #32231 -- Allowed passing None params to QuerySet.raw().
|
4 years ago |
Adam Johnson
|
d17b380653
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
|
4 years ago |
Hasan Ramezani
|
33f7739108
Fixed #31356 -- Changed IRC links to the Freenode webchat.
|
4 years ago |
Simon Charette
|
11e327a3ff
Fixed #30988 -- Deprecated the InvalidQuery exception.
|
5 years ago |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 years ago |
Nick Pope
|
198a2a9381
Removed unnecessary /static from links to PostgreSQL docs.
|
5 years ago |
Katie McLaughlin
|
9886dffdf4
Fixed #29940 -- Recommended using the ORM rather than raw SQL.
|
6 years ago |
Tim Graham
|
7543ab1f8d
Removed versionadded/changed annotations for 2.0.
|
6 years ago |
Adnan Umer
|
f2026ca5e2
Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet.
|
6 years ago |
Adnan Umer
|
ec0319ff82
Fixed #29339 -- Added result caching to RawQuerySet.
|
6 years ago |
Jon Dufresne
|
7a6fbf36b1
Fixed #28853 -- Updated connection.cursor() uses to use a context manager.
|
7 years ago |
Tim Graham
|
327f0f37ce
Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe.
|
7 years ago |
Mariusz Felisiak
|
489421b015
Fixed #23546 -- Added kwargs support for CursorWrapper.callproc() on Oracle.
|
7 years ago |
Mariusz Felisiak
|
660d50805b
Fixed #23766 -- Doc'd CursorWrapper.callproc().
|
7 years ago |
Marti Raudsepp
|
51fbe2a60d
Updated postgresql.org links to https and made them canonical.
|
8 years ago |
Chris Jerdonek
|
ccf7adb064
Fixed #27172 -- Closed database cursor explicitly in two doc examples
|
8 years ago |
Tim Graham
|
361f60479d
Fixed #25455 -- Optimized dictfetchall() example.
|
9 years ago |
Dražen Odobašić
|
5ab65ca5c9
Fixed #25326 -- Added namedtuple example for executing custom SQL.
|
9 years ago |
Claude Paroz
|
64982cc2fb
Updated Wikipedia links to use https
|
9 years ago |
Floris den Hengst
|
e42a720ba2
Fixed typos and updated spelling wordlist.
|
10 years ago |
Tim Graham
|
c79faae761
Removed versionadded/changed notes for 1.7.
|
10 years ago |