summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2010-05-16Fixed #13547 -- Made sure the ISO 8601 date formatting introduced in r12058 u...Jannis Leidel
2010-05-13Fixed #13514 -- Corrected the process of loading multiple javascript translat...Russell Keith-Magee
2010-05-12Fixed #13524 -- Added backwards compatibility and feature notes regarding adm...Russell Keith-Magee
2010-05-11Fixed #13513 -- Ensured that queries collecting deleted objects are issued on...Russell Keith-Magee
2010-05-10Fixed #13509 -- Modified the comment tests so that signal cleanup doesn't rel...Russell Keith-Magee
2010-05-04Fixed #13469 -- Cleaned up the test case from r13085, and added some cache cl...Russell Keith-Magee
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-05-04Fixed #13464 -- Reworked module_has_submodule to break the requirement for lo...Russell Keith-Magee
2010-05-02Fixed #13166 - Added JavaScript warnings to admin changelist to help against ...Jannis Leidel
2010-05-02Fixed #13388 - Refined changes made in r12384 in the JavaScript i18n admin view.Jannis Leidel
2010-04-30Fixed #12851 -- Another attempt at fixing select_related() with inherited mod...Russell Keith-Magee
2010-04-30Fixed #12851 -- Corrected the loading of values when select_related() is used...Russell Keith-Magee
2010-04-28Fixed a bug preventing cursor variables from being passed as bind parameters ...Ian Kelly
2010-04-28Fixed #12986 -- Ensured that SelectDateField repopulates correctly when USE_L...Russell Keith-Magee
2010-04-28Fixed #13432 -- Corrected the logic for router use on OneToOne fields; also a...Russell Keith-Magee
2010-04-27Removed an import that is no longer needed after r13033.Karen Tracey
2010-04-27Fixed #12749 -- Corrected a problem with validation of inline primary keys. T...Russell Keith-Magee
2010-04-27Reverted r13021 -- Trunk no longer supports Python 2.3, so the special case i...Russell Keith-Magee
2010-04-27Fixed #13407 -- Corrected verbose names for autogenerated m2m models, and cle...Russell Keith-Magee
2010-04-24Fixed #13362 -- Disabled the test for bug #8245 under Python 2.3 due to diffe...Russell Keith-Magee
2010-04-23Fixed #11764 -- Added a missing set of parentheses in a call calculating the ...Russell Keith-Magee
2010-04-21Fixed #13396 -- Modified the SQLite introspection code to avoid a problem wit...Russell Keith-Magee
2010-04-21Fixed the model_forms doctests to not depend on writer PKs, which are db-depe...Karen Tracey
2010-04-21Tweak the last two tests from r13013 to test what they are intended to test i...Karen Tracey
2010-04-21Fixed #13328 -- Ensured that querysets on models with callable defaults can b...Russell Keith-Magee
2010-04-21Fixed #13389 -- Ensured that the app_loading test clears out the app cache at...Russell Keith-Magee
2010-04-21Fixed #13374 -- Modified a test so that it can pass under PyPy. This is a rei...Russell Keith-Magee
2010-04-20Revert part of r12998 that prevents the forms doctests in tests.py from running.Karen Tracey
2010-04-20Fixed #13366 -- Corrected the field __setstate__ method to avoid a race condi...Russell Keith-Magee
2010-04-20Fixed #13382 -- Modified a message used for testing purposes to allow test pa...Russell Keith-Magee
2010-04-19Fixed #13373 -- Ensured that {% if %} statements will short circuit template ...Russell Keith-Magee
2010-04-19Fixed #13370 -- Corrected the handling of pickling for lazy() proxy objects. ...Russell Keith-Magee
2010-04-19Fixed #13374 -- Corrected some more minor issues causing problems for PyPy. T...Russell Keith-Magee
2010-04-19Fixed #13361 - Made sure jQuery is always included in the admin changelist an...Jannis Leidel
2010-04-16Fixed #13358 -- Ensured that db_manager() can be used to override database ro...Russell Keith-Magee
2010-04-16Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...Russell Keith-Magee
2010-04-15Add file mistakenly left out of r12986. Refs #13334.Karen Tracey
2010-04-15Fixed #13334: Restored ability to load template tags from eggs. Again thanks ...Karen Tracey
2010-04-15Fixed #13353: Corrected a couple of tests that were dependent on dictionary o...Karen Tracey
2010-04-15Fixed #13348: Restored ability to load models from apps in eggs. Thanks Ramir...Karen Tracey
2010-04-15Fixed a test failure under Postgres caused by primary key sequence allocation.Russell Keith-Magee
2010-04-15Fixed #13328 -- Added a __getstate__/__setstate__ pair to fields so that call...Russell Keith-Magee
2010-04-15Fixed #13352 -- Added __repr__ method for Validation Error. Thanks to elpaso6...Russell Keith-Magee
2010-04-14Fixed Python 2.4 incompatibility introduced in r12972.Karen Tracey
2010-04-14Fixed #13335: Adjusted the r12950 fix to properly handle import errors result...Karen Tracey
2010-04-14Fixed #13345: Don't attempt to load the locale regressiontests subdirectory a...Karen Tracey
2010-04-13Fixed #13227 -- Ensure that the query cache is flushed when a QuerySet is dee...Russell Keith-Magee
2010-04-13Fixed #12903 - Made translating the admin action selection text easier. Thank...Jannis Leidel
2010-04-12Fixed #13229 -- Corrected a test failure caused by the change in Finnish muni...Russell Keith-Magee
2010-04-12Fixed #11957 -- exceptions in admin.py are no longer hidden after second requestBrian Rosner