summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_scripts/tests.py
AgeCommit message (Expand)Author
2013-01-25Fixed #19665 -- Ensured proper stderr output for Command.run_from_argvClaude Paroz
2013-01-24Fixed #19125 -- The startproject command should validate the name earlierClaude Paroz
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-10-29Prevented leftover files and dirs in admin_scripts testsClaude Paroz
2012-10-26Avoid dependence on exact Python exception messagesIan Clelland
2012-10-22Fixed #19164 -- Fixed diffsettings command broken in fix for #18545.Carl Meyer
2012-09-26Fixed #18845 -- Do not swallow AttributeErrors when running commandsClaude Paroz
2012-09-08Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more usefu...Carl Meyer
2012-09-07[py3k] Silence many warnings while running the tests.Alex Gaynor
2012-08-29[py3] Fixed test failures introduced in 3afb5916b215c79e36408b729c9516bc435f5...Florian Apolloner
2012-08-28Fixed #18091 -- Non-ASCII templates break `django-admin.py startproject --tem...Florian Apolloner
2012-08-13[py3] Fixed admin_scripts testsClaude Paroz
2012-07-25Fixed #18634 -- Don't escape variables in the context for startproject/startapp.Marc Tamlyn
2012-05-22Fixed #18318 -- Changed some tests to be 3rd party DB friendlyAnssi Kääriäinen
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-04-08Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...Claude Paroz
2012-03-31Fixed #18040 -- Removed so-called project-level locale trees from the list of...Ramiro Morales
2012-03-30Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...Claude Paroz
2012-03-21Fixed #17920 -- Actually pass the full path of a newly created project or app...Jannis Leidel
2012-03-02Fixed test cases that generate their own settings file.Paul McMillan
2012-02-07Fixed #11745 -- Grouped commands by application in the output of `manage.py h...Aymeric Augustin
2012-02-04Fixed #17517 -- Added `--name` option to startproject and startapp management...Jannis Leidel
2012-01-15Fixed #17468 -- Made sure the project/app template management command tests c...Jannis Leidel
2012-01-08Implemented PEP386-compatible version numbers. Thanks Jannis for the guidance.Aymeric Augustin
2012-01-04Fixed #17503 -- A destination directory passed to startproject or startapp as...Carl Meyer
2012-01-01Made sure startproject can handle template URLs with trailing slashes.Ramiro Morales
2011-12-29Moved validation of project names to an earlier spot so no directory with inv...Ramiro Morales
2011-12-29Made sure the new project template functionality works when the templateRamiro Morales
2011-12-27Moved calls to addCleanup before assertions in admin_scripts tests, so that c...Aymeric Augustin
2011-12-27Removed Python 2.3 compatibility code from the admin_scripts tests.Aymeric Augustin
2011-12-22Fixed #17042 -- Extended startproject and startapp management commands to bet...Jannis Leidel
2011-12-22Fixed #2879 -- Added support for the integration with Selenium and other in-b...Julien Phalip
2011-12-09Fixed copy & paste mistake made in r17183.Jannis Leidel
2011-12-09Fixed #16683 -- Skip the IPv6 runserver tests if the platform doesn't support...Jannis Leidel
2011-10-17Tweaked admin_scripts tests enhanced in r16964 a bit more so they don't fail ...Ramiro Morales
2011-10-16Fixed a test that depended on how identifiers are quoted by the database back...Aymeric Augustin
2011-10-13Fixed #15372 -- Switched to a startproject default layout that allows us to a...Carl Meyer
2011-06-09Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...Ramiro Morales
2011-05-23Workaround particularities of Python under Windows that interfere with expect...Ramiro Morales
2011-05-13Fixed #15064 -- Made manage.py honor the existence and value of DJANGO_SETTIN...Ramiro Morales
2011-04-20Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning...Carl Meyer
2011-04-02Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee
2011-03-26Fixed #9158 -- Changed django-admin.py help to be printed to stdout instead o...Adrian Holovaty
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-02-21Fixed #15359 -- Ensure that the -h option is always honored by django-admin.p...Russell Keith-Magee
2011-02-13Fixed #14130 -- Made manage.py error reporting more useful when the settings....Ramiro Morales
2011-01-27Fixed #15112 -- Ensure that IPv6 addresses are correctly displayed in the adm...Russell Keith-Magee
2011-01-15Fixed #14928 -- Ensure that a fully qualified domain name can be used for run...Russell Keith-Magee
2010-12-08Ensure that a Popen object is closed promptly during the tests.Alex Gaynor
2010-12-04Removed all usages of deprecated TestCase methods (self.fail*). This removed...Alex Gaynor