summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [soc2010/app-loading] load custom models if specified with models_path attributeArthur Koziel2010-08-113-5/+25
* [soc2010/app-loading] use app label instead of fqnArthur Koziel2010-08-101-9/+0
* [soc2010/app-loading] re-adding files after failed dcommitArthur Koziel2010-08-068-11/+121
* added dummy App class and track instancesArthur Koziel2010-06-221-0/+2
* rewrite app globbing doctest to unittestArthur Koziel2010-06-221-18/+17
* add appcache testsArthur Koziel2010-06-221-0/+206
* remove get_apps() call. the installed apps don't need to be loaded here, the ...Arthur Koziel2010-06-221-5/+3
* Fixed #13592 -- Make sure the SelectDateWidget works with dates before 1900 w...Jannis Leidel2010-05-231-0/+5
* Fixed #13560 -- Fixed localization of widgets.Jannis Leidel2010-05-213-0/+6
* Fixed #13573 -- Corrected problem with template caching when template directo...Russell Keith-Magee2010-05-213-1/+26
* Fixed #13547 -- Made sure the ISO 8601 date formatting introduced in r12058 u...Jannis Leidel2010-05-161-1/+1
* Fixed #13514 -- Corrected the process of loading multiple javascript translat...Russell Keith-Magee2010-05-1321-14/+187
* Fixed #13524 -- Added backwards compatibility and feature notes regarding adm...Russell Keith-Magee2010-05-122-1/+51
* Fixed #13513 -- Ensured that queries collecting deleted objects are issued on...Russell Keith-Magee2010-05-112-1/+116
* Fixed #13509 -- Modified the comment tests so that signal cleanup doesn't rel...Russell Keith-Magee2010-05-101-1/+2
* Fixed #13469 -- Cleaned up the test case from r13085, and added some cache cl...Russell Keith-Magee2010-05-041-42/+17
* Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee2010-05-0423-141/+11
* Fixed #13464 -- Reworked module_has_submodule to break the requirement for lo...Russell Keith-Magee2010-05-046-0/+144
* Fixed #13166 - Added JavaScript warnings to admin changelist to help against ...Jannis Leidel2010-05-021-1/+76
* Fixed #13388 - Refined changes made in r12384 in the JavaScript i18n admin view.Jannis Leidel2010-05-021-2/+31
* Fixed #12851 -- Another attempt at fixing select_related() with inherited mod...Russell Keith-Magee2010-04-301-0/+9
* Fixed #12851 -- Corrected the loading of values when select_related() is used...Russell Keith-Magee2010-04-301-1/+24
* Fixed a bug preventing cursor variables from being passed as bind parameters ...Ian Kelly2010-04-281-0/+10
* Fixed #12986 -- Ensured that SelectDateField repopulates correctly when USE_L...Russell Keith-Magee2010-04-281-0/+76
* Fixed #13432 -- Corrected the logic for router use on OneToOne fields; also a...Russell Keith-Magee2010-04-282-1/+137
* Removed an import that is no longer needed after r13033.Karen Tracey2010-04-271-1/+0
* Fixed #12749 -- Corrected a problem with validation of inline primary keys. T...Russell Keith-Magee2010-04-272-1/+40
* Reverted r13021 -- Trunk no longer supports Python 2.3, so the special case i...Russell Keith-Magee2010-04-271-21/+18
* Fixed #13407 -- Corrected verbose names for autogenerated m2m models, and cle...Russell Keith-Magee2010-04-272-0/+24
* Fixed #13362 -- Disabled the test for bug #8245 under Python 2.3 due to diffe...Russell Keith-Magee2010-04-241-19/+22
* Fixed #11764 -- Added a missing set of parentheses in a call calculating the ...Russell Keith-Magee2010-04-231-0/+7
* Fixed #13396 -- Modified the SQLite introspection code to avoid a problem wit...Russell Keith-Magee2010-04-211-7/+4
* Fixed the model_forms doctests to not depend on writer PKs, which are db-depe...Karen Tracey2010-04-211-32/+32
* Tweak the last two tests from r13013 to test what they are intended to test i...Karen Tracey2010-04-211-2/+2
* Fixed #13328 -- Ensured that querysets on models with callable defaults can b...Russell Keith-Magee2010-04-212-5/+28
* Fixed #13389 -- Ensured that the app_loading test clears out the app cache at...Russell Keith-Magee2010-04-211-2/+11
* Fixed #13374 -- Modified a test so that it can pass under PyPy. This is a rei...Russell Keith-Magee2010-04-211-5/+4
* Revert part of r12998 that prevents the forms doctests in tests.py from running.Karen Tracey2010-04-202-3/+1
* Fixed #13366 -- Corrected the field __setstate__ method to avoid a race condi...Russell Keith-Magee2010-04-203-0/+16
* Fixed #13382 -- Modified a message used for testing purposes to allow test pa...Russell Keith-Magee2010-04-201-1/+1
* Fixed #13373 -- Ensured that {% if %} statements will short circuit template ...Russell Keith-Magee2010-04-191-1/+30
* Fixed #13370 -- Corrected the handling of pickling for lazy() proxy objects. ...Russell Keith-Magee2010-04-191-2/+9
* Fixed #13374 -- Corrected some more minor issues causing problems for PyPy. T...Russell Keith-Magee2010-04-191-1/+1
* Fixed #13361 - Made sure jQuery is always included in the admin changelist an...Jannis Leidel2010-04-191-0/+8
* Fixed #13358 -- Ensured that db_manager() can be used to override database ro...Russell Keith-Magee2010-04-161-0/+39
* Fixed #13357 -- Minor changes to get Django running under PyPy. Thanks to Ale...Russell Keith-Magee2010-04-163-9/+9
* Add file mistakenly left out of r12986. Refs #13334.Karen Tracey2010-04-151-0/+1
* Fixed #13334: Restored ability to load template tags from eggs. Again thanks ...Karen Tracey2010-04-152-0/+43
* Fixed #13353: Corrected a couple of tests that were dependent on dictionary o...Karen Tracey2010-04-151-4/+4
* Fixed #13348: Restored ability to load models from apps in eggs. Thanks Ramir...Karen Tracey2010-04-155-0/+50