index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
/
select_related
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-12-29
Silenced warnings in the tests of deprecated features.
Aymeric Augustin
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2011-10-14
Switch several assertNumQueries to use the context manager, which is much mor...
Alex Gaynor
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2010-12-01
Fixed result ordering assumptions in the select_related tests.
Ian Kelly
2010-10-12
Fixed #5416 -- Added TestCase.assertNumQueries, which tests that a given func...
Alex Gaynor
2010-09-13
Migrated select_related doctests. Thanks to Eric Florenzano.
Russell Keith-Magee
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2007-12-01
Fixed #6068 -- Updated docstrings in model tests to make the documentation
Malcolm Tredinnick
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-03-23
Removed formatting from the select_related test title.
Jacob Kaplan-Moss
2007-03-23
Renumbered all the doctest examples so that they are ordered correctly on the...
Jacob Kaplan-Moss
2007-02-28
Added a "depth" argument to select_related() to control how many "levels" of ...
Jacob Kaplan-Moss