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
/
fixtures
/
tests.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-12-24
Use new TestCase methods for equality comparisons
Ian Clelland
2012-12-13
Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering
Anssi Kääriäinen
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-09-07
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-08-08
[py3] Used compatible imports of StringIO.
Aymeric Augustin
2012-06-07
Added more precise assertions on two fixture tests.
Claude Paroz
2012-06-07
Fixed #10200 -- Raised CommandError when errors happen in loaddata.
Claude Paroz
2012-05-27
Fixed #18387 -- Do not call sys.exit during call_command.
Claude Paroz
2012-05-26
Fixed #5423 -- Made dumpdata output one row at a time.
Claude Paroz
2011-11-27
Changed the fixtures used to test the 'initial_data' feature so they don't co...
Aymeric Augustin
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-10-17
Tweaked test added in r16873 so it also works with Oracle.
Ramiro Morales
2011-10-16
Fixed a test that relied on the database to reject invalid data; MySQL doesn'...
Aymeric Augustin
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-09-22
Fixed #16026 -- loaddata now identifies which object triggered an error.
Paul McMillan
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-03-09
Fixed a bunch more tests that were failing in Oracle due to false assumptions...
Ian Kelly
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-08-30
Fixed #14162 - Dumpdata needs an option to use the base manager instead of th...
Luke Plant
2010-08-06
Fixed #12775 -- Modified the --exclude argument to dumpdata to allow exclusio...
Russell Keith-Magee
2010-06-05
Corrected pre-Python 2.6 syntax incompatibility from r13319. Thanks to Karen ...
Russell Keith-Magee
2010-06-05
Fixed #13636 -- Migrated fixtures tests to use unittests, eliminating another...
Russell Keith-Magee