summaryrefslogtreecommitdiff
path: root/django/core/management
AgeCommit message (Expand)Author
2010-12-13[1.2.X] Fixed #12735 and #14892 -- Fixed support for the latest IPython (deve...Jannis Leidel
2010-11-14[1.2.X] Fixed #3055 -- Validate that models target of a GenericRelation have ...Ramiro Morales
2010-10-28[1.2.X] Fixed the ugly spacing of 'BEGIN;' and 'COMMIT;' in the output of the...Russell Keith-Magee
2010-10-28[1.2.X] Negligible formatting improvement to an error in management/sql.pyRussell Keith-Magee
2010-10-21[1.2.X] Fixed #14513 -- check fields with underscores for validity when order...Chris Beaven
2010-10-10[1.2.X] Fixed #6073 -- Made compilemessages 18n management command reject PO ...Ramiro Morales
2010-10-09[1.2.X] Fixed #14356. Remove some dead imports from django.core.management.s...Alex Gaynor
2010-10-02[1.2.X] Fixed #10215 -- Ensured that there is parity between enter and leave ...Russell Keith-Magee
2010-09-03[1.2.X] Fixed #14145 - undeterministic behavior when project or app template ...Luke Plant
2010-08-20[1.2.X] Fixed #14068 -- Corrected error handling in loaddata when an allow_sy...Russell Keith-Magee
2010-08-05[1.2.X] Fixed #13610 -- Improved error reporting when the ENGINE setting is o...Russell Keith-Magee
2010-08-05[1.2.X] Corrected fix committed in r13466. Refs #14025.Russell Keith-Magee
2010-08-04[1.2.X] ixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM.Jacob Kaplan-Moss
2010-08-04[1.2.X] Fixed #14025 -- Modified flush to adhere to router sync instructions ...Russell Keith-Magee
2010-06-05Fixed #13636 -- Migrated fixtures tests to use unittests, eliminating another...Russell Keith-Magee
2010-05-28Fixed #13656 -- Ensure that the management commands use the right database fo...Russell Keith-Magee
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-04-27Fixed #12286 -- Corrected order of table creation in syncdb so that it doesn'...Russell Keith-Magee
2010-04-19Fixed #13374 -- Corrected some more minor issues causing problems for PyPy. T...Russell Keith-Magee
2010-04-11Fixed #13319 -- Modified the default verbosity level for "no fixtures loaded"...Russell Keith-Magee
2010-04-09Fixed #13308 -- Ensured that dumpdata correctly interacts with router allow_s...Russell Keith-Magee
2010-04-01Fixed #13248 -- Corrected the output of sqlsequencereset after the m2m change...Russell Keith-Magee
2010-03-31Fixed #13253 -- Updated the help message for dumpdata to indicate that indivi...Russell Keith-Magee
2010-03-18Fixed #12849 -- Corrected the way strings are encoded for display by the colo...Russell Keith-Magee
2010-03-13Fixed #13107: Adjusted decimal_places validation to accept 0 as a valid value...Karen Tracey
2010-03-12Fixed #12404 -- Improved model validation for CharField and DecimalField. Tha...Russell Keith-Magee
2010-03-10Fixed #11702: Catch to_field specifying a non-unique target in validation. Th...Karen Tracey
2010-02-26Fixed #12712 -- Corrected a problem with synchronizing that prevented m2m tab...Russell Keith-Magee
2010-02-23Fixed #11859. Allowed subclasses of tuple or list for choice options. Thanks,...Joseph Kocherhans
2010-02-22Fixed #11226 -- Corrected an validation edge case with m2m relations between ...Russell Keith-Magee
2010-02-21Fixed #12655 - diffsettings command now returns the diff instead of printing....Jannis Leidel
2010-02-16Removed Python 2.3 compat code in translation framework.Jannis Leidel
2010-02-16Fixed #6505 - Copy plural forms from Django translation files for newly creat...Jannis Leidel
2010-02-16Fixed #7050 - Allow the makemessages command to optionally ignore paths when ...Jannis Leidel
2010-02-16Fixed #6380 - Follow symlinks when examining source code and templates for tr...Jannis Leidel
2010-02-16Fixed #4695 - Worked around a problem of xgettext ignoring some translation s...Jannis Leidel
2010-02-16Fixed #11284 - Stop forcing the use of the djangojs domain when the ".js" fil...Jannis Leidel
2010-02-14Fixed #6054: work around PIL's installation brokeness by detecting either of ...Jacob Kaplan-Moss
2010-02-11Fixed #11623 -- Corrected table name quoting in db cache backend. Thanks to F...Russell Keith-Magee
2010-02-05Fixed #11869 - Prevent deadlocks when calling gettext utilities on Windows. A...Jannis Leidel
2010-02-03Revised [12376] with the benefit of coffee. Thanks to Alex Gaynor for paying ...Russell Keith-Magee
2010-02-03Fixed #12754 -- Reintroduced style.ERROR_OUTPUT as an alias for style.ERROR. ...Russell Keith-Magee
2010-01-27Fixed #11969 -- `Field.post_create_sql` hook should not be called for unmanag...Justin Bronn
2010-01-26Fixed #12673 - Require a version of GNU gettext of 0.1.5 and above.Jannis Leidel
2010-01-25Fixed #12672 -- Added the ability to configure which applications are availab...Russell Keith-Magee
2010-01-18Fixed #12637 -- GeoDjango's `inspectdb` command is now a subclass of Django's...Justin Bronn
2010-01-18Fixed #12624 -- Modified test runners to be class based.Russell Keith-Magee
2010-01-10Fixed #11842 -- django-admin.py now displays usage information if invoked wit...Adrian Holovaty
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2010-01-03Fixed #11615 -- Changed test runners to use an exit status code of 1 for any ...Gary Wilson Jr