| Age | Commit message (Expand) | Author |
| 2011-04-24 | Fixed #15801 - Incorrect external link for dictConfig; thanks David Niergarth... | Timo Graham |
| 2011-04-24 | Fixed #15853 - typo in m2m_changed signal documentation; thanks elbarto. | Timo Graham |
| 2011-04-23 | Fixed #15875 - typo in F() example; thanks jblaine. | Timo Graham |
| 2011-04-23 | Fixed #15688 - Generic views should provide a HEAD implementation | Luke Plant |
| 2011-04-23 | Fixed #15819 - Fixed 1.3 regression from r15526 causing duplicate search resu... | Carl Meyer |
| 2011-04-22 | Fixes #15862 -- Error in post_syncdb documentation example. Thanks for the re... | Chris Beaven |
| 2011-04-22 | Fixed #13584 -- Optionally allow empty files with django.forms.FileField. Tha... | Chris Beaven |
| 2011-04-22 | Fixed #14729 -- RawQuerySet.__repr__ fails when params passed as list. Thanks... | Jannis Leidel |
| 2011-04-22 | Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te... | Jannis Leidel |
| 2011-04-22 | Fixed a couple of small documentation typos. | Ramiro Morales |
| 2011-04-22 | Fixed #15758 -- Removed stale constants that were missed in r15983. | Jannis Leidel |
| 2011-04-22 | Fixed #15672 -- Refined changes made in r15918. Thanks, vung. | Jannis Leidel |
| 2011-04-22 | Fixed #14091 - be more correct about logging queries in connection.queries. | Jacob Kaplan-Moss |
| 2011-04-22 | Fixed #15698 -- Fixed inconsistant handling of context_object_name in paginat... | Jannis Leidel |
| 2011-04-22 | Fixed #15673 -- Allow limit_choices_to to use a tuple for __in filters. Thank... | Jannis Leidel |
| 2011-04-22 | Fixed #15705 -- Added Croatian (hr) localflavor. Thanks, Zlatko MaĊĦek and Ju... | Jannis Leidel |
| 2011-04-22 | Fixed #15013 -- Added Russian (ru) localflavor package. Thanks, blackraven an... | Jannis Leidel |
| 2011-04-22 | Fixed #15662 -- Made sure the module_has_submodule utility function follow co... | Jannis Leidel |
| 2011-04-22 | Fixed #13810 -- Truncate numbers correctly when given number of decimal posit... | Jannis Leidel |
| 2011-04-22 | Fixed #13689 -- Convert the per_page value to an integer upon initialization ... | Jannis Leidel |
| 2011-04-22 | Fixed #11321 -- Handle timezones correctly in conjunction with naturalday fil... | Jannis Leidel |
| 2011-04-22 | Fixed #12771 -- Added naturaltime filter to humanize contrib app. Thanks, phi... | Jannis Leidel |
| 2011-04-22 | Fixed #12379 -- Added Chinese (cn) localflavor package. Thanks, Xia Kai, Dani... | Jannis Leidel |
| 2011-04-22 | Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin an... | Jannis Leidel |
| 2011-04-22 | Fixed #11531 -- Removed unused dateparse.js from admin JavaScript directory. | Jannis Leidel |
| 2011-04-22 | Fixed #11283 -- Made sure that latest() clears previously specified ordering ... | Jannis Leidel |
| 2011-04-22 | Fixed #11251 -- Extended Australian localflavor to ship a few model fields ad... | Jannis Leidel |
| 2011-04-22 | Fixed #11203 -- Stopped some form fields in the admin from rendering incorrec... | Jannis Leidel |
| 2011-04-22 | Fixed #9089 -- Correctly handle list values in MultiValueDict instances when ... | Jannis Leidel |
| 2011-04-22 | Fixed #6953 -- Correctly sort ManyToMany fields in ModelForms. Thanks, dgould... | Jannis Leidel |
| 2011-04-21 | Added note about HTML5 to release notes. | Luke Plant |
| 2011-04-20 | Minor cleanup to the select_for_update tests (as suggested by Alex Gaynor). | Jacob Kaplan-Moss |
| 2011-04-20 | Added notes about `select_for_update` to the 1.4 release notes. | Jacob Kaplan-Moss |
| 2011-04-20 | Fixed #2705: added a `select_for_update()` clause to querysets. | Jacob Kaplan-Moss |
| 2011-04-20 | Fixed #15794 -- Corrected an error in the docs which indicated applying decor... | Gabriel Hurley |
| 2011-04-20 | Fixed #15593 -- Added a note that the output of `reverse` is urlquoted. Thank... | Gabriel Hurley |
| 2011-04-20 | Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning... | Carl Meyer |
| 2011-04-20 | Fixed case of DOCTYPE in 500 template, for the sake of consistency. | Luke Plant |
| 2011-04-20 | Fixed various validation errors caught by the validator.nu HTML5 validator. | Luke Plant |
| 2011-04-20 | Switched to HTML5 doctype in all Django supplied templates. | Luke Plant |
| 2011-04-20 | Fixed #15846 -- Fixed unfinished sentence in django-admin.txt. Thanks, follower | Adrian Holovaty |
| 2011-04-20 | Fixed #6213 -- Updated the flatpages app to only append a slash if the flatpa... | Jannis Leidel |
| 2011-04-20 | Corrected factual error regarding logging in the CSRF docs | Luke Plant |
| 2011-04-19 | Fixed #10917 - admin/base.html should contain messages block | Luke Plant |
| 2011-04-19 | Fixed #15791 - method to signal that callable objects should not be called in... | Luke Plant |
| 2011-04-19 | Fixes #15721 (again) via a minor tweak to avoid unexpected behaviour of copy(... | Chris Beaven |
| 2011-04-18 | Fixed #15843 -- removed an extraneous quotation mark in the template tag docs... | Gabriel Hurley |
| 2011-04-18 | Fixed #15534: Made the Oracle runtime test for regex capabilities use the !Da... | Ian Kelly |
| 2011-04-18 | Added new tests I forgot to include in [16038]. | Ramiro Morales |
| 2011-04-18 | Fixed #15848 -- Fixed regression introduced in [15882] in makemessages manage... | Ramiro Morales |