This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-25 01:25:34 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
History
…
..
modeltests
Revert [15653], which was absolutely not ready to be committed.
2011-02-26 08:50:15 +00:00
regressiontests
Fixed
#15535
-- Stopped the blocktrans template tag from raising a KeyError if an included variable can't be found in the context. Thanks, melinath.
2011-03-02 21:36:41 +00:00
templates
Fixed
#13897
-- Added tests for pagination feature of the generic object_list view. Thanks, d0ugal and SmileyChris.
2010-10-01 02:01:20 +00:00
runtests.py
Fixed using --pair with python's that aren't the system default, when not in the tests directory, and when using the global DJANGO_SETTINGS_MODULE env var.
2011-01-27 00:00:20 +00:00
test_sqlite.py
Corrected the way databases were compared. This allows running the test suite with two in memory SQLite databases.
2010-11-19 08:08:08 +00:00
urls.py
Fixed
#14774
-- the test client and assertNumQueries didn't work well together. Thanks to Jonas Obrist for the initial patch.
2011-01-20 04:47:47 +00:00