Alex Gaynor
|
b01cc1bd89
Fixed #15243 -- More clearly document that the transaction functions needs to be called with a using parameter to work with a non-default database. Thanks to Jason Kotenko for the patch.
|
14 years ago |
Ramiro Morales
|
7a5c54e9b7
Fixed typo in raw SQL docs example.
|
14 years ago |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
14 years ago |
Russell Keith-Magee
|
2dc2ed87e5
Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to timo for the patch.
|
14 years ago |
Russell Keith-Magee
|
b50a35a669
Fixed #12941 -- Added documentation for the connections dictionary. Thanks to atlithorn@gmail.com for the report, and Alex Gaynor for the original text.
|
15 years ago |
Russell Keith-Magee
|
6f9ba54bf5
Fixed #12519 -- Corrected documentation on .raw() queries. Thanks to boralyl for the report and patch.
|
15 years ago |
Justin Bronn
|
7ca3e8fecf
Updated patch applied in r12504. Refs #12806.
|
15 years ago |
Justin Bronn
|
c4699b0b8a
Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks, Bruno Renié.
|
15 years ago |
Gary Wilson Jr
|
adb74a8f2e
Fixed several broken and redirecting URLs in the documentation (fixes #12219, refs #12427).
|
15 years ago |
Russell Keith-Magee
|
ff60c5f9de
Fixed #1142 -- Added multiple database support.
|
15 years ago |
Russell Keith-Magee
|
79d6e402e3
Fixed #12409 -- Corrected some documentation typos in the docs on raw querysets. Also added a missing __init__.py file. Thanks to Alex Gaynor for the reports.
|
15 years ago |
Jacob Kaplan-Moss
|
20ad30713e
Fixed #11863: added a `Model.objects.raw()` method for executing raw SQL queries and yield models.
|
15 years ago |
Russell Keith-Magee
|
992ded1ad1
Fixed #9919 -- Added note on the need to mark transactions as dirty when using raw SQL.
|
15 years ago |
Russell Keith-Magee
|
87d3ff731b
Fixed #9206 -- Clarified documentation of transaction handling in raw SQL, and error recovery for Postgres. Thanks to Richard Davies for the suggestion and draft text.
|
16 years ago |
Jacob Kaplan-Moss
|
97cb07c3a1
Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/.
|
16 years ago |