index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
templates
Age
Commit message (
Expand
)
Author
2019-12-11
Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...
Jon Dufresne
2018-05-02
Fixed #29375 -- Removed empty action attribute on HTML forms.
CHI Cheng
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2017-07-11
Fixed rendering of form errors in tests/templates/login.html.
Samir Shah
2016-12-14
Fixed #27313 -- Allowed overriding admin popup response template.
Michael Scott
2016-01-21
Changed `action="."` to `action=""` in tests and docs.
Luke Plant
2015-02-24
Cleaned up template loader tests.
Preston Timmons
2014-11-29
Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change().
Berker Peksag
2014-08-12
Added newlines to the ends of CSS, HTML, and JavaScript files missing them.
Trey Hunner
2013-11-22
Fixed #21460 -- Reenabled proper template precedence in find_template
Pablo MartÃn
2013-07-31
Added a test for AdminSite.app_index_template; refs #8498.
SusanTan
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-26
Moved test_templates to templates to prevent issues with regressiontests/temp...
Florian Apolloner
2012-09-30
Fixed #18807 -- Made 404.html and 500.html optional
Claude Paroz
2010-10-01
Fixed #13897 -- Added tests for pagination feature of the generic object_list...
Jannis Leidel
2010-04-05
Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete ...
Russell Keith-Magee
2010-01-12
Fixed #8933 - Allow more admin templates to be overridden.
Jannis Leidel
2010-01-12
Fixed #10640 - Adds a add_form_template option to ModelAdmin. Thanks jcsackett.
Jannis Leidel
2009-04-09
Added missing file from [10457].
Jacob Kaplan-Moss
2009-03-23
Fixed #9282: added a generic comment moderation toolkit. See the documentatio...
Jacob Kaplan-Moss
2009-03-18
Fixed #10482 -- Unified access to response.context when inspecting responses ...
Russell Keith-Magee
2008-08-23
Fixed #7602 -- Corrected lookup keyword arguments in archive_month and archiv...
Brian Rosner
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2008-07-18
Fixed #3639: updated generic create_update views to use newforms. This is a b...
Jacob Kaplan-Moss
2007-09-19
Fixed #5506 -- Added some basic tests for date-based generic views. Thanks to...
Russell Keith-Magee
2007-05-07
Added assertFormError, assertTemplateUsed and assertTemplateNotUsed for use d...
Russell Keith-Magee
2006-09-02
Refs #2333 - Added model test for the test Client.
Russell Keith-Magee