django1/tests/regressiontests/views
Karen Tracey c2267602cb [1.1.X] Fixed #12764: Avoid exceeding psycopg1 limits in the views tests.
r12832 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12833 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-22 13:29:26 +00:00
..
fixtures Fixed #8366: Modified a test fixture to remove an unnecessary forward reference. Thanks to Ramiro Morales for the suggestion. 2008-08-22 14:07:50 +00:00
locale [1.1.X] Fixed #3594 - Added ability to discard the language catalog in the JavaScript i18n view in case the selected language is English but no English translation catalog actual exists, e.g. due to being the language translated from. Thanks to msaelices, aryx and Ramiro Morales. 2010-02-05 01:54:22 +00:00
media Fixed #5596 -- Changed the static view for the development server so that Django doesn't crash if somebody tries to serve a 200MB file. Patch from eibaan. 2007-12-17 11:46:48 +00:00
templates/debug [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. 2010-03-08 17:11:14 +00:00
templatetags [1.1.X] Python 2.3 doesn't do decorators. 2010-03-11 14:14:07 +00:00
tests [1.1.X] Fixed #12764: Avoid exceeding psycopg1 limits in the views tests. 2010-03-22 13:29:26 +00:00
__init__.py [1.1.X] Move the tests added for #12302 to where some other tests for debug page responses already existed. 2010-03-08 15:23:52 +00:00
models.py [1.1.X] Fixed #11891 -- Ensured that attributes of get_absolute_url are preserved through the metaclass. Thanks to nfg for the report and patch. 2010-03-12 14:45:56 +00:00
urls.py [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. 2010-03-08 17:11:14 +00:00
views.py [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. 2010-03-08 17:11:14 +00:00