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-05-13
[1.1.X] Fixed #13514 -- Corrected the process of loading multiple javascript ...
Russell Keith-Magee
2010-05-10
[1.1.X] Fixed #13509 -- Modified the comment tests so that signal cleanup doe...
Russell Keith-Magee
2010-05-04
[1.1.X] Fixed #13469 -- Cleaned up the test case from r13085, and added some ...
Russell Keith-Magee
2010-05-04
[1.1.X] Fixed some Python 2.3 incompatibilities in new tests.
Karen Tracey
2010-05-04
[1.1.X] Fixed #13464 -- Reworked module_has_submodule to break the requiremen...
Russell Keith-Magee
2010-05-02
[1.1.X] Fixed #13388 - Refined changes made in r12384 in the JavaScript i18n ...
Jannis Leidel
2010-04-30
[1.1.X] Fixed #12851 -- Another attempt at fixing select_related() with inher...
Russell Keith-Magee
2010-04-30
[1.1.X] Fixed #12851 -- Corrected the loading of values when select_related()...
Russell Keith-Magee
2010-04-28
[1.1.X] Fixed a bug preventing cursor variables from being passed as bind par...
Ian Kelly
2010-04-27
Python 2.3 compatibility: Fixed a test to only run under 2.4+, since it fails...
Karen Tracey
2010-04-24
[1.1.X] Fixed #13362 -- Disabled the test for bug #8245 under Python 2.3 due ...
Russell Keith-Magee
2010-04-23
[1.1.X] Fixed #11764 -- Added a missing set of parentheses in a call calculat...
Russell Keith-Magee
2010-04-22
[1.1.X] Python 2.3 compatibility: we still need the special sets import here.
Karen Tracey
2010-04-21
[1.1.X] Fixed #13396 -- Modified the SQLite introspection code to avoid a pro...
Russell Keith-Magee
2010-04-21
[1.1.X] Fixed #13389 -- Ensured that the app_loading test clears out the app ...
Russell Keith-Magee
2010-04-20
[1.1.X] Adjust the fr.py localflavor tests to account for r13007.
Karen Tracey
2010-04-20
[1.1.X] Fixed #13382 -- Modified a message used for testing purposes to allow...
Russell Keith-Magee
2010-04-16
[1.1.X] Fixed #13360: For Python2.3 compatbility, don't pass iterators to sor...
Karen Tracey
2010-04-16
[1.1.X] Fixed #13357 -- Minor changes to get Django running under PyPy. Thank...
Russell Keith-Magee
2010-04-15
[1.1.X] Fixed #13345: Don't attempt to load the locale regressiontests subdir...
Karen Tracey
2010-04-15
[1.1.X] Fixed #13353: Corrected a couple of tests that were dependent on dict...
Karen Tracey
2010-04-15
[1.1.X] Fixed #13348: Restored ability to load models from apps in eggs. Than...
Karen Tracey
2010-04-14
[1.1.X] Fixed Python 2.4 incompatibility introduced in r12973.
Karen Tracey
2010-04-14
[1.1.X] Fixed #13335: Adjusted the r12950 fix to properly handle import error...
Karen Tracey
2010-04-13
[1.1.X] Refs #13227 -- Partial backport of r12865; backported the changes to ...
Russell Keith-Magee
2010-04-12
[1.1.X] Added Pyton 2.3 compatibility import for use of set by some new tests.
Karen Tracey
2010-04-12
[1.1.X] Fixed #12142 -- EmptyQuerySet.update() no longer updates all rows in ...
Karen Tracey
2010-04-12
Fixed #11957 -- exceptions in admin.py are no longer hidden after second request
Brian Rosner
2010-04-12
[1.1.X] Fixed #13309 -- Ensure that delete() deletes everything it should del...
Russell Keith-Magee
2010-04-12
[1.1.X] Fixed #11696: Changed app loading code so that it does not swallow im...
Karen Tracey
2010-04-06
Fixed test failure that was occurring since r12909
Luke Plant
2010-04-05
[1.1.X] Added file mistakenly ommitted from r12917
Russell Keith-Magee
2010-04-05
[1.1.X] Fixed #11949 -- Added a hook to allow ModelAdmin customization of the...
Russell Keith-Magee
2010-04-04
[1.1.X] Fixed #12328 -- Corrected the handling of subqueries with ordering an...
Russell Keith-Magee
2010-04-03
[1.1.X] Fixed #12247 -- Corrected the way update queries are processed when t...
Russell Keith-Magee
2010-04-02
[1.1.X] Fixed #11956 -- Modified the handling of m2m relationships between su...
Russell Keith-Magee
2010-04-01
[1.1.X] Fixed #13259 -- Ensure that multiple calls to message() don't corrupt...
Russell Keith-Magee
2010-03-31
[1.1.X] Fixed #11916 -- Corrected handling of aggregation when there is a sub...
Russell Keith-Magee
2010-03-31
[1.1.X] Restored pre-r10062 behavior allowing None from formfield_callback to...
Brian Rosner
2010-03-27
[1.1.X] Fixed #12778 - Added media handling abilities to admin inlines. Thank...
Jannis Leidel
2010-03-26
[1.1.X] Fixed #12594 -- Ensured that a meaningful exception is raised when th...
Russell Keith-Magee
2010-03-25
[1.1.X] Modified the delete test to clean up after itself properly, so that t...
Russell Keith-Magee
2010-03-25
[1.1.X] Fixed #12286 -- Modified the test case added in r12828 so that it pas...
Russell Keith-Magee
2010-03-23
[1.1.X] Fixed #13173: Made the admin_scripts tests pass when the running pyth...
Karen Tracey
2010-03-23
[1.1.X] Fixed #13171 -- Corrected the field_subclassing unit test. Thanks to ...
Russell Keith-Magee
2010-03-23
[1.1.X] Fixed #12612 -- Corrected handling of parameter formatting in SQLite ...
Russell Keith-Magee
2010-03-22
[1.1.X] Fixed #12554 again: Corrected regression in silencing attribute looku...
Karen Tracey
2010-03-22
[1.1.X] Fixed #12764: Avoid exceeding psycopg1 limits in the views tests.
Karen Tracey
2010-03-21
[1.1.X] Fixed #12822: Don't copy the _aggregate_select_cache when cloning a q...
Karen Tracey
2010-03-21
[1.1.X] Fixed #12286: Ensure proxied model's table is created.
Karen Tracey
[next]