| Age | Commit message (Expand) | Author |
| 2007-01-31 | Merged revisions 4186 to 4454 from trunk. | Robin Munn |
| 2006-12-08 | sqlalchemy: Merged revisions 4054 to 4185 from trunk. | Robin Munn |
| 2006-11-08 | sqlalchemy: Merged revisions 3918 to 4053 from trunk. | Robin Munn |
| 2006-10-24 | sqlalchemy: Merged revisions 3832 to 3917 from trunk. | Robin Munn |
| 2006-09-25 | sqlalchemy: Merged revisions 3770 to 3831 from trunk. | Robin Munn |
| 2006-09-20 | sqlalchemy: Merged revisions 3724 to 3769 from trunk. | Robin Munn |
| 2006-09-05 | sqlalchemy: Merged revisions 3679 to 3723 from trunk. | Robin Munn |
| 2006-08-28 | Fixed verbosity check in installing initial data | Jacob Kaplan-Moss |
| 2006-08-28 | Fixed #2607 -- Fixed incorrect ordering of super() arguments in DateTimeAware... | Adrian Holovaty |
| 2006-08-27 | Refs #2333 - Added 'test' target to django-admin script. Includes addition of... | Russell Keith-Magee |
| 2006-08-21 | Fixed #2577 -- Made isSlug() validator translation-aware. Thanks for the patc... | Adrian Holovaty |
| 2006-08-18 | Fixed #2561 -- memcached cache backend no longer ignores default timeout. Tha... | Adrian Holovaty |
| 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 | Improved urlresolvers so that URLconfs can be passed objects instead of strings | 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-07 | Fixed #2494 -- Django development server no longer does reverse DNS. As a sid... | Adrian Holovaty |
| 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-08-01 | Fixed #2370 -- It's now possible to pass default URLconf arguments to include... | Adrian Holovaty |
| 2006-07-31 | Fixed #2460 -- JSON serializer now correctly handles datetime objects. Thank... | Jacob Kaplan-Moss |
| 2006-07-28 | Added leading slash to output of core.urlresolvers.reverse(), and made 'urlco... | Adrian Holovaty |
| 2006-07-27 | Changed output of django-admin.py --version to use a hyphen instead of parent... | Adrian Holovaty |
| 2006-07-25 | Added resolve() and reverse() helper functions to django.core.urlresolvers | 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 #2092: added a "is_secure()" method to HttpRequest which correctly hand... | 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-20 | Clarified debug naming of WSGIRequests | 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-10 | Fixed #2312 -- E-mail validator now accepts TLDs up to 6 characters long | 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-29 | Added a JSON serializer, a few more tests, and a couple more lines of docs. | Jacob Kaplan-Moss |
| 2006-06-28 | Added initial cut at serialization framework, along with some basic tests and... | Jacob Kaplan-Moss |
| 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 |