This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
History
Russell Keith-Magee
36b164d838
Backwards incompatible change: Changed the way test.Client.login operates. Old implemenation was fragile, and tightly bound to forms. New implementation interfaces directly with the login system, is compatible with any authentication backend, and doesn't depend upon specific template inputs being available.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@5152
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-05 15:16:15 +00:00
..
modeltests
Backwards incompatible change: Changed the way test.Client.login operates. Old implemenation was fragile, and tightly bound to forms. New implementation interfaces directly with the login system, is compatible with any authentication backend, and doesn't depend upon specific template inputs being available.
2007-05-05 15:16:15 +00:00
regressiontests
Fixed
#4130
-- Added more self-explanatory error message when a typo is made in
2007-05-01 03:21:54 +00:00
templates
Refs
#2333
- Added model test for the test Client.
2006-09-02 09:34:40 +00:00
runtests.py
Fixed
#2490
: Added a polite note to runtests.py about setting DJANGO_SETTINGS_MODULE or --settings.
2007-02-26 22:34:56 +00:00
urls.py
Fixes
#2333
-- Added test fixtures framework.
2007-03-01 13:11:08 +00:00