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
Age
Commit message (
Expand
)
Author
2012-01-04
Fixed #17503 -- A destination directory passed to startproject or startapp as...
Carl Meyer
2012-01-01
Made sure startproject can handle template URLs with trailing slashes.
Ramiro Morales
2011-12-29
Moved validation of project names to an earlier spot so no directory with inv...
Ramiro Morales
2011-12-29
Made sure the new project template functionality works when the template
Ramiro Morales
2011-12-27
Moved calls to addCleanup before assertions in admin_scripts tests, so that c...
Aymeric Augustin
2011-12-27
Removed Python 2.3 compatibility code from the admin_scripts tests.
Aymeric Augustin
2011-12-22
Fixed #17042 -- Extended startproject and startapp management commands to bet...
Jannis Leidel
2011-12-22
Fixed #2879 -- Added support for the integration with Selenium and other in-b...
Julien Phalip
2011-12-09
Fixed copy & paste mistake made in r17183.
Jannis Leidel
2011-12-09
Fixed #16683 -- Skip the IPv6 runserver tests if the platform doesn't support...
Jannis Leidel
2011-10-17
Tweaked admin_scripts tests enhanced in r16964 a bit more so they don't fail ...
Ramiro Morales
2011-10-16
Fixed a test that depended on how identifiers are quoted by the database back...
Aymeric Augustin
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-10-13
Fixed #15372 -- Switched to a startproject default layout that allows us to a...
Carl Meyer
2011-06-09
Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...
Ramiro Morales
2011-05-23
Workaround particularities of Python under Windows that interfere with expect...
Ramiro Morales
2011-05-13
Fixed #15064 -- Made manage.py honor the existence and value of DJANGO_SETTIN...
Ramiro Morales
2011-04-20
Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning...
Carl Meyer
2011-04-02
Updates to the test suite to allow for newly deprecated and removed features
Russell Keith-Magee
2011-03-26
Fixed #9158 -- Changed django-admin.py help to be printed to stdout instead o...
Adrian Holovaty
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-02-21
Fixed #15359 -- Ensure that the -h option is always honored by django-admin.p...
Russell Keith-Magee
2011-02-13
Fixed #14130 -- Made manage.py error reporting more useful when the settings....
Ramiro Morales
2011-01-27
Fixed #15112 -- Ensure that IPv6 addresses are correctly displayed in the adm...
Russell Keith-Magee
2011-01-15
Fixed #14928 -- Ensure that a fully qualified domain name can be used for run...
Russell Keith-Magee
2010-12-08
Ensure that a Popen object is closed promptly during the tests.
Alex Gaynor
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-08-21
Fixed #14148 -- Ensure the admin_script tests always use an absolute path; Py...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
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 Python 2.4 incompatibility introduced in r12972.
Karen Tracey
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
[next]