| Age | Commit message (Expand) | Author |
| 2011-04-25 | Fixes #15892 -- Duplicate 'settings' import (and some unused imports) in sett... | Chris Beaven |
| 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 | 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 #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 #11251 -- Extended Australian localflavor to ship a few model fields ad... | Jannis Leidel |
| 2011-04-22 | Fixed #9089 -- Correctly handle list values in MultiValueDict instances when ... | Jannis Leidel |
| 2011-04-20 | Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning... | Carl Meyer |
| 2011-04-19 | Fixed #15791 - method to signal that callable objects should not be called in... | Luke Plant |
| 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 |
| 2011-04-17 | Fixes #15721 -- Make {% include %} and RequestContext work together again. | Chris Beaven |
| 2011-04-17 | Fixes #15814 -- Added a test util to abstract the process of using a test tem... | Chris Beaven |
| 2011-04-13 | Fixes Paginator.validate_number not raising a PageNotAnInteger exception when... | Chris Beaven |
| 2011-04-06 | Fixes #11596 -- Make paginator.Page iterable | Chris Beaven |
| 2011-04-05 | Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ... | Ramiro Morales |
| 2011-04-02 | Fixed #15704 -- Made cache tests more reusable by moving the backend path int... | Adrian Holovaty |
| 2011-04-02 | Refactored views regression tests to isolate generic views from the root URL ... | Russell Keith-Magee |
| 2011-04-02 | Modified some regression tests to make them independent of the default root u... | Russell Keith-Magee |
| 2011-04-02 | Silenced DeprecationWarning raised by tests for populate_xheaders tests. Refs... | Russell Keith-Magee |
| 2011-04-02 | Silenced DeprecationWarning caused by testing deprecated DjangoTestRunner | Russell Keith-Magee |
| 2011-04-02 | Corrected warning filter in test_client_regress | Russell Keith-Magee |
| 2011-04-02 | Fixed #15739 -- Added support to RedirectView for HEAD, OPTIONS, POST, PUT an... | Russell Keith-Magee |
| 2011-04-02 | Updated to test_client_regress to use RedirectView instead of deprecated redi... | Russell Keith-Magee |
| 2011-04-02 | Updates to the test suite to allow for newly deprecated and removed features | Russell Keith-Magee |
| 2011-04-01 | Changed e-mail to email throughout documentation and codebase. The one except... | Adrian Holovaty |
| 2011-03-30 | Cleaned up some test code. | Luke Plant |
| 2011-03-30 | Deprecated csrf_response_exempt and csrf_view_exempt decorators | Luke Plant |
| 2011-03-30 | Removed Django 1.2 compatibility fallback for contrib.comments forms hash. | Luke Plant |
| 2011-03-30 | Removed deprecated CsrfResponseMiddleware, and corresponding tests and docs | Luke Plant |
| 2011-03-30 | Removed Django 1.1 fallback for CSRF checks. | Luke Plant |
| 2011-03-28 | Fixed #15679 - regression in HttpRequest.POST and raw_post_data access. | Luke Plant |
| 2011-03-28 | Fixed #15703 -- Corrected problem in test suite introduced by Python 2.4 chan... | Russell Keith-Magee |
| 2011-03-28 | Move the Python 2.5 specific tests out of their own special files now that 2.... | Alex Gaynor |
| 2011-03-28 | Made a bunch of simplifications now that we don't support Python 2.4 | Adrian Holovaty |
| 2011-03-28 | Removed a bunch more Python 2.4 workarounds now that we don't support that ve... | Adrian Holovaty |