Adrian Holovaty
|
e1e4050347
Fixed #12297 -- Fixed typo in docs/topics/db/queries.txt. Thanks, bertil and timo
|
15 years ago |
Adrian Holovaty
|
457df03c99
Fixed #12084 -- Documented the fact that QuerySet.update() returns the number of affected rows. Thanks, timo
|
15 years ago |
Gary Wilson Jr
|
adb74a8f2e
Fixed several broken and redirecting URLs in the documentation (fixes #12219, refs #12427).
|
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 |
James Bennett
|
4a2a0b0e21
Fixed #11931: Removed mention of nonexistent get_sql() method for arguments to limit_choices_to. Since the correct reference involves undocumented ORM internals, this simply removes the reference entirely in favor of publicly-documented use of Q objects.
|
15 years ago |
Russell Keith-Magee
|
b836ed4666
Made correction to documentation change from [11045].
|
15 years ago |
Russell Keith-Magee
|
3db96017ba
Fixed #11278 -- Clarified query documentation regarding bulk assignment of m2m values. Thanks to zgoda for the patch.
|
15 years ago |
Karen Tracey
|
e258961e4f
Fixed #11188 -- Removed incorrect doc note about step being unsupported when slicing query sets.
|
15 years ago |
Jacob Kaplan-Moss
|
c6c25adf6d
Fixed a whole bunch of small docs typos, errors, and ommissions.
|
16 years ago |
Malcolm Tredinnick
|
5fb6667036
Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend.
|
16 years ago |
Malcolm Tredinnick
|
5e8ddd59e2
Minor update to documentation for many-to-many filter() calls.
|
16 years ago |
Russell Keith-Magee
|
322a6a9d1d
Fixed #10303 -- Corrected a contradiction in the docs regarding the capabilities of the .update() clause that was introduced by the documentation for F() expressions. Thanks to gluckj for the report.
|
16 years ago |
Russell Keith-Magee
|
fffade6633
Fixed #10187 -- Added documentation on how to import F() objects. Thanks to trigeek38 for the report.
|
16 years ago |
Russell Keith-Magee
|
cf37e4624a
Fixed #7210 -- Added F() expressions to query language. See the documentation for details on usage.
|
16 years ago |
Malcolm Tredinnick
|
c57fe6c3ec
Fixed #9432 -- Revived documentation of ~Q usage.
|
16 years ago |
Malcolm Tredinnick
|
93aec4e44a
Fixed #9301 -- Correct a markup typo in the docs.
|
16 years ago |
Malcolm Tredinnick
|
e9f647e11f
Fixed #9234 -- Typo fix.
|
16 years ago |
Gary Wilson Jr
|
165b55828a
Fixed #8924 -- Corrected a couple typos in queries documentation, thanks arien.
|
16 years ago |
Jacob Kaplan-Moss
|
64a9469127
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here.
|
16 years ago |
James Bennett
|
a72eae0be7
Fixed #8728: Corrected some broken links in the documentation
|
16 years ago |
James Bennett
|
b085ccce6c
Fixed #8730: Incorporated (with minor changes) additions/enhancements to one-to-one docs
|
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 |