| Age | Commit message (Expand) | Author |
| 2008-08-31 | Fixed #8703 -- Allow deeply nested import paths for DJANGO_SETTINGS_MODULE when | Malcolm Tredinnick |
| 2008-08-30 | Fixed #8702 -- Set up the initial locale correctly for the development server. | Malcolm Tredinnick |
| 2008-08-29 | Fixed #8687, a bad variable name in validation. Thanks, vung. | Jacob Kaplan-Moss |
| 2008-08-26 | Fixed #7084 -- Fixed the "makemessages" command to handle line endings | Malcolm Tredinnick |
| 2008-08-25 | Removed outdated "adminindex" command -- the same behavior is now far easier ... | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #8491 -- Allow settings.LOCALE_PATH to be any sequence, not just a tuple. | Malcolm Tredinnick |
| 2008-08-23 | Fixed #7042 -- The management validation command nows alerts users to the | Malcolm Tredinnick |
| 2008-08-19 | Fixed #7908: Added validation checks on attempts to create ForeignKey and M2M... | Russell Keith-Magee |
| 2008-08-17 | Fixed #8239 -- Google App Engine has a restricted "imp" module, which doesn't | Malcolm Tredinnick |
| 2008-08-16 | Fixed #7285: Improved inspectdb handling of dashes in table and field names. ... | Russell Keith-Magee |
| 2008-08-16 | Fixed #6935: Modified inspectdb to provide better handling for table names wi... | Russell Keith-Magee |
| 2008-08-16 | Fixes #7845: Removed a piece of stale code that was causing ./manage.py reset... | Russell Keith-Magee |
| 2008-08-13 | Refs #8138 -- Added a stealth option to the loaddata command so that the use ... | Russell Keith-Magee |
| 2008-08-12 | Fixed #8246 -- Corrected the handling of settings files. Thanks to AdamG and ... | Russell Keith-Magee |
| 2008-08-11 | Fixed #5461 -- Refactored the database backend code to use classes for the cr... | Russell Keith-Magee |
| 2008-08-10 | Fixed #5943 -- Modified django-admin to behave like manage.py if settings are... | Russell Keith-Magee |
| 2008-08-08 | Fixed #8100: Jython, apparently, is now a TTY. | Jacob Kaplan-Moss |
| 2008-08-08 | Fixed #5463 -- Allow alternate file extensions on files that are translated. | Malcolm Tredinnick |
| 2008-08-08 | Fixed #8120, #7997 -- Cleaned up the help messages displayed by django-admin ... | Russell Keith-Magee |
| 2008-08-08 | Fixed #5825 -- Modified the custom command loader to allow for explicit speci... | Russell Keith-Magee |
| 2008-08-06 | Major refactoring of django.dispatch with an eye towards speed. The net resul... | Jacob Kaplan-Moss |
| 2008-07-31 | Fixed #8053 -- Corrected a bug with reset and m2m intermediate tables. Thanks... | Russell Keith-Magee |
| 2008-07-29 | Fixed #6095 -- Added the ability to specify the model to use to manage a Many... | Russell Keith-Magee |
| 2008-07-29 | Fixed #7589 -- Added a way for post-table-creation SQL modifications to be do... | Malcolm Tredinnick |
| 2008-07-26 | Fix #7910 -- Added a missing import used when "django-admin.py compilemessages" | Malcolm Tredinnick |
| 2008-07-22 | Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co... | Adrian Holovaty |
| 2008-07-18 | Merged the newforms-admin branch into trunk. | Brian Rosner |
| 2008-07-11 | Fixed #7421 -- Corrected the condition used during syncdb to establish that a... | Russell Keith-Magee |
| 2008-07-11 | Fixed #7597 -- Added code to force the re-opening of the cursor connection, j... | Russell Keith-Magee |
| 2008-07-11 | Fixed #6017 -- Modified the Lax parser to allow --settings and the other core... | Russell Keith-Magee |
| 2008-07-06 | Fixed #7643 -- Fixed an oversight from [7844]. | Malcolm Tredinnick |
| 2008-07-06 | Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into d... | Malcolm Tredinnick |
| 2008-06-30 | Fixed #7572 -- Force the closure of the database connection at the end of fi... | Russell Keith-Magee |
| 2008-06-30 | Make sure we only create the minimum number of table indexes for MySQL. | Malcolm Tredinnick |
| 2008-06-19 | Fixed #6650 -- Added UTF-8 encoding to SQL output provided by management comm... | Russell Keith-Magee |
| 2008-06-19 | Fixed #6719 -- Added a --traceback option to syncdb to provide a stack trace ... | Russell Keith-Magee |
| 2008-06-16 | Fixed #6497 -- Improved fixture error reporting by displaying the entire trac... | Adrian Holovaty |
| 2008-06-16 | Fixed #6654 -- Slightly refactored the way 'startproject' and 'startapp' chec... | Adrian Holovaty |
| 2008-06-13 | Fixed #7436 -- Corrected a fix from [7615] that broke some test cases. Don't ... | Russell Keith-Magee |
| 2008-06-12 | Fixed #7421 -- Improved syncdb implementation not to check for exact exceptio... | Adrian Holovaty |
| 2008-06-11 | Fixed #7254 -- Added an '--exclude' option to dumpdata, allowing specific app... | Russell Keith-Magee |
| 2008-06-08 | Fixed #4371 -- Improved error checking when loading fixtures. Code now catche... | Russell Keith-Magee |
| 2008-06-08 | Fixed #6394: improved comment stripping in initial SQL files. Thanks, Thomas ... | Jacob Kaplan-Moss |
| 2008-05-31 | Fixed #6820: flush no longer fails under PostgreSQL 8.3. WARNING: In the proc... | Jacob Kaplan-Moss |
| 2008-04-27 | Merged the queryset-refactor branch into trunk. | Malcolm Tredinnick |
| 2008-03-27 | Added inline Oracle tablespace SQL for unique_together constraints. | Ian Kelly |
| 2008-03-19 | Fixed #6789 -- Added some small amount of extra protection for learners trying | Malcolm Tredinnick |
| 2008-03-19 | Fixed a corner case in management.setup_environ (it was triggered under Cygwi... | Jacob Kaplan-Moss |
| 2008-03-10 | Fixed #6374: cross-app and circular FK constraints are now detected and added... | Jacob Kaplan-Moss |
| 2008-03-08 | Fixed #6223 -- When determining if terminal supports color, don't call `isatt... | Gary Wilson Jr |