Karen Tracey
|
758123a1f9
|
[1.1.X] Fixed #11461: Ensured complete traceback is available on the debug page when an exception is encountered during template rendering, even when running on Python 2.6 or higher. Thanks Glenn.
r12725 and r12726 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12727 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-03-08 17:11:14 +00:00 |
Karen Tracey
|
9bdfe1765f
|
[1.1.X] Move the tests added for #12302 to where some other tests for debug page responses already existed.
r12723 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12724 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-03-08 15:23:52 +00:00 |
Karen Tracey
|
b5a2f64cbb
|
[1.1.X] Fixed #12083: Ensured generating debug 404 page won't raise a key error. Thanks pigletto.
r12679 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12680 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-03-05 18:58:47 +00:00 |
Malcolm Tredinnick
|
87e6939372
|
Fixed #10267 -- Correctly handle IRIs in HttpResponse.build_absolute_uri().
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-04-12 03:50:47 +00:00 |
Jacob Kaplan-Moss
|
cc5477df89
|
Fixed #7529: added a FILES section to the debug view. As a bonus, we've now got
the start of a suite of tests for the debug views. Thanks, Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10271 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-03-31 17:10:06 +00:00 |
Jacob Kaplan-Moss
|
46786b4193
|
Fixed #7741: django.newforms is now django.forms. This is obviously a backwards-incompatible change. There's a warning upon import of django.newforms itself, but deeper imports will raise errors.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7971 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-07-19 01:22:26 +00:00 |
Jacob Kaplan-Moss
|
7997133a3d
|
Fixed #3639: updated generic create_update views to use newforms. This is a backwards-incompatible change.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-07-18 19:45:00 +00:00 |
Gary Wilson Jr
|
075cfa72ba
|
Removed unused import.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6823 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-12-02 01:44:58 +00:00 |
Russell Keith-Magee
|
466871ec1b
|
Fixed #5506 -- Added some basic tests for date-based generic views. Thanks to robh for the original patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6374 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-19 13:26:56 +00:00 |
Russell Keith-Magee
|
1571e9c32b
|
Fixed #5496 -- Added test cases for some of the built-in Django views. Thanks to Manuel Saelices <msaelices@yaco.es> for the original patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6370 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-17 14:48:33 +00:00 |