django1/django/core/management
Jannis Leidel 05eb53603c Fixed #14187 -- Added support for bpython to shell management command. Thanks, Jeremy Dunck.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14896 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-12 23:03:24 +00:00
..
commands Fixed #14187 -- Added support for bpython to shell management command. Thanks, Jeremy Dunck. 2010-12-12 23:03:24 +00:00
__init__.py Fixed #13610 -- Improved error reporting when the ENGINE setting is ommitted from a database configuration. Thanks to Gregor Müllegger for the report and patch. 2010-08-05 13:18:50 +00:00
base.py Fixed the ugly spacing of 'BEGIN;' and 'COMMIT;' in the output of the sql/sqlall commands. They're no longer smooshed with the rest of the SQL. 2010-10-06 21:19:08 +00: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 Fixed #14268 -- Start the deprecation of the reset and sqlreset management command. Thanks, Carl. 2010-12-12 22:58:25 +00:00
validation.py Fiexed #3055 -- Validate that models target of a GenericRelation have a GenericForeignKey field. 2010-11-14 23:21:39 +00:00