summaryrefslogtreecommitdiff
path: root/tests/templates
Commit message (Expand)AuthorAgeFilesLines
* Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...Jon Dufresne2019-12-111-1/+1
* Fixed #29375 -- Removed empty action attribute on HTML forms.CHI Cheng2018-05-022-2/+2
* Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne2018-01-211-2/+2
* Fixed rendering of form errors in tests/templates/login.html.Samir Shah2017-07-111-1/+1
* Fixed #27313 -- Allowed overriding admin popup response template.Michael Scott2016-12-141-0/+1
* Changed `action="."` to `action=""` in tests and docs.Luke Plant2016-01-212-2/+2
* Cleaned up template loader tests.Preston Timmons2015-02-241-1/+0
* Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change().Berker Peksag2014-11-291-0/+1
* Added newlines to the ends of CSS, HTML, and JavaScript files missing them.Trey Hunner2014-08-128-8/+8
* Fixed #21460 -- Reenabled proper template precedence in find_templatePablo Martín2013-11-221-0/+1
* Added a test for AdminSite.app_index_template; refs #8498.SusanTan2013-07-311-0/+6
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-2661-3846/+103
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-2636-0/+3846
* Moved test_templates to templates to prevent issues with regressiontests/temp...Florian Apolloner2013-02-2625-103/+0
* Fixed #18807 -- Made 404.html and 500.html optionalClaude Paroz2012-09-302-2/+0
* Fixed #13897 -- Added tests for pagination feature of the generic object_list...Jannis Leidel2010-10-011-0/+1
* Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete ...Russell Keith-Magee2010-04-051-0/+1
* Fixed #8933 - Allow more admin templates to be overridden.Jannis Leidel2010-01-123-0/+18
* Fixed #10640 - Adds a add_form_template option to ModelAdmin. Thanks jcsackett.Jannis Leidel2010-01-121-0/+1
* Added missing file from [10457].Jacob Kaplan-Moss2009-04-091-0/+1
* Fixed #9282: added a generic comment moderation toolkit. See the documentatio...Jacob Kaplan-Moss2009-03-231-0/+3
* Fixed #10482 -- Unified access to response.context when inspecting responses ...Russell Keith-Magee2009-03-181-0/+5
* Fixed #7602 -- Corrected lookup keyword arguments in archive_month and archiv...Brian Rosner2008-08-231-0/+1
* Merged the newforms-admin branch into trunk.Brian Rosner2008-07-186-0/+22
* Fixed #3639: updated generic create_update views to use newforms. This is a b...Jacob Kaplan-Moss2008-07-185-1/+9
* Fixed #5506 -- Added some basic tests for date-based generic views. Thanks to...Russell Keith-Magee2007-09-192-0/+2
* Added assertFormError, assertTemplateUsed and assertTemplateNotUsed for use d...Russell Keith-Magee2007-05-073-6/+27
* Refs #2333 - Added model test for the test Client. Russell Keith-Magee2006-09-023-0/+21