| Age | Commit message (Expand) | Author |
| 2010-01-05 | Merged soc2009/model-validation to trunk. Thanks, Honza! | Joseph Kocherhans |
| 2010-01-04 | Fixed #7679 -- Added (configurable) highlighting colors to the development se... | Russell Keith-Magee |
| 2010-01-04 | Modified the way EMAIL_BACKEND is specified to make it consistent with the ne... | Russell Keith-Magee |
| 2010-01-03 | Fixed #11615 -- Changed test runners to use an exit status code of 1 for any ... | Gary Wilson Jr |
| 2009-12-28 | Fixed #12112 -- Made the colors used by syntax highlighting customizable. | Russell Keith-Magee |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-12-19 | Fixed #6961 - loaddata fails if models is a package instead of a module | Luke Plant |
| 2009-12-16 | Fixed #12384: fixed a Python 2.4 incompatibility introduced in [11863]. | Jacob Kaplan-Moss |
| 2009-12-14 | Fixed #7052 -- Added support for natural keys in serialization. | Russell Keith-Magee |
| 2009-12-13 | Fixed #10646: `cache.incr()` and `decr()` now fail consistantly under python-... | Jacob Kaplan-Moss |
| 2009-12-13 | Fixed #10326: handler500 and handler404 may now be callables. Thanks, dcwatso... | Jacob Kaplan-Moss |
| 2009-12-13 | Fixed #11613: Added a failfast option for test running. Thanks jukvalim and ... | Karen Tracey |
| 2009-12-09 | Fixed #4604 - Configurable message passing system, supporting anonymous users | Luke Plant |
| 2009-12-03 | Expanded on the SMTPConnection deprecation notes, and made the deprecation a ... | Russell Keith-Magee |
| 2009-11-19 | Fixed #11243 -- Ensured that bash_completion output is emitted in sorted orde... | Russell Keith-Magee |
| 2009-11-18 | Fixed a misplaced parenthesis. | Ian Kelly |
| 2009-11-16 | Fixed #5034 -- honor request.urlconf in reverse and resolve. | Brian Rosner |
| 2009-11-04 | Fixed #12147 -- Replaced use of try-except-finally to allow for Python 2.4 su... | Russell Keith-Magee |
| 2009-11-04 | Fixed #11144 -- When a to/from/cc header contains unicode, make sure the emai... | Russell Keith-Magee |
| 2009-11-04 | Fixed #11849 -- Corrected handling of use_tls in the SMTP mail handler. Thank... | Russell Keith-Magee |
| 2009-11-03 | Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc... | Russell Keith-Magee |
| 2009-11-03 | Fixed #10355 -- Added an API for pluggable e-mail backends. | Russell Keith-Magee |
| 2009-10-27 | Moved contrib.csrf.* to core code. | Luke Plant |
| 2009-10-19 | Fixed non-standard introspection support in LazyObject. | Luke Plant |
| 2009-10-15 | Fixed a regression on Python 2.6 caused by r11623 | Luke Plant |
| 2009-10-14 | Fixed #6552, #12031 - Make django.core.context_processors.auth lazy to avoid ... | Luke Plant |
| 2009-09-12 | Fixed #11660 -- Corrected the CONTENT_TYPE and CONTENT_LENGTH headers provide... | Russell Keith-Magee |
| 2009-09-11 | Fixed #10752. Added more advanced bash completion. Thanks, Arthur Koziel. | Joseph Kocherhans |
| 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 |