| Age | Commit message (Expand) | Author |
| 2011-02-21 | Fixed #15359 -- Ensure that the -h option is always honored by django-admin.p... | Russell Keith-Magee |
| 2011-02-12 | Fixed #8536 -- Made sure the makemessages management command cleans up after ... | Jannis Leidel |
| 2011-01-27 | Fixed #15112 -- Ensure that IPv6 addresses are correctly displayed in the adm... | Russell Keith-Magee |
| 2011-01-25 | Fixed #14419 -- Enhanced the help text of the makemessages management command... | Ramiro Morales |
| 2011-01-24 | Fixed 14796 -- Modified order of operations performed on field names by the i... | Ramiro Morales |
| 2011-01-21 | Converted makemessages management command to a NoArgsCommand. | Ramiro Morales |
| 2011-01-21 | Added contrib apps to ignore list when running makemessages in the Djagno sou... | Jannis Leidel |
| 2011-01-18 | Refs #14661 -- Clarified the handling of initial data injected via custom SQL. | Russell Keith-Magee |
| 2011-01-15 | Fixed #14928 -- Ensure that a fully qualified domain name can be used for run... | Russell Keith-Magee |
| 2010-12-29 | Fixed #7726 -- Added validation of max_digits and decimal_places options to D... | Ramiro Morales |
| 2010-12-12 | Fixed #14187 -- Added support for bpython to shell management command. Thanks... | Jannis Leidel |
| 2010-12-12 | Fixed #12735, #14892 and #11542 -- Fixed support for the latest IPython (deve... | Jannis Leidel |
| 2010-12-12 | Fixed #14268 -- Start the deprecation of the reset and sqlreset management co... | Jannis Leidel |
| 2010-12-04 | Fixed #12201 -- Added a lineno attibute to template Token so e.g. we can repo... | Ramiro Morales |
| 2010-11-26 | Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver ma... | Jannis Leidel |
| 2010-11-17 | Fixed #10004 and #12320 -- Enabled the makemessages management command to col... | Jannis Leidel |
| 2010-11-14 | Fiexed #3055 -- Validate that models target of a GenericRelation have a Gener... | Ramiro Morales |
| 2010-11-13 | Refactored runserver command and moved code related to staticfiles to a subcl... | Jannis Leidel |
| 2010-11-13 | Fixed a few typos introduced in r14533. | Jannis Leidel |
| 2010-11-11 | Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app. | Jannis Leidel |
| 2010-11-09 | Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc... | Carl Meyer |
| 2010-11-04 | Fixed #6476 -- Added option to makemessages management command to disable wra... | Jannis Leidel |
| 2010-11-04 | Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz. | Jannis Leidel |
| 2010-10-31 | When looking for django tables which exist, query for all tables once, not on... | Alex Gaynor |
| 2010-10-21 | Fixed 14513 -- check fields with underscores for validity when ordering. Bonu... | Chris Beaven |
| 2010-10-20 | Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank... | Jannis Leidel |
| 2010-10-11 | Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin... | Russell Keith-Magee |
| 2010-10-10 | Fixed #6073 -- Made compilemessages 18n management command reject PO files wi... | Ramiro Morales |
| 2010-10-09 | Fixed #14356. Remove some dead imports from django.core.management.sql. Tha... | Alex Gaynor |
| 2010-10-06 | Fixed the ugly spacing of 'BEGIN;' and 'COMMIT;' in the output of the sql/sql... | Adrian Holovaty |
| 2010-10-06 | Negligible formatting improvement to an error in management/sql.py | Adrian Holovaty |
| 2010-10-02 | Fixed #10215 -- Ensured that there is parity between enter and leave transact... | Russell Keith-Magee |
| 2010-09-12 | Always pass models in post_syncdb signals as a set (not as a list | Malcolm Tredinnick |
| 2010-08-30 | Fixed #14162 - Dumpdata needs an option to use the base manager instead of th... | Luke Plant |
| 2010-08-30 | Fixed #14145 - undeterministic behavior when project or app template contains... | Luke Plant |
| 2010-08-20 | Fixed #14068 -- Corrected error handling in loaddata when an allow_syncdb met... | Russell Keith-Magee |
| 2010-08-07 | Rationalized the verbosity levels (including introducing a new super-verbose ... | Russell Keith-Magee |
| 2010-08-06 | Fixed #12775 -- Modified the --exclude argument to dumpdata to allow exclusio... | Russell Keith-Magee |
| 2010-08-05 | Fixed #13610 -- Improved error reporting when the ENGINE setting is ommitted ... | Russell Keith-Magee |
| 2010-08-05 | Corrected fix committed in r13466. Refs #14025. | Russell Keith-Magee |
| 2010-08-04 | Fixed #13746: made the dumdata help message a bit clearer. Thanks, PaulM. | Jacob Kaplan-Moss |
| 2010-08-04 | Fixed #14025 -- Modified flush to adhere to router sync instructions when emm... | Russell Keith-Magee |
| 2010-06-21 | Fixed #12619 -- Added support for the --noinput flag to testserver. Thanks to... | Russell Keith-Magee |
| 2010-06-05 | Fixed #13636 -- Migrated fixtures tests to use unittests, eliminating another... | Russell Keith-Magee |
| 2010-05-28 | Fixed #13656 -- Ensure that the management commands use the right database fo... | Russell Keith-Magee |
| 2010-05-04 | Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds.... | Russell Keith-Magee |
| 2010-04-27 | Fixed #12286 -- Corrected order of table creation in syncdb so that it doesn'... | Russell Keith-Magee |
| 2010-04-19 | Fixed #13374 -- Corrected some more minor issues causing problems for PyPy. T... | Russell Keith-Magee |
| 2010-04-11 | Fixed #13319 -- Modified the default verbosity level for "no fixtures loaded"... | Russell Keith-Magee |
| 2010-04-09 | Fixed #13308 -- Ensured that dumpdata correctly interacts with router allow_s... | Russell Keith-Magee |