summaryrefslogtreecommitdiff
path: root/tests/regressiontests/views/urls.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-11-17Fixed #19136 -- Properly escape gettext context prefixes in the i18n JavaScri...Jannis Leidel
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
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-04-02Refactored views regression tests to isolate generic views from the root URL ...Russell Keith-Magee
2011-01-20Fixed #15122 -- Restored reporting of the template files tried in the texmpla...Ramiro Morales
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-10-01Fixed #13897 -- Added tests for pagination feature of the generic object_list...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-08Fixed #11461: Ensured complete traceback is available on the debug page when ...Karen Tracey
2010-03-08Move the tests added for #12302 to where some other tests for debug page resp...Karen Tracey
2010-03-05Fixed #12083: Ensured generating debug 404 page won't raise a key error. Than...Karen Tracey
2010-03-02Fixed #11522: Restored ability of http redirect responses to correctly handle...Karen Tracey
2009-04-12Fixed #10267 -- Correctly handle IRIs in HttpResponse.build_absolute_uri().Malcolm Tredinnick
2009-04-09Fixed #7944: date-based generic views no longer get confused with a numeric m...Jacob Kaplan-Moss
2009-03-31Fixed #7529: added a FILES section to the debug view. As a bonus, we've now gotJacob Kaplan-Moss
2008-08-23Fixed #7602 -- Corrected lookup keyword arguments in archive_month and archiv...Brian Rosner
2008-07-18Fixed #3639: updated generic create_update views to use newforms. This is a b...Jacob Kaplan-Moss
2007-09-19Fixed #5506 -- Added some basic tests for date-based generic views. Thanks to...Russell Keith-Magee
2007-09-17Fixed #5496 -- Added test cases for some of the built-in Django views. Thanks...Russell Keith-Magee