| Age | Commit message (Expand) | Author |
| 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 |
| 2008-08-06 | Major refactoring of django.dispatch with an eye towards speed. The net resul... | Jacob Kaplan-Moss |
| 2008-08-05 | Fixed #7683: Try not to delete uploaded files before moving them, and don't w... | Jacob Kaplan-Moss |
| 2008-08-02 | Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl... | Gary Wilson Jr |
| 2008-08-02 | Removed several deprecated features for 1.0 (refs #7830): | Gary Wilson Jr |
| 2008-07-31 | Fixed #8053 -- Corrected a bug with reset and m2m intermediate tables. Thanks... | Russell Keith-Magee |
| 2008-07-30 | Fixed #7990 -- Modified serializers to use StringIO, rather than cStringIO, d... | 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-28 | Fixed #6997 -- Corrected `num_pages` calculation when one item is in the obje... | Gary Wilson Jr |
| 2008-07-27 | Made the Paginator class a bit more backwards compatible with the lecacy `Obj... | Gary Wilson Jr |
| 2008-07-26 | Fixed #7658 -- Added some Windows-specific tempfile handling. The standard | Malcolm Tredinnick |
| 2008-07-26 | Fixed #6413 -- Fixed a deadlock situation in the locmem culling implementation. | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7966 -- Send email if it has "bcc" recipients and no "to" recipients. | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7967 -- Make sure the __contains__ method in the cache backends call the | Malcolm Tredinnick |
| 2008-07-26 | Fixed #7574 -- Fixed the handling of lazy translation in email headers. | Malcolm Tredinnick |
| 2008-07-26 | Fix #7910 -- Added a missing import used when "django-admin.py compilemessages" | Malcolm Tredinnick |
| 2008-07-25 | Fixed #7398 -- Allow for custom cache-backends to be used. | Malcolm Tredinnick |
| 2008-07-22 | Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co... | Adrian Holovaty |
| 2008-07-21 | Fixed #7871 -- Added some more bullet-proofing in PATH_INFO determination, | Malcolm Tredinnick |
| 2008-07-21 | Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or | Malcolm Tredinnick |
| 2008-07-19 | Revert [7991] - [7993]. I was committing from the wrong branch. Sorry 'bout | Malcolm Tredinnick |
| 2008-07-19 | Allow avoidance of the Apache mod_rewrite undo. | Malcolm Tredinnick |
| 2008-07-19 | First part of setting request.path correctly. | Malcolm Tredinnick |
| 2008-07-19 | Fixed #7471 -- If the 400 response handler raises an exception, pass control to | Malcolm Tredinnick |
| 2008-07-18 | Merged the newforms-admin branch into trunk. | Brian Rosner |
| 2008-07-18 | Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to... | Adrian Holovaty |
| 2008-07-15 | Refactored the HTTP 500 error response creation slightly. Provides the ability | Malcolm Tredinnick |
| 2008-07-12 | Fixed #7675: corrected TemporaryUploadedFile.temporary_file_path. Thanks, Flo... | Jacob Kaplan-Moss |
| 2008-07-11 | Fixed #7421 -- Corrected the condition used during syncdb to establish that a... | Russell Keith-Magee |