| Age | Commit message (Expand) | Author |
| 2010-08-05 | Fixed #13922 -- Updated resolve() to support namespaces. Thanks to Nowell Str... | Russell Keith-Magee |
| 2010-08-05 | Fixed #13613 -- Ensure that forms.URLField and forms.EmailField are used on a... | Russell Keith-Magee |
| 2010-08-03 | Fixed #11377: the template join filter now correctly escapes the joiner, too. | Jacob Kaplan-Moss |
| 2010-08-03 | Fixed #11376: added some extra tests for autoescaping subtleties. | Jacob Kaplan-Moss |
| 2010-08-03 | Fixed #11288: added some tests for the handling of number-like variables in t... | Jacob Kaplan-Moss |
| 2010-07-30 | Added a related_name to a test model to avoid a name clash in the full test s... | Russell Keith-Magee |
| 2010-07-30 | Fixed #13821 -- Added a double-quoting to the PostgreSQL sequence reset code.... | Russell Keith-Magee |
| 2010-07-30 | Fixed #13941 -- Corrected the way sequence names are reset under Postgres, es... | Russell Keith-Magee |
| 2010-06-23 | Fixed #13799, a test failure on Postgres. Thanks, Alex. | Jacob Kaplan-Moss |
| 2010-06-21 | Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a 1.3 deve... | Russell Keith-Magee |
| 2010-06-10 | Refs #8901 -- Reverted r13328 because the patch imposes a minimum version req... | Russell Keith-Magee |
| 2010-06-08 | Fixed #13716 - the CSRF get_token function stopped working for views with csr... | Luke Plant |
| 2010-06-07 | Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identi... | Russell Keith-Magee |
| 2010-06-07 | Fixed #13657: Moved global declaration before assignments to avoid a syntax w... | Karen Tracey |
| 2010-06-07 | Fixed #13700 -- Converted m2m_through_regress tests to unittests, removing an... | Russell Keith-Magee |
| 2010-06-05 | Fixed #13698 -- Removed trailing whitespace from regressiontests/utils/timesi... | Russell Keith-Magee |
| 2010-06-05 | Corrected pre-Python 2.6 syntax incompatibility from r13319. Thanks to Karen ... | Russell Keith-Magee |
| 2010-06-05 | Fixed #13697 -- Modified multiple_database test to avoid a failure observed u... | Russell Keith-Magee |
| 2010-06-05 | Migrated multiple_database tests to use new stdout argument on management com... | Russell Keith-Magee |
| 2010-06-05 | Fixed #13636 -- Migrated fixtures tests to use unittests, eliminating another... | Russell Keith-Magee |
| 2010-05-28 | Fixed #13572: copies of QueryDicts now have their encoding set correctly. | Jacob Kaplan-Moss |
| 2010-05-28 | Converted httpwrappers tests to unittest. | Jacob Kaplan-Moss |
| 2010-05-28 | Fixed #13634 -- Migrated aggregation tests to use unittest. This removes a fl... | Russell Keith-Magee |
| 2010-05-28 | Fixed #13638 -- Refactored the serializers_regress tests to avoid the use of ... | Russell Keith-Magee |
| 2010-05-23 | Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 w... | Jannis Leidel |
| 2010-05-21 | Fixed #13560 -- Fixed localization of widgets. | Jannis Leidel |
| 2010-05-21 | Fixed #13573 -- Corrected problem with template caching when template directo... | Russell Keith-Magee |
| 2010-05-16 | Fixed #13547 -- Made sure the ISO 8601 date formatting introduced in r12058 u... | Jannis Leidel |
| 2010-05-13 | Fixed #13514 -- Corrected the process of loading multiple javascript translat... | Russell Keith-Magee |
| 2010-05-12 | Fixed #13524 -- Added backwards compatibility and feature notes regarding adm... | Russell Keith-Magee |
| 2010-05-11 | Fixed #13513 -- Ensured that queries collecting deleted objects are issued on... | Russell Keith-Magee |
| 2010-05-10 | Fixed #13509 -- Modified the comment tests so that signal cleanup doesn't rel... | Russell Keith-Magee |
| 2010-05-04 | Fixed #13469 -- Cleaned up the test case from r13085, and added some cache cl... | Russell Keith-Magee |
| 2010-05-04 | Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds.... | Russell Keith-Magee |
| 2010-05-04 | Fixed #13464 -- Reworked module_has_submodule to break the requirement for lo... | Russell Keith-Magee |
| 2010-05-02 | Fixed #13166 - Added JavaScript warnings to admin changelist to help against ... | Jannis Leidel |
| 2010-05-02 | Fixed #13388 - Refined changes made in r12384 in the JavaScript i18n admin view. | Jannis Leidel |
| 2010-04-30 | Fixed #12851 -- Another attempt at fixing select_related() with inherited mod... | Russell Keith-Magee |
| 2010-04-30 | Fixed #12851 -- Corrected the loading of values when select_related() is used... | Russell Keith-Magee |
| 2010-04-28 | Fixed a bug preventing cursor variables from being passed as bind parameters ... | Ian Kelly |
| 2010-04-28 | Fixed #12986 -- Ensured that SelectDateField repopulates correctly when USE_L... | Russell Keith-Magee |
| 2010-04-28 | Fixed #13432 -- Corrected the logic for router use on OneToOne fields; also a... | Russell Keith-Magee |
| 2010-04-27 | Removed an import that is no longer needed after r13033. | Karen Tracey |
| 2010-04-27 | Fixed #12749 -- Corrected a problem with validation of inline primary keys. T... | Russell Keith-Magee |
| 2010-04-27 | Reverted r13021 -- Trunk no longer supports Python 2.3, so the special case i... | Russell Keith-Magee |
| 2010-04-27 | Fixed #13407 -- Corrected verbose names for autogenerated m2m models, and cle... | Russell Keith-Magee |
| 2010-04-24 | Fixed #13362 -- Disabled the test for bug #8245 under Python 2.3 due to diffe... | Russell Keith-Magee |
| 2010-04-23 | Fixed #11764 -- Added a missing set of parentheses in a call calculating the ... | Russell Keith-Magee |
| 2010-04-21 | Fixed #13396 -- Modified the SQLite introspection code to avoid a problem wit... | Russell Keith-Magee |
| 2010-04-21 | Fixed the model_forms doctests to not depend on writer PKs, which are db-depe... | Karen Tracey |