This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
208e26b39c
django1
/
django
/
test
History
Claude Paroz
865cd35c9b
Made more extensive usage of context managers with open.
2012-05-05 14:06:36 +02:00
..
__init__.py
Fixed
#2879
-- Added support for the integration with Selenium and other in-browser testing frameworks. Also added the first Selenium tests for `contrib.admin`. Many thanks to everyone for their contributions and feedback: Mikeal Rogers, Dirk Datzert, mir, Simon G., Almad, Russell Keith-Magee, Denis Golomazov, devin, robertrv, andrewbadr, Idan Gazit, voidspace, Tom Christie, hjwp2, Adam Nelson, Jannis Leidel, Anssi Kääriäinen, Preston Holmes, Bruno Renié and Jacob Kaplan-Moss.
2011-12-22 08:33:58 +00:00
_doctest.py
Made more extensive usage of context managers with open.
2012-05-05 14:06:36 +02:00
client.py
Fixed
#18013
-- Use the new 'as' syntax for exceptions.
2012-04-29 20:57:15 +02:00
html.py
Fixed
#17730
- Renamed django.utils.htmlparser to django.utils.html_parser to avoid shadowing stdlib HTMLParser in rare case-sensitivity situations. Thanks un33k for the report and gldnspud for the patch.
2012-03-01 16:09:01 +00:00
signals.py
Simplified timezones tests with settings_changed.
2012-04-29 16:03:46 +02:00
simple.py
Fixed
#17954
-- Fixed dependency checking for test databases. Thanks Łukasz Rekucki for the report and the patch.
2012-04-24 16:05:47 +00:00
testcases.py
Skip model validation when models are known good.
2012-05-01 08:40:04 +03:00
utils.py
Removed with_statement imports, useless in Python >= 2.6. Refs
#17965
. Thanks jonash for the patch.
2012-03-30 08:02:08 +00:00