| Age | Commit message (Expand) | Author |
| 2011-04-30 | Fixed #15640 -- Added new initial digit in Spain phone numbers to localflavor... | Jannis Leidel |
| 2011-04-29 | Added file forgotten in r16121. Refs #5925. Thanks, Julien. | Jannis Leidel |
| 2011-04-29 | Fixed #5925 -- Added new lazily evaluated version of django.core.urlresolvers... | Jannis Leidel |
| 2011-04-28 | Fixed #15661 - LogEntry objects have no unicode method | Luke Plant |
| 2011-04-28 | Fixed #7267 - UnicodeDecodeError in clean_html | Luke Plant |
| 2011-04-28 | Fixed #15070 -- Also pass current_app and use_l10n in inclusion_tags. Thanks,... | Jannis Leidel |
| 2011-04-28 | Fixed #15713 -- Added a form field for validating Polish National ID Card num... | Jannis Leidel |
| 2011-04-28 | Fixed #15637 -- Added a require_safe decorator for views to accept GET or HEA... | Jannis Leidel |
| 2011-04-27 | Refs #15093 -- Fixed another get_models call missed in r16053. Thanks Luke fo... | Carl Meyer |
| 2011-04-27 | Refs #15903 -- Added a per-TestCase urlconf to reduce coupling between test a... | Carl Meyer |
| 2011-04-27 | Fixed #15903 -- Allowed not-installed models to still be referenced in relate... | Carl Meyer |
| 2011-04-26 | Fixed a failing test in special_headers, and performed a bit of cleanup. | Alex Gaynor |
| 2011-04-26 | Fixed #15889 -- when trying to access to access a serializer that doesn't exi... | Alex Gaynor |
| 2011-04-26 | Fixed #15904 - render_comment_form executes unnecessary query for object | Luke Plant |
| 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 #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 #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-20 | Minor cleanup to the select_for_update tests (as suggested by Alex Gaynor). | Jacob Kaplan-Moss |
| 2011-04-20 | Fixed #2705: added a `select_for_update()` clause to querysets. | Jacob Kaplan-Moss |
| 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 |