index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2010-07-02
[soc2010/test-refactor] update expressions test to use unittest2 assertItemsE...
Paul McMillan
2010-07-02
[soc2010/test-refactor] updated custom_pk modeltest to take advantage of unit...
Paul McMillan
2010-06-30
[soc2010/test-refactor] Provisional unittest2 support. Currently requires uni...
Paul McMillan
2010-06-23
[soc2010/test-refactor] Converted force_insert_update to unittest. We have al...
Paul McMillan
2010-06-23
[soc2010/test-refactor] Converted files modeltest to unittest. Removed unused...
Paul McMillan
2010-06-22
[soc2010/test-refactor] Updated field_defaults modeltest to unittest
Paul McMillan
2010-06-22
[soc2010/test-refactor] Updated expressions modeltest to unittests
Paul McMillan
2010-06-22
[soc2010/test-refactor] updated empty modeltest to unittest
Paul McMillan
2010-06-22
[soc2010/test-refactor] updated delete modeltest to unittest
Paul McMillan
2010-06-22
[soc2010/test-refactor] Updated modeltests.defer to unittests
Paul McMillan
2010-06-22
[soc2010/test-refactor] Moved custom_pk modeltest to unittest
Paul McMillan
2010-06-22
[soc2010/test-refactor] Updated custom_methods model test to unittests
Paul McMillan
2010-06-11
[soc2010/test-refactor] Converted custom_managers doctests to unittests.
Paul McMillan
2010-06-10
[soc2010/test-refactor] Converted custom_columns doctest to unittest.
Paul McMillan
2010-06-09
[soc2010/test-refactor] Renamed choices test fixture to be semantically meani...
Paul McMillan
2010-06-09
Converted modeltests.choices to unittests
Paul McMillan
2010-06-09
Merged trunk changes r13316:13342 into test-refactor SOC branch.
Paul McMillan
2010-06-02
Merged trunk changes r13307:13316 into test-refactor SoC branch.
Paul McMillan
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
2010-04-21
Tweak the last two tests from r13013 to test what they are intended to test i...
Karen Tracey
2010-04-21
Fixed #13328 -- Ensured that querysets on models with callable defaults can b...
Russell Keith-Magee
2010-04-21
Fixed #13389 -- Ensured that the app_loading test clears out the app cache at...
Russell Keith-Magee
2010-04-21
Fixed #13374 -- Modified a test so that it can pass under PyPy. This is a rei...
Russell Keith-Magee
2010-04-20
Revert part of r12998 that prevents the forms doctests in tests.py from running.
Karen Tracey
2010-04-20
Fixed #13366 -- Corrected the field __setstate__ method to avoid a race condi...
Russell Keith-Magee
[next]