.. |
fixtures
|
f7cf58ac0e
Fixed #12429 -- Ensure that raw queries call resolve_columns if the backend defines it. This ensures (as much as possible) that the model values returned by a raw query match that in normal queries. Thanks to Ian Kelly for the report.
|
il y a 15 ans |
__init__.py
|
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.
|
il y a 15 ans |
models.py
|
f7cf58ac0e
Fixed #12429 -- Ensure that raw queries call resolve_columns if the backend defines it. This ensures (as much as possible) that the model values returned by a raw query match that in normal queries. Thanks to Ian Kelly for the report.
|
il y a 15 ans |
tests.py
|
afd040d4d3
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
|
il y a 14 ans |