| Age | Commit message (Expand) | Author |
| 2006-10-03 | Altered the order of arguments to the test function to match common practice ... | Russell Keith-Magee |
| 2006-09-27 | Fixed Python 2.3 compatibility problem in [3872]. | Malcolm Tredinnick |
| 2006-09-27 | Reintroduced the changes from [3855] with more flexible handling of version | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2827 -- Reverted [3855] | Adrian Holovaty |
| 2006-09-26 | Fixed #2188 -- Raise an error when using long CharFields in combination with | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2783 -- Fixed one-to-one fields to work with any primary key data type | Malcolm Tredinnick |
| 2006-09-25 | Proofread new django-admin 'adminmedia' option from [3811] and [3812] | Adrian Holovaty |
| 2006-09-25 | Fixed #2729 -- Handle initial SQL with different line-ending styles (Windows | Malcolm Tredinnick |
| 2006-09-24 | Fixed #2600 -- Added an option to allow serving admin media from a custom path | Malcolm Tredinnick |
| 2006-09-23 | Fixed #2425 -- Call validate() as part of generating SQL in order to catch a | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2578 -- Give a more accurate error message for admin.list_display_links | Malcolm Tredinnick |
| 2006-09-11 | Fixed #2689 -- Got 'manage.py diffsettings' working again. Thanks for the pat... | Adrian Holovaty |
| 2006-09-07 | Fixes #2653 -- Modified related field utility methods to return None as the r... | Russell Keith-Magee |
| 2006-08-28 | Fixed verbosity check in installing initial data | Jacob Kaplan-Moss |
| 2006-08-27 | Refs #2333 - Added 'test' target to django-admin script. Includes addition of... | Russell Keith-Magee |
| 2006-08-12 | Fixed #2372 -- manage.py runfcgi no longer ignore LANGUAGE_CODE. Thanks, ludo... | Adrian Holovaty |
| 2006-08-11 | Changed inspectdb to *not* trim trailing 's' from database table name to crea... | Adrian Holovaty |
| 2006-08-11 | Moved the space check from r3549 to before the Python keyword check so that | Malcolm Tredinnick |
| 2006-08-10 | Fixed #2517 -- Improved inspectdb to handle table column names that contain s... | Adrian Holovaty |
| 2006-08-10 | Fixed #2469 -- Fixed the constraint names in the sqlreset output (again!). | Malcolm Tredinnick |
| 2006-08-09 | Fixed #2469 -- Made the "drop index" constraint names match those we create i... | Malcolm Tredinnick |
| 2006-08-09 | Fixed #2260 -- fixed a problem where some foreign key references were being | Malcolm Tredinnick |
| 2006-08-06 | Fixed #2491 -- Pass the project directory back from setup_environ so that we | Malcolm Tredinnick |
| 2006-08-06 | Moved the environment setup into a method that can be called from other scripts. | Malcolm Tredinnick |
| 2006-08-02 | Fixed #2467 -- Improved model validator to check date_hierarchy. Thanks, Simo... | Adrian Holovaty |
| 2006-08-01 | Fixed #2257 -- make constraint names unique across all table/column | Malcolm Tredinnick |
| 2006-07-27 | Changed output of django-admin.py --version to use a hyphen instead of parent... | Adrian Holovaty |
| 2006-07-21 | Second half of little cleanup tweaks suggested by pyflakes. | Jacob Kaplan-Moss |
| 2006-07-21 | Fixed a bunch of spurious imports, typos, and other small errors turned up by... | Jacob Kaplan-Moss |
| 2006-07-21 | Fixed keyboard slip that was accidentally committed | Russell Keith-Magee |
| 2006-07-21 | Cleanup of management.py; replaced uses of 'klass' with 'model', and normaliz... | Russell Keith-Magee |
| 2006-07-19 | Fixed #2257 -- MySQL wants constraint names to be unique per-database, so fixed | Malcolm Tredinnick |
| 2006-07-14 | Added command line flag to disable use of auto-reloader on development server. | Russell Keith-Magee |
| 2006-07-14 | Disable use of terminal colors when django-admin is run on a Pocket PC. | Russell Keith-Magee |
| 2006-07-10 | Fixed #2301 -- Added list_display_links option to 'class Admin', which regula... | Adrian Holovaty |
| 2006-07-05 | Fixed #2285 -- Tweaked the error message after model errors at "syncdb" time so | Malcolm Tredinnick |
| 2006-07-04 | Fixed #1578 -- fixed a corner-case where we still wanting core=True attributes | Malcolm Tredinnick |
| 2006-06-27 | Fixes #2216 -- Added extra tests for model validity, and cleaned up warning m... | Russell Keith-Magee |
| 2006-06-25 | Fixes #1812 -- Added model validity checks to ensure that models.py exists, a... | Russell Keith-Magee |
| 2006-06-23 | Fixed #1662 -- Added resolver for string-form model references for models tha... | Russell Keith-Magee |
| 2006-06-21 | Fixed #1928 -- Correctly create foreign key references when there are multiple | Malcolm Tredinnick |
| 2006-06-20 | Fixed #2119 -- fixed problems with splitting SQL statements into separate | Malcolm Tredinnick |
| 2006-06-20 | Fixed #2161 -- handle trailing newlines in initial SQL data. Includes | Malcolm Tredinnick |
| 2006-06-20 | Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, ... | Adrian Holovaty |
| 2006-06-16 | Added generic foreign key support to Django. Much thanks to Ian Holsman and | Jacob Kaplan-Moss |
| 2006-06-07 | Fixed #1503 -- Improved model validator to throw an error if a model doesn't ... | Adrian Holovaty |
| 2006-06-07 | Removed legacy deprecated_args check from django.core.management | Adrian Holovaty |
| 2006-06-07 | Fixed #2098 -- Loosened validation for model 'ordering' parameter by allowing... | Adrian Holovaty |
| 2006-06-07 | Fixed #1697 and #2095 -- Made 'choices' parameter accept any iterable | Adrian Holovaty |
| 2006-06-05 | Fixed stupid bug in [3802] | Jacob Kaplan-Moss |