django1/django/core/management
Ramiro Morales 72130385bf Made inspectdb tests deal with a smaller generated models.py file.
Implemented this by adding a stealth table_name_filter option for the
command.
2012-06-01 21:46:07 -03:00
..
commands Made inspectdb tests deal with a smaller generated models.py file. 2012-06-01 21:46:07 -03:00
__init__.py Fixed #18042 -- Advanced deprecation warnings. 2012-05-03 15:27:01 +02:00
base.py Fixed #18387 -- Do not call sys.exit during call_command. 2012-05-27 20:38:47 +02:00
color.py Revised [12376] with the benefit of coffee. Thanks to Alex Gaynor for paying attention to every commit I make :-) 2010-02-03 00:34:49 +00:00
sql.py Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
templates.py Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper class 2012-05-19 13:51:54 +02:00
validation.py Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in addition to regular files. Thank you to Brian Rosner, for encouraging me to first contribute to Django 4 years ago. 2012-04-22 14:44:08 +00:00