| Age | Commit message (Expand) | Author |
| 2011-06-19 | Removed more code for handling of PostgreSQL versions older than 8.2; use alw... | Ramiro Morales |
| 2011-06-19 | Fixed #16258 - typo in middleware docs. | Timo Graham |
| 2011-06-19 | Fixed broken i18n tests after r16437. | Jannis Leidel |
| 2011-06-19 | Fixed #11065, #11285 -- Streamlined PostgreSQL version detection, fixing inco... | Ramiro Morales |
| 2011-06-19 | Fixed #12202 -- Removed hardcoded password reset subject and added a subject_... | Jannis Leidel |
| 2011-06-19 | Added '.txt' to list of file extensions that the makemessages management comm... | Jannis Leidel |
| 2011-06-18 | Fixed #16292 -- Removed broken link for Swiss localflavor documentation. Than... | Jannis Leidel |
| 2011-06-18 | Fixed another typo in the docs. | Jannis Leidel |
| 2011-06-18 | Fixed typos introduced in r16430 and r16431. Thanks, magopian. | Jannis Leidel |
| 2011-06-17 | Fixed #15943 -- Documented `raw` argument of pre_save and post_save signals. ... | Jannis Leidel |
| 2011-06-17 | Fixed #16071 -- Added note to fix_ampersands documentation about its limitati... | Jannis Leidel |
| 2011-06-17 | Fixed #16126 -- Added documentation about DELETE and ORDER fields in formsets... | Jannis Leidel |
| 2011-06-17 | Fixed #16076 -- Updated Hungarian l10n formats. Thanks, slink. | Jannis Leidel |
| 2011-06-17 | Fixed help message introduced in r16427. | Jannis Leidel |
| 2011-06-17 | Fixed #16099 -- Enabled threading for the runserver management command and ad... | Jannis Leidel |
| 2011-06-17 | Backed out [16356] due to later rejection of #16182. | Andrew Godwin |
| 2011-06-17 | Reverting [16376] in preparation for reverting [16356]. See #16182. | Andrew Godwin |
| 2011-06-17 | Corrected slightly odd wording added in r16420. | Jannis Leidel |
| 2011-06-16 | Fixed #16255 -- Raised minimum PostgreSQL version supported to 8.2. | Ramiro Morales |
| 2011-06-16 | Fixed #8999 -- Removed useless code in handling of `exclude` option in ModelA... | Ramiro Morales |
| 2011-06-16 | Fixed #10802 -- Handle ImportErrors and AttributeErrors gracefully when raise... | Jannis Leidel |
| 2011-06-16 | Fixed #9588 -- Allow passing kwargs to `GenericInlineModelAdmin.get_formset` ... | Jannis Leidel |
| 2011-06-16 | Fixed #12375 -- Added a dict() method to convert a MultiValueDict (such as a ... | Jannis Leidel |
| 2011-06-16 | Fixed #14020 -- Made the `HttpResponse` class slightly more behave like a dic... | Jannis Leidel |
| 2011-06-16 | Fixed #15127 -- Properly copy the choices of choice fields. Thanks, dready an... | Jannis Leidel |
| 2011-06-16 | Stopped the admin JavaScript code from completely removing the `jQuery` objec... | Jannis Leidel |
| 2011-06-16 | Fixed #15908 -- Mention blocktrans in the pluralize filter documentation sect... | Jannis Leidel |
| 2011-06-16 | Fixed #16057 -- Extended deployment documentation with instructions for uWSGI... | Jannis Leidel |
| 2011-06-16 | Fixed #16031 -- Corrected comments template examples. Thanks, teraom. | Jannis Leidel |
| 2011-06-16 | Fixed #16221 -- Corrected doc string example in comments permalink template t... | Jannis Leidel |
| 2011-06-16 | Fixed #16200 -- Stopped TemplateIfParser from returning something in `__init_... | Jannis Leidel |
| 2011-06-16 | Fixed #16264 -- Improved form widget documentation. Many thanks to Bas Peschier. | Jannis Leidel |
| 2011-06-16 | Fixed #16273 -- Fixed typo in staticfiles docs. Thanks, BernhardEssl. | Jannis Leidel |
| 2011-06-15 | Fixed #16275 -- Added __future__ import to support with statement. Thanks to ... | Russell Keith-Magee |
| 2011-06-15 | Fixed #11585 -- Added ability to translate and prefix URL patterns with a lan... | Jannis Leidel |
| 2011-06-15 | Added a few cross references to the i18n docs and documented pgettext and col... | Jannis Leidel |
| 2011-06-14 | Noted new security overview page in the 1.4 release notes | Luke Plant |
| 2011-06-14 | Fixed typo in release notes regarding CSRF with PUT/DELETE etc | Luke Plant |
| 2011-06-14 | Fixed #16183 -- Fixed an ignored auth test. Thanks, desh. | Jannis Leidel |
| 2011-06-14 | Fixed naming of test methods for the sake of consistency. | Jannis Leidel |
| 2011-06-14 | Fixed #16236 -- Added get_form_kwargs method to WizardView as a way to easily... | Jannis Leidel |
| 2011-06-14 | Fixed #16248 -- Corrected a few typos in the security docs. Thanks, buddelkiste. | Jannis Leidel |
| 2011-06-14 | Fixed #16239 -- Removed stale entry in django.test.simple.__all__. Thanks, me... | Jannis Leidel |
| 2011-06-13 | Fixed #16246 -- Fixed GenericIPAddressField tests on PostgreSQL. | Jannis Leidel |
| 2011-06-13 | Removed duplicate entry in introspection PostgreSQL db backend. | Jannis Leidel |
| 2011-06-13 | Shortened some test model names that were introduced in r16366 to fix running... | Jannis Leidel |
| 2011-06-13 | Removed a name clash in a test method. Refs #16246. | Ramiro Morales |
| 2011-06-13 | Fixed #16243 -- Corrected test suite failure in model_forms when PIL isn't in... | Russell Keith-Magee |
| 2011-06-13 | Refs #16234: Avoid GenericIPAddressField clobbering Field default_error_messa... | Karen Tracey |
| 2011-06-12 | Fixed incompatibility (`with` statement usage) with Python 2.5 introduced in ... | Ramiro Morales |