index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
/
proxy_model_inheritance
/
tests.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-08-15
[py3] Removed map() calls used for side-effects only
Anssi Kääriäinen
2012-04-09
Fixed #18083 -- Fixed cascade deletion with proxy model of concrete subclass....
Carl Meyer
2012-03-30
Use the class decorator syntax available in Python >= 2.6. Refs #17965.
Aymeric Augustin
2012-03-14
Added cleanup code to the proxy_model_inheritance tests. Refs #12286, #16329.
Aymeric Augustin
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-08-10
Fixed #16593 -- Refactored proxy_model_inheritance fixture setup to minimize ...
Ramiro Morales
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-11-02
Fixed a few more cases of the tests not properly restoring sys.path (follow u...
Alex Gaynor
2010-06-07
Fixed #13657: Moved global declaration before assignments to avoid a syntax w...
Karen Tracey
2010-03-25
Fixed #12286 -- Modified the test case added in r12828 so that it passes unde...
Russell Keith-Magee
2010-03-21
Refs: #12286 -- Add a test to verify that a proxied model's table is created in
Karen Tracey