| Age | Commit message (Expand) | Author |
| 2008-08-31 | Fixed #8726 -- When doing reverse URL resolving, make sure we're consistently | Malcolm Tredinnick |
| 2008-08-31 | Fixed #8703 -- Allow deeply nested import paths for DJANGO_SETTINGS_MODULE when | Malcolm Tredinnick |
| 2008-08-31 | A rewrite of the reverse URL parsing: the reverse() call and the "url" templa... | Malcolm Tredinnick |
| 2008-08-30 | Fixed #8702 -- Set up the initial locale correctly for the development server. | Malcolm Tredinnick |
| 2008-08-30 | Fixed #8622: accessing POST after a POST handling exception no longer throws ... | Jacob Kaplan-Moss |
| 2008-08-29 | Fixed #8673: fixed a missing import in `django.core.files.move`. | Jacob Kaplan-Moss |
| 2008-08-29 | Fixed #8687, a bad variable name in validation. Thanks, vung. | Jacob Kaplan-Moss |
| 2008-08-28 | Fixed #8651: correctly deserialize objects with 0 for pk/fk. | Jacob Kaplan-Moss |
| 2008-08-28 | Fixed #8403 -- Changed the use of fcntl.flock() to fcntl.lockf(). On some | Malcolm Tredinnick |
| 2008-08-28 | Fixed #8221: added some better `NoReverseMatch` error strings. Thanks, mrts. | Jacob Kaplan-Moss |
| 2008-08-28 | Fixed #7524: allow errors raised during import of a urlconf to bubble up. | Jacob Kaplan-Moss |
| 2008-08-27 | Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoi... | Jacob Kaplan-Moss |
| 2008-08-27 | Fixed #8455: a lack of permissions in `MEDIA_ROOT` no longer causes an infini... | Jacob Kaplan-Moss |
| 2008-08-27 | FIxed #8156: `UploadedFile.__repr__` now returns a string, a good `__repr__` ... | Jacob Kaplan-Moss |
| 2008-08-27 | Fixed #7769: Added a couple missing file methods to `TemporaryUploadedFile`. ... | Jacob Kaplan-Moss |
| 2008-08-27 | Removed oldforms, validators, and related code: | Gary Wilson Jr |
| 2008-08-26 | Fixed #7084 -- Fixed the "makemessages" command to handle line endings | Malcolm Tredinnick |
| 2008-08-26 | Fixed #8490 -- Worked around a bug in flup 1.0.1 when working out the correct | 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 #8259 -- Handle an error situation that we should never see, but still | Malcolm Tredinnick |
| 2008-08-23 | Fixed #8203 -- Fixed temporary file deleation on Windows and a couple of edge | Malcolm Tredinnick |
| 2008-08-23 | Fixed #7042 -- The management validation command nows alerts users to the | Malcolm Tredinnick |
| 2008-08-23 | Fixed #7747: Altered EmailMessage such that messages with long subject lines ... | Russell Keith-Magee |
| 2008-08-22 | Fixed #8136: Added a signal emission when an error is raised handling an erro... | Russell Keith-Magee |
| 2008-08-19 | Fixed #8410 -- Added a missing piece of value encoding for the memcached | 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 #5133 -- Explicitly close memcached connections after each request | 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-15 | Fixed #7676 -- Modified serializer registration to be thread safe. Thanks to ... | 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-12 | Fixed #8134 -- Corrected serialization of m2m fields with intermediate models... | Russell Keith-Magee |
| 2008-08-11 | Fixed #4948, a race condition in file saving. Thanks to Martin von Löwis, wh... | Jacob Kaplan-Moss |
| 2008-08-11 | Fixed #5461 -- Refactored the database backend code to use classes for the cr... | Russell Keith-Magee |
| 2008-08-10 | Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms features: | Gary Wilson Jr |
| 2008-08-10 | Fixed #5943 -- Modified django-admin to behave like manage.py if settings are... | Russell Keith-Magee |
| 2008-08-10 | Added a return value to the add() method for caches. It's now possible to tell | Malcolm Tredinnick |
| 2008-08-09 | Made NoReverseMatch exceptions more helpful. Thanks, mrts | Luke Plant |
| 2008-08-09 | No, really: PermWrapper is not iterable. Fixes #8182. | Jacob Kaplan-Moss |
| 2008-08-09 | Fixed a couple imports in django.core.files.storage. Fixes #8188. | Jacob Kaplan-Moss |
| 2008-08-08 | Don't import PIL until needed so that systems without PIL don't barf. | Jacob Kaplan-Moss |
| 2008-08-08 | File storage refactoring, adding far more flexibility to Django's file handli... | Jacob Kaplan-Moss |
| 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 |