index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_scripts
/
tests.py
Age
Commit message (
Expand
)
Author
2013-10-23
[1.6.x] Workaround admin scripts test failures on Windows+Python 3.
Ramiro Morales
2013-10-18
[1.6.x] Fixed #21284 -- Prevented KeyError swallowing in fetch_command
Claude Paroz
2013-10-14
[1.6.x] Fixed #21269 -- Don't crash when CommandError contains non-ascii
Claude Paroz
2013-09-29
[1.6.x] Modified test added in 3afb5916b2 so it doesn't fail on Windows.
Ramiro Morales
2013-06-10
Defined available_apps in relevant tests.
Aymeric Augustin
2013-06-09
Added runserver validation to detect if DEBUG=False and ALLOWED_HOSTS is empty.
Tim Graham
2013-05-30
Fixed #20509 - Proper parsing for dumpdata --pks option.
Tim Graham
2013-05-20
Fixed #20445 -- Raised original exception after command error
Jorge Bastida
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-05-01
Fixed test failures introduced in a5becad9094e5c5403b692b9a7b3a6ffaabf64a3.
Florian Apolloner
2013-03-18
Fixed #17037 -- Added a --all option to diffsettings.
Aymeric Augustin
2013-03-09
Fixed #19923 -- Display tracebacks for non-CommandError exceptions
Claude Paroz
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
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