| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-09 | Fixed #19923 -- Display tracebacks for non-CommandError exceptions | Claude Paroz | |
| By default, show tracebacks for management command errors when the exception is not a CommandError. Thanks Jacob Radford for the report. | |||
| 2013-02-27 | use the real path to fix OS X /var/folders vs. /private/var/folders mismatch | Ćukasz Langa | |
| 2013-02-26 | Fixed discovery of the Django installation during tests. | Florian Apolloner | |
| If Django was symlinked into site-packages the previous approach to discover the tests subdirectory would fail. The revised version now always points to the location of the source and not the import path. | |||
| 2013-02-26 | fixed admin_scripts tests on python 3.3 | Florian Apolloner | |
| 2013-02-26 | Renamed some tests and removed references to modeltests/regressiontests. | Florian Apolloner | |
| 2013-02-26 | Merged regressiontests and modeltests into the test root. | Florian Apolloner | |
