| Age | Commit message (Expand) | Author |
| 2009-09-12 | [1.1.X] Fixed #11660 -- Corrected the CONTENT_TYPE and CONTENT_LENGTH headers... | Russell Keith-Magee |
| 2009-09-10 | Fixed #11621 - don't copy .pyo and .py.class files from example app/project | Luke Plant |
| 2009-09-10 | Improved NoReverseMatch error message when invalid args/kwargs are passed. | Luke Plant |
| 2009-08-21 | Fixed #11049: introspection on Oracle now identifies IntegerFields correctly. | Matt Boersma |
| 2009-07-29 | SECURITY ALERT: Corrected a problem with the Admin media handler that could l... | Russell Keith-Magee |
| 2009-07-27 | Fixed #11428 -- Ensured that SQL generating commands and dumpdata don't inclu... | Russell Keith-Magee |
| 2009-07-16 | Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ... | Russell Keith-Magee |
| 2009-07-02 | Fixed #10834 -- Corrected [11120] to ensure that there is a difference betwee... | Russell Keith-Magee |
| 2009-06-29 | Fixed #10834 -- Added bucket condition to ensure that URL resolvers won't eve... | Russell Keith-Magee |
| 2009-06-12 | Fixed #9367 - EmailMultiAlternatives does not properly handle attachments. | Luke Plant |
| 2009-06-09 | Fixed #11286 -- Ensured that dumpdata uses the default manager, rather than a... | Russell Keith-Magee |
| 2009-05-20 | Fixed #10867: make the makemessages command ignore files and only process dir... | Jacob Kaplan-Moss |
| 2009-05-17 | Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments... | Karen Tracey |
| 2009-05-12 | Fixed #9751: admin scripts now calculate the project directory correctly when... | Jacob Kaplan-Moss |
| 2009-05-11 | Fixed #11055: fixed a regression in [10717] that caused uploaded files to hav... | Jacob Kaplan-Moss |
| 2009-05-11 | Fixed #10404: ImageField height_field and width_field options no longer depen... | Jacob Kaplan-Moss |
| 2009-05-08 | Fixed #10687: fixed request parsing when upload_handlers is empty. Thanks, Ar... | Jacob Kaplan-Moss |
| 2009-05-08 | Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor... | Jacob Kaplan-Moss |
| 2009-05-08 | Fixed #8817: get_image_dimensions correctly closes the files it opens, and le... | Jacob Kaplan-Moss |
| 2009-05-08 | Fixed #9610 -- Fixed duplicate uploaded file name mangling when directory con... | Gary Wilson Jr |
| 2009-05-08 | Fixed #9344 -- In the `TemporaryFile` class used by Windows, proxy to the wra... | Gary Wilson Jr |
| 2009-05-07 | Fixed #11030: fixed file uploads on non-utf8 filesystem encoding. Thanks, Hon... | Jacob Kaplan-Moss |
| 2009-05-07 | Fixed #9659: fixed `wsgi.file_wrapper` in the builtin server. Thanks, mitsuhiko. | Jacob Kaplan-Moss |
| 2009-04-13 | Fixed #9522 -- Modified handling of values in base serializer so that field s... | Russell Keith-Magee |
| 2009-04-12 | Fixed #10234 -- Improved error message when internationalizing templates. | Malcolm Tredinnick |
| 2009-04-09 | Fixed #5563: `BooleanField(null=True)` now raises a validation warning tellin... | Jacob Kaplan-Moss |
| 2009-04-05 | Fixed #10080: `call_command` now takes option defaults into account, sparing ... | Jacob Kaplan-Moss |
| 2009-04-05 | Fixed #8900: Added errno=13 (permission denied) to the class of ignored OSErr... | Karen Tracey |
| 2009-04-04 | Fixed #10065 -- Corrected an error message when an empty urlpattern object is... | Russell Keith-Magee |
| 2009-04-01 | Fixed #9005: don't wig out when reversing a URL if SETTINGS_MODULE isn't set.... | Jacob Kaplan-Moss |
| 2009-04-01 | Reverted [10346] because it effectively breaks USE_I18N by forcing import of ... | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #9847: mark the permission denied message for translation. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #8895: expose the debug setting to fastcgi. Thanks, paulegan. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #9644: fix a thread sync issue in the locmem cache. Thanks, mrts. | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #10018 -- Fixed typo in `BaseCommand` docstring, patch from dswistowski. | Gary Wilson Jr |
| 2009-03-31 | Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm... | Gary Wilson Jr |
| 2009-03-20 | Fixed #10556 -- Fixed a problem in the fastcgi server after r10088. | Malcolm Tredinnick |
| 2009-03-18 | Fixed #8193: all dynamic imports in Django are now done correctly. I know thi... | Jacob Kaplan-Moss |
| 2009-03-13 | Fixed #10488: fixed DB cache backend test failures in Oracle. | Ian Kelly |
| 2009-03-12 | Fixed a problem from r10036. Fixed #10470. | Malcolm Tredinnick |
| 2009-03-12 | Fixed #10472 -- Fixed a race condition in reverse URL resolving. | Malcolm Tredinnick |
| 2009-03-12 | Fixed #10470 -- Fixed a race condition in middleware initialization. | Malcolm Tredinnick |
| 2009-03-11 | Fixed #6464 -- Added incr() and decr() operations on cache backends. Atomic o... | Russell Keith-Magee |
| 2009-03-09 | Fixed #3163 -- Add a "Meta.managed" option to models. | Malcolm Tredinnick |
| 2009-03-08 | Fixed #9626 -- Fixed a deletion race in the locmem cache. | Malcolm Tredinnick |
| 2009-03-08 | Fixed #9469 -- Apply the fix from r9189 to the WSGI handler as well. | Malcolm Tredinnick |
| 2009-03-08 | Fixed #9399 -- Added StopFutureHandlers to export list in file handling. | Malcolm Tredinnick |
| 2009-03-04 | Fixed #10381 -- Fixed some a machine-dependent test failure after r9921. | Malcolm Tredinnick |
| 2009-03-03 | Final piece (he says, hopefully) of r9945 changes. | Malcolm Tredinnick |
| 2009-03-02 | Removed some import-time dependencies on Django's settings. | Malcolm Tredinnick |