| Age | Commit message (Expand) | Author |
| 2006-09-22 | Fixed #2515 -- Allow passing of options to JSON serializer. Thanks, nesh. | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2560 -- Add close() support to HttpResponse iterators. Thanks, Ivan | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2578 -- Give a more accurate error message for admin.list_display_links | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2760 -- Fixed validation of negative float amounts in forms. Thanks, | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2747 -- Make X-Headers work for staff members. Admins with dyanmic IP | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2678 -- Moved the list of profanities for the hasNoProfanities validator | Malcolm Tredinnick |
| 2006-09-21 | Fixed #2732 -- Allow first positional argument to runfastcgi() to be optional. | Malcolm Tredinnick |
| 2006-09-14 | Fixed #2732 -- Fixed error in FastCGI docs and added keyword-arg support in a... | Adrian Holovaty |
| 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-31 | Fixed #2611 -- Fixed XML serializer to handle null datetime fields. Thanks fo... | Adrian Holovaty |
| 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 |