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
2013-01-25
Fixed #19665 -- Ensured proper stderr output for Command.run_from_argv
Claude Paroz
2013-01-24
Fixed #19125 -- The startproject command should validate the name earlier
Claude Paroz
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-12-03
Fixed #19397 -- Crash on binary files in project templates.
Aymeric Augustin
2012-10-29
Prevented leftover files and dirs in admin_scripts tests
Claude Paroz
2012-10-26
Avoid dependence on exact Python exception messages
Ian Clelland
2012-10-22
Fixed #19164 -- Fixed diffsettings command broken in fix for #18545.
Carl Meyer
2012-09-26
Fixed #18845 -- Do not swallow AttributeErrors when running commands
Claude Paroz
2012-09-08
Fixed #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-28
Fixed #18091 -- Non-ASCII templates break `django-admin.py startproject --tem...
Florian Apolloner
2012-08-13
[py3] Fixed admin_scripts tests
Claude Paroz
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-07-25
Fixed #18634 -- Don't escape variables in the context for startproject/startapp.
Marc Tamlyn
2012-05-22
Fixed #18318 -- Changed some tests to be 3rd party DB friendly
Anssi Kääriäinen
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-08
Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...
Claude Paroz
2012-03-31
Fixed #18040 -- Removed so-called project-level locale trees from the list of...
Ramiro Morales
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-21
Fixed #17920 -- Actually pass the full path of a newly created project or app...
Jannis Leidel
2012-03-02
Fixed test cases that generate their own settings file.
Paul McMillan
2012-02-07
Fixed #11745 -- Grouped commands by application in the output of `manage.py h...
Aymeric Augustin
2012-02-04
Fixed #17517 -- Added `--name` option to startproject and startapp management...
Jannis Leidel
2012-01-15
Fixed #17468 -- Made sure the project/app template management command tests c...
Jannis Leidel
2012-01-08
Implemented PEP386-compatible version numbers. Thanks Jannis for the guidance.
Aymeric Augustin
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
[next]