1
0
mirror of https://github.com/django/django.git synced 2024-12-26 19:16:11 +00:00
django/tests/regressiontests/admin_scripts
2012-09-26 15:07:11 +02:00
..
app_with_import
broken_app
complex_app
custom_templates Fixed #18091 -- Non-ASCII templates break django-admin.py startproject --template=TEMPLATE. 2012-08-28 23:23:07 +02:00
management Fixed #18634 -- Don't escape variables in the context for startproject/startapp. 2012-07-25 22:24:41 +02:00
simple_app
__init__.py
models.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
tests.py Fixed #18845 -- Do not swallow AttributeErrors when running commands 2012-09-26 15:07:11 +02:00
urls.py Fixed #17042 -- Extended startproject and startapp management commands to better handle custom app and project templates. Many thanks to Preston Holmes for his initial patch and Alex Gaynor, Carl Meyer, Donald Stufft, Jacob Kaplan-Moss and Julien Phalip for code reviewing. 2011-12-22 22:38:02 +00:00