.. |
modeltests
|
2f9853b2dc
Fixed #12512. Changed ModelForm to stop performing model validation on fields that are not part of the form. Thanks, Honza Kral and Ivan Sagalaev.
|
15 years ago |
regressiontests
|
c4470e5ced
Make use of new ability to override admin add form templates and removed a litle bit of redundancy in the templates.
|
15 years ago |
templates
|
a205691979
Fixed #8933 - Allow more admin templates to be overridden.
|
15 years ago |
runtests.py
|
5dd6bbd2cf
Fixed #11615 -- Changed test runners to use an exit status code of 1 for any number of failed tests. The previous behavior of using an exit status code equal to the number of failed tests produced incorrect exit status codes when the number of test failures was 256 or greater. Thanks to lamby for the report and patch.
|
15 years ago |
urls.py
|
ca6f64a43f
Fixed #6094 -- Middleware exceptions are now caught by the core handler. Thanks, isagalaev
|
15 years ago |