summaryrefslogtreecommitdiff
path: root/tests/regressiontests/views
AgeCommit message (Expand)Author
2012-02-09Fixed #17358 -- Updated logging calls to use official syntax for arguments in...Jannis Leidel
2012-01-31Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...Carl Meyer
2011-11-11Fixed #17197 -- Prevented a locale leakage from an i18n test causing collater...Julien Phalip
2011-10-26Fixed #17111 -- Made the `redirect_to` generic view properly handle query str...Julien Phalip
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-10-06Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular,...Aymeric Augustin
2011-10-02Fixed #10841 -- Switched response served when DEBUG=True and request.is_ajax(...Ramiro Morales
2011-09-16Fixed #16770 -- Eliminated TemplateSyntaxError wrapping of exceptions. Thanks...Carl Meyer
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-08-12Fixed #9847 -- Added 403 response handler. Many thanks to kgrandis, adamnelso...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-22Fixed #16288 -- Enabled django.request exception logger regardless of DEBUG s...Carl Meyer
2011-06-14Fixed naming of test methods for the sake of consistency.Jannis Leidel
2011-06-08Fixed #14614 - filtering of sensitive information in 500 error reports.Luke Plant
2011-05-24Made expected output platform-independent in a test for the template postmort...Ramiro Morales
2011-05-07Fixed #15980 - Unknown encoding "utf8" in tests/regressiontests/views/__init_...Luke Plant
2011-05-06Added missing future imports missed in r16167.Jannis Leidel
2011-05-06Make use of new translation and settings context manager in the tests.Jannis Leidel
2011-04-27Refs #15903 -- Added a per-TestCase urlconf to reduce coupling between test a...Carl Meyer
2011-04-02Refactored views regression tests to isolate generic views from the root URL ...Russell Keith-Magee
2011-04-02Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-03-02Fixed #15531 -- Partially reverted [15701] due to compatibility issues with m...Jannis Leidel
2011-03-01Fixed #15281 -- Made the static view use an iterator when serving a file, eff...Jannis Leidel
2011-03-01Fixed #717 - If-Modified-Since handling should compare dates according to RFC...Luke Plant
2011-02-16Fix the test isolation from [15552].Alex Gaynor
2011-02-16Fixed #15314 -- Added tests for the static URL pattern function added in r155...Jannis Leidel
2011-02-07Fixed #5494, #10765, #14924 -- Modified the order in which translations are r...Ramiro Morales
2011-02-01Modified the test case from r15383 to avoid an output inconsistency with KeyE...Russell Keith-Magee
2011-02-01Fixed #14972 -- Ensure that the HTML email logger always produces useful outp...Russell Keith-Magee
2011-01-20Fixed #15122 -- Restored reporting of the template files tried in the texmpla...Ramiro Morales
2011-01-13Fixed #15025 - template debug fails if there's a callable local var that gene...Luke Plant
2011-01-05Fixed #15010 -- Added current_app parameter to close gap between TemplateResp...Jannis Leidel
2010-12-22Fixed #14936 -- Tweaked the new render shortcut to reflect non-legacy argumen...Russell Keith-Magee
2010-12-21Fixed #12816 -- Added a render() shortcut.Russell Keith-Magee
2010-12-13Fixed #13726 -- Further refine changes made in r12384 and r13069 for using no...Jannis Leidel
2010-12-07Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...Russell Keith-Magee
2010-12-04Removed all usages of deprecated TestCase methods (self.fail*). This removed...Alex Gaynor
2010-11-30Fixed #14812 -- Made parsing of the If-Modified-Since HTTP header more robust...Ramiro Morales
2010-11-04Fixed #9988 -- Added support for translation contexts. Thanks, Claude Paroz.Jannis Leidel
2010-10-28Fixed #14565 - No csrf_token on 404 page.Luke Plant
2010-10-21Fixed #14507 -- Corrected the logic of the URL helpers and view of staticfile...Jannis Leidel
2010-10-01Fixed #13897 -- Added tests for pagination feature of the generic object_list...Jannis Leidel
2010-09-26Fixed #12544 and #13600 -- Fixed static files serving view to catch invalid d...Jannis Leidel
2010-09-26Fixed #7535 -- Correctly set Content-Encoding header in static files serving ...Jannis Leidel
2010-09-11Add option to redirect_to view to allow passing along the query stringMalcolm Tredinnick
2010-05-13Fixed #13514 -- Corrected the process of loading multiple javascript translat...Russell Keith-Magee
2010-03-22Fixed #12764: Avoid exceeding psycopg1 limits in the views tests.Karen Tracey
2010-03-12Fixed #11891 -- Ensured that attributes of get_absolute_url are preserved thr...Russell Keith-Magee
2010-03-08Add files mistakenly left out of r12725.Karen Tracey