Russell Keith-Magee
|
163bf995a5
Fixed #10812 -- Corrected typo in aggregation docs. Thanks to uzi for the report.
|
16 years ago |
Jacob Kaplan-Moss
|
516051bfd2
A whole lotta documentation fixes: Fixes #8704, #8826, #8980, #9243, #9343, #9529,
|
16 years ago |
Malcolm Tredinnick
|
6fa30faa79
Fixed #10574 -- Documented interaction between annotations and order_by.
|
16 years ago |
Jacob Kaplan-Moss
|
4246c832b6
Added 1.1 beta release notes.
|
16 years ago |
Malcolm Tredinnick
|
29050ef999
Fixed #5420 -- Added support for delayed loading of model fields.
|
16 years ago |
Russell Keith-Magee
|
e83f81de8c
Clarified some documentation on the use of the aggregate() query modifier, following suggestions on IRC. Thanks to Tai Lee for the report.
|
16 years ago |
Karen Tracey
|
addd3df3bd
Fixed #7672 -- Added a 'week_day' lookup type. Many thanks to Ross Poulton for the proposal and implementation on all built-in database backends..
|
16 years ago |
Malcolm Tredinnick
|
d579e716fe
Fixed #9997 -- Fixed use of ValuesQuerySets as rvalues in filters.
|
16 years ago |
Russell Keith-Magee
|
1a87e01f21
Corrected some ReST problems with the aggregation docs. Thanks to James Bennett for the report.
|
16 years ago |
Russell Keith-Magee
|
cc4e4d9aee
Fixed #3566 -- Added support for aggregation to the ORM. See the documentation for details on usage.
|
16 years ago |
Malcolm Tredinnick
|
3b489b7742
Documented that case-insensitive matching is not supported for non-ASCII
|
16 years ago |
Malcolm Tredinnick
|
f747b61c20
Nested query support.
|
16 years ago |
Malcolm Tredinnick
|
644ad9073f
Fixed #9477 -- Removed and edited a bunch of references to "development
|
16 years ago |
Karen Tracey
|
c483583023
Fixed #9497 - Doc typos. Many thanks ramiro.
|
16 years ago |
Malcolm Tredinnick
|
032b7bc45e
Fixed #9420 -- Fixed an exception type in the documentation of Queryset.get().
|
16 years ago |
Malcolm Tredinnick
|
9900c87161
Fixed #9390 -- Restored some documentation about select_related() that was
|
16 years ago |
James Bennett
|
73c0db8e42
Fixed #9255: Removed now-obsolete warning about the old semantics of __exact=None vs. __isnull=True
|
16 years ago |
Malcolm Tredinnick
|
4eb26b1659
Restored documentation about pickling QuerySets (and how to only pickle the
|
16 years ago |
Simon Willison
|
f17f2bfd1f
Re-added docs for QuerySet reverse() and all() methods, refs #9000 - thanks ramiro
|
16 years ago |
Adrian Holovaty
|
1aa8449fb7
Fixed #9003 -- Fixed awkward wording in querysets.txt
|
16 years ago |
Jacob Kaplan-Moss
|
7c2e2d2b5e
Added a note about queryset.query being opaque.
|
16 years ago |
Jacob Kaplan-Moss
|
7b0b992a87
Fixed #8849: added some more "new in 1.0" flags. Thanks, ramiro.
|
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 |
Malcolm Tredinnick
|
2dba41056f
Revived a bunch of missing documentation that got lost in the docs-refactor.
|
16 years ago |
Malcolm Tredinnick
|
c181734fa1
Changed create() and get_or_create() to force an insert (not update an existing value).
|
16 years ago |
Russell Keith-Magee
|
5c43a0a43f
Fixed #8406: Corrected some expected output to use repr format. Thanks to arien for the patch.
|
16 years ago |
Malcolm Tredinnick
|
f2b389b354
Added documentation to explain the gains and losses when using utf8_bin
|
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 |