| Age | Commit message (Expand) | Author |
| 2010-03-07 | Fixed #6228: Changed common middleware to respect request-specific urlconf. T... | Karen Tracey |
| 2010-03-07 | Fixed #13003 -- Ensured that ._state.db is set correctly for select_related()... | Russell Keith-Magee |
| 2010-03-07 | Fixed #12876 -- Corrected a problem with recursive relations under deepcopy. ... | Russell Keith-Magee |
| 2010-03-07 | Fixed #12858. DateTime related widgets now handle custom formats properly in ... | Joseph Kocherhans |
| 2010-03-07 | Fixed #12913. Fields with choices now respect show_hidden_initial as a keywor... | Joseph Kocherhans |
| 2010-03-06 | Removed a stray print from [12690]. Thanks for catching that, apollo13. | Joseph Kocherhans |
| 2010-03-06 | Fixed #12960. The return value of ModelForm.clean() is now applied to the mod... | Joseph Kocherhans |
| 2010-03-06 | Fixed #6918: Adjusted the test in r12683 to more specifically look for what i... | Karen Tracey |
| 2010-03-05 | Fixed #6918, #12791: If an email message has an encoding, actually use that e... | Karen Tracey |
| 2010-03-05 | Fixed #12151: Ensured the comments code does not cause a server error when a ... | Karen Tracey |
| 2010-03-05 | Fixed #12083: Ensured generating debug 404 page won't raise a key error. Than... | Karen Tracey |
| 2010-03-03 | Fixed the files test to not care whether the names are reported as bytestring... | Karen Tracey |
| 2010-03-03 | Expanded the fix in [12663] to cover CSS declarations, which were also affect... | James Bennett |
| 2010-03-03 | Fixed #12879: Declaring the same JS file multiple times in a single Media ins... | James Bennett |
| 2010-03-02 | Fixed #11030: Reverted a change that assumed the file system encoding was utf... | Karen Tracey |
| 2010-03-02 | Fixed #11522: Restored ability of http redirect responses to correctly handle... | Karen Tracey |
| 2010-03-02 | Fixed #6510 -- Refactored the way child nodes are found in template nodes to ... | Russell Keith-Magee |
| 2010-03-02 | Fixed #11710: Made a small test change to ensure utf-8 bytestrings in | Karen Tracey |
| 2010-03-02 | Fixed #11465: Ensure nonexistent pks enterd in an admin raw id field do not | Karen Tracey |
| 2010-03-01 | Fixed #12992: Adjusted the new template loader code so that the template | Karen Tracey |
| 2010-03-01 | Fixed #11012: don't needless convert cache values to unicode. | Jacob Kaplan-Moss |
| 2010-03-01 | Fixed test of the admin actions selection counter for changes made in r12626.... | Jannis Leidel |
| 2010-03-01 | Fixed #11791: Put hidden input elements in the change list inside td elements... | Karen Tracey |
| 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 | Minor spacing fix. | Karen Tracey |
| 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 | Removed more stray tabs in Python files. | Karen Tracey |
| 2010-02-26 | Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro... | Russell Keith-Magee |
| 2010-02-26 | Added file omitted from r12598. | Russell Keith-Magee |
| 2010-02-26 | Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t... | Russell Keith-Magee |
| 2010-02-25 | Fixed #12901. Again. Model validation will not be performed on excluded field... | Joseph Kocherhans |
| 2010-02-24 | Fixed #12119. Changed smart_split to stop splitting on whitespace in quotes. ... | 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 | 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 a regression on Python < 2.6 introduced in [12552]. | Jacob Kaplan-Moss |
| 2010-02-23 | Fixed an unspecified ordering in the expression tests that could lead to a he... | Jacob Kaplan-Moss |
| 2010-02-23 | Fixed #10258: handle duplicate file names better. | Jacob Kaplan-Moss |
| 2010-02-23 | Fixed #12948. Removed a test dependency on the formatting of Decimals. Thanks... | Joseph Kocherhans |
| 2010-02-23 | Fixed #12878. Formset-wide errors are now rendered properly as html. | Joseph Kocherhans |
| 2010-02-23 | Fixed #6298 - Added sample settings file to run the Django test suite (SQLite... | Jannis Leidel |
| 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 |