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
/
regressiontests
/
app_loading
Age
Commit message (
Expand
)
Author
2012-03-09
Removed executable bits from some files that don't need them.
Ramiro Morales
2011-11-27
Removed tests of the globbing feature that was removed at r17158. Refs #16247.
Aymeric Augustin
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-04-27
Refs #15093 -- Fixed another get_models call missed in r16053. Thanks Luke fo...
Carl Meyer
2011-04-27
Fixed #15903 -- Allowed not-installed models to still be referenced in relate...
Carl Meyer
2011-04-20
Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning...
Carl Meyer
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-11-02
Properly handle the fact that lists are mutable when trying to maintain state...
Alex Gaynor
2010-11-02
Migrated app_loading doctests.
Russell Keith-Magee
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
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-15
Fixed #13348: Restored ability to load models from apps in eggs. Thanks Ramir...
Karen Tracey
2010-02-26
Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro...
Russell Keith-Magee
2010-02-03
Corrected app_loading test so it does not generate a key error when TZ is not...
Karen Tracey
2009-03-18
Fixed #10526 -- More fixes when specifying installed apps using "foo.*".
Malcolm Tredinnick
2009-03-10
Fixed #10439 -- Fixed a subtle test failure caused by r9994.
Malcolm Tredinnick
2009-03-08
Fixed #9323 -- Allow glob loading in INSTALLED_APPS to handle digits in names.
Malcolm Tredinnick