summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-13[1.2.X] Migrated str doctests. Thanks to Eric Florenzano.Russell Keith-Magee
2010-09-13[1.2.X] Migrated transactions doctests. Thanks to Eric Florenzano.Russell Keith-Magee
2010-09-13[1.2.X] Migrated unmanaged_models doctests. Thanks to Eric Florenzano.Russell Keith-Magee
2010-09-13[1.2.X] Migrated the update doctests. Thanks to Eric Florenzano.Russell Keith-Magee
2010-09-13[1.2.X] Migrated user_commands doctests. Thanks to Eric Florenzano.Russell Keith-Magee
2010-09-12[1.2.X] Fixed the get_or_create tests for postgreSQL, by usingMalcolm Tredinnick
2010-09-12[1.2.X] Modified the egg template loader tests; firstly to ensure that we are...Russell Keith-Magee
2010-09-12[1.2.X] Migrated expressions doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12[1.2.X] Migrated empty doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12[1.2.X] Migrated m2m_multiple doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12[1.2.X] Migrated m2m_intermediary doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12[1.2.X] Migrate m2m_and_m2o doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12[1.2.X] Migrate get_or_create doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12[1.2.X] Migrated get_object_or_404 doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12[1.2.X] Migrate get_latest doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12[1.2.X] Migrated the force_insert_update tests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12[1.2.X] Migrate the files doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12[1.2.X] Migrated the field_subclsasing doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12[1.2.X] Migrated i18n and field_defaults doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12[1.2.X] Migrated delete doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12[1.2.X] Migrated defer doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12[1.2.X] Migrated custom_pk doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12[1.2.X] Migrated custom_methods doctests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12[1.2.X] Migrated the custom_managers tests. Thanks to Alex Gaynor.Russell Keith-Magee
2010-09-12[1.2.X] Fixed #13702 -- Made sure to actually fall back to the l10n format st...Jannis Leidel
2010-09-12[1.2.X] Add warning when using cache keys that might not work withMalcolm Tredinnick
2010-09-12[1.2.X] Fix AdminDocsTest failure on 1.2.X branch by correcting the test to r...Karen Tracey
2010-09-12[1.2.X] More cleanups for the manifest file.Russell Keith-Magee
2010-09-12[1.2.X] Fixed #14060 -- PostGIS never implemented the `~=` operator for geogr...Justin Bronn
2010-09-12[1.2.X] Fixed regression in running the GeoDjango test suite after r13670 wit...Justin Bronn
2010-09-11[1.2.X] Fixed #13390 -- `SplitDateTimeWidget` now recognizes when it's no lon...Justin Bronn
2010-09-11[1.2.X] Fixed #13149 -- The admin `ForeignKeyRawIdWidget` now properly handle...Justin Bronn
2010-09-11[1.2.X] Adjust AdminDocTests to run after r13728. Also match comments to test...Malcolm Tredinnick
2010-09-11[1.2.X] Bump to 1.2.3.1.2.3James Bennett
2010-09-11[1.2.X] Improved unicode-type, ASCII-convertible header handling inMalcolm Tredinnick
2010-09-11[1.2.X] Fixed id attribute generation in the admin docs page. Patch from simeon.Malcolm Tredinnick
2010-09-11[1.2.X] Fixed #13599 -- No longer embed hidden `<td>` elements in `ChangeList...Justin Bronn
2010-09-11[1.2.X] Fixed #12632 -- Improved performance of `SortedDict`. Thanks, Alex G...Justin Bronn
2010-09-10[1.2.X] Fixed a test so that it actually tests what it's supposed to test.Luke Plant
2010-09-10[1.2.X] Fixed #14235 - UnicodeDecodeError in CSRF middlewareLuke Plant
2010-09-10[1.2.X] Fixed #13095 -- `formfield_callback` keyword argument is now more san...Justin Bronn
2010-09-10[1.2.X] Fixed #13799, a test failure on Postgres. Thanks, Alex. Karen Tracey
2010-09-10[1.2.X] Converted doctest to unittest. Patch by Alex Gaynor.Jannis Leidel
2010-09-10[1.2.X] Fixed typos in es_AR translation.Ramiro Morales
2010-09-10[1.2.X] Fixed #14245 -- Added some files and paths missing from the MANIFEST....Russell Keith-Magee
2010-09-10[1.2.X] Pass commit=False to loaddata in tests, which will keep the DB connec...Karen Tracey
2010-09-10[1.2.X] Fixed #11158 - get_image_dimensions very slow/incorrect after 1 callLuke Plant
2010-09-10[1.2.X] Fixed #14246: Modified aggregation_regress tests so that they will pa...Karen Tracey
2010-09-10[1.2.X] Fixed some of the problems with aggregation_regress tests on higher l...Karen Tracey
2010-09-10[1.2.X] Fixed #14247 - 'forms' test failure in 1.2.XLuke Plant