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
507bb50a92
django1
/
django
/
test
History
Russell Keith-Magee
7cc0baf89d
Added model Meta option for swappable models, and made auth.User a swappable model
2012-06-04 14:17:28 +08: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
#17371
-- Made the test client more flexible
2012-05-25 19:03: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
Added model Meta option for swappable models, and made auth.User a swappable model
2012-06-04 14:17:28 +08:00