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
/
regressiontests
/
admin_scripts
/
tests.py
Age
Commit message (
Expand
)
Author
2010-09-13
[soc2010/app-loading] merged trunk
archive/soc2010/app-loading
Arthur Koziel
2010-04-20
Fixed #13366 -- Corrected the field __setstate__ method to avoid a race condi...
Russell Keith-Magee
2010-04-20
Fixed #13382 -- Modified a message used for testing purposes to allow test pa...
Russell Keith-Magee
2010-04-14
Fixed #13335: Adjusted the r12950 fix to properly handle import errors result...
Karen Tracey
2010-04-12
Fixed #11696: Changed app loading code so that it does not swallow import err...
Karen Tracey
2010-03-23
Fixed #13173: Made the admin_scripts tests pass when the running python execu...
Karen Tracey
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-05-29
Fixed a few Python 2.3 incompatibilities that were causing test failures.
Gary Wilson Jr
2009-05-12
Fixed #9751: admin scripts now calculate the project directory correctly when...
Jacob Kaplan-Moss
2008-10-04
Fixed #9293: Corrected expected test output for the admin_scripts tests, foll...
Russell Keith-Magee
2008-08-16
Fixed #8268: Modified admin scripts tests to use JYTHONPATH when appropriate....
Russell Keith-Magee
2008-08-11
Fixed #8235: use subprocess instead of popen3 so that Python 2.6 is happy. Th...
Jacob Kaplan-Moss
2008-08-10
Fixed #5943 -- Modified django-admin to behave like manage.py if settings are...
Russell Keith-Magee
2008-08-08
Fixed #8047: property detect an external database backend and set sys.path ac...
Jacob Kaplan-Moss
2008-08-08
Fixed #8120, #7997 -- Cleaned up the help messages displayed by django-admin ...
Russell Keith-Magee
2008-08-08
Fixed #5825 -- Modified the custom command loader to allow for explicit speci...
Russell Keith-Magee
2008-07-31
Corrected a typo in [8158]. Thanks to Matthias Kestenholz <mk@spinlock.ch> fo...
Russell Keith-Magee
2008-07-31
Refs #8047 -- Removed some CPython specific parts of the admin scripts tests.
Russell Keith-Magee
2008-07-30
Fixed #8029 -- Modified admin_scripts test to use the PYTHONPATH from the env...
Russell Keith-Magee
2008-07-27
Fixed the admin_scripts tests to check for the right output with Python 2.4.
Malcolm Tredinnick
2008-07-23
Fixed #7906 -- Modified admin_scripts regression test to use the same python ...
Russell Keith-Magee
2008-07-22
Fixed a bunch of Python 2.3 test failures.
Malcolm Tredinnick
2008-07-17
Refs #7745 -- Modified use of assertTrue to failUnless, because assertTrue is...
Russell Keith-Magee
2008-07-14
Removed a Python2.3 incompatible generator construct. Thanks to Karen Tracey ...
Russell Keith-Magee
2008-07-13
Fixed #7728 -- Modified the output check in the admin script tests. Checking ...
Russell Keith-Magee
2008-07-11
Fixed #6017 -- Modified the Lax parser to allow --settings and the other core...
Russell Keith-Magee
2008-07-11
Fixed #7715 -- Modified the admin_scripts tests to do an app level import, ra...
Russell Keith-Magee
2008-07-10
Corrected a bug in [7876] picked up by the buildbot: depending on the order i...
Russell Keith-Magee
2008-07-10
Refs #5943, #6107 -- Added framework and tests to check for the correct opera...
Russell Keith-Magee