| Age | Commit message (Expand) | Author |
| 2010-03-01 | Fixed #11012: don't needless convert cache values to unicode. | Jacob Kaplan-Moss |
| 2010-03-01 | Fixed #11457: tightened the security check for "next" redirects after logins. | Jacob Kaplan-Moss |
| 2010-03-01 | Fixed #5786: relaxed the validation for usernames to allow more common charac... | Jacob Kaplan-Moss |
| 2010-03-01 | Fixed #11791: Put hidden input elements in the change list inside td elements... | Karen Tracey |
| 2010-03-01 | Fixed #12966 - Force unicode of verbose labels in admin change messages. | Jannis Leidel |
| 2010-03-01 | Fixed #12903 - Added plural forms to a few strings in the admin actions templ... | Jannis Leidel |
| 2010-03-01 | Fixed #12779 - Sanitize numeric form field input according to decimal and tho... | Jannis Leidel |
| 2010-03-01 | Refined changes made in r12546 to also respect the request.LANGUAGE_CODE in c... | Jannis Leidel |
| 2010-02-28 | Fixed #12302: Modified force_unicode to avoid raising unicode errors when | Karen Tracey |
| 2010-02-28 | Fixed #12989 - Fixed verification of IDN URLs. Thanks to Fraser Nevett for th... | Jannis Leidel |
| 2010-02-27 | Fixed #12933 - AdminSite.admin_view disables @csrf_view_exempt | Luke Plant |
| 2010-02-27 | Removed more stray tabs in Python files. | Karen Tracey |
| 2010-02-27 | Fixed #12981 -- Removed some stray tabs. Thanks to loewis for the report. | Russell Keith-Magee |
| 2010-02-26 | Corrected an edge case introduced in r12602. Thanks to Ramiro Morales for the... | Russell Keith-Magee |
| 2010-02-26 | Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro... | Russell Keith-Magee |
| 2010-02-26 | Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t... | Russell Keith-Magee |
| 2010-02-26 | Fixed #12712 -- Corrected a problem with synchronizing that prevented m2m tab... | Russell Keith-Magee |
| 2010-02-25 | Fixed #12901. Again. Model validation will not be performed on excluded field... | Joseph Kocherhans |
| 2010-02-24 | Fixed #10216. Only try to gather template exception info if the exception is ... | Joseph Kocherhans |
| 2010-02-24 | Fixed #11353 -- `GeometryProxy` descriptor no longer chokes when accessed fro... | Justin Bronn |
| 2010-02-24 | Fixed #12119. Changed smart_split to stop splitting on whitespace in quotes. ... | Joseph Kocherhans |
| 2010-02-24 | Fixed #12944. Added Django version to the main part of the debug page. Thanks... | Joseph Kocherhans |
| 2010-02-24 | Fixed #12734. Deferred fields will now be properly converted to python when a... | Joseph Kocherhans |
| 2010-02-24 | Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks,... | Joseph Kocherhans |
| 2010-02-24 | Fixed #12546. Objects with a __len__ that returns 0 can now be serialized. Th... | Joseph Kocherhans |
| 2010-02-24 | Polish translations updated | Jarek Zgoda |
| 2010-02-24 | Fixed #12818. SQLite now properly quotes strings for date extraction and trun... | Joseph Kocherhans |
| 2010-02-24 | Fixed #12152. DoesNotExist and MultipleObjectsReturned now subclass their par... | Joseph Kocherhans |
| 2010-02-23 | Fixed #9336. Changed CheckboxInput to render 'True' and 'False' input strings... | Joseph Kocherhans |
| 2010-02-23 | Fixed #10258: handle duplicate file names better. | Jacob Kaplan-Moss |
| 2010-02-23 | Fixed #12878. Formset-wide errors are now rendered properly as html. | Joseph Kocherhans |
| 2010-02-23 | Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy,... | Jannis Leidel |
| 2010-02-23 | Fixed #12420. Now that OneToOneField allows assignment of None, stop guarding... | Joseph Kocherhans |
| 2010-02-23 | Fixed #12731. Fixed a bug with .raw() and inheritance. Thanks, Alex Gaynor. | Joseph Kocherhans |
| 2010-02-23 | Fixed #12819. Fixed a bug with caching values of nullable 1to1 fields. Thanks... | Joseph Kocherhans |
| 2010-02-23 | Fixed #11681. Fixed display of non_field_errors and non_form_errors in the ad... | Joseph Kocherhans |
| 2010-02-23 | Fixed #12070. Fixed a case where var._whatever wasn't raising a TemplateSynta... | Joseph Kocherhans |
| 2010-02-23 | Fixed a few more spots related to #11859. Thanks, cramm and Alex Gaynor. | Joseph Kocherhans |
| 2010-02-23 | Fixed #11859. Allowed subclasses of tuple or list for choice options. Thanks,... | Joseph Kocherhans |
| 2010-02-23 | Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita. | Joseph Kocherhans |
| 2010-02-23 | Fixed #12888. Fixed a typo in some related object error messages. Thanks, nes... | Joseph Kocherhans |
| 2010-02-23 | Fixed #12285. ModelForm raises a more informative error if it doesn't have a ... | Joseph Kocherhans |
| 2010-02-23 | Fixed #12707. Admin action messages are no longer displayed when submitting l... | Joseph Kocherhans |
| 2010-02-23 | Fixed #11860. Changed NullBooleanSelect's _has_changed method to repect diffe... | Joseph Kocherhans |
| 2010-02-23 | No, really this time -- corrected the warning message from r12510. | Russell Keith-Magee |
| 2010-02-23 | Cleaned up the warning message introduced by r12510. | Russell Keith-Magee |
| 2010-02-23 | Fixed #12912 -- Placed the psycopg1-backed ``postgresql`` database backend on... | Russell Keith-Magee |
| 2010-02-23 | Fixed #12729 -- Replaced a hard-coded SQL statement with an ORM query so that... | Russell Keith-Magee |
| 2010-02-23 | Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` inste... | Justin Bronn |
| 2010-02-23 | Fixed #12608 -- No longer return inconsistent results when using `values` and... | Justin Bronn |