Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/templates
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up template loader tests.Preston Timmons2015-02-241-1/+0
|
* Fixed #17890 -- Added an extra_context parameter to ↵Berker Peksag2014-11-291-0/+1
| | | | AdminSite.password_change().
* Added newlines to the ends of CSS, HTML, and JavaScript ↵Trey Hunner2014-08-138-8/+8
| | | | files missing them.
* Fixed #21460 -- Reenabled proper template precedence in ↵Pablo Martín2013-11-221-0/+1
| | | | | | find_template Refs #20806. Thanks Unai Zalakain for the review.
* Added a test for AdminSite.app_index_template; refs #8498.SusanTan2013-07-311-0/+6
|
* Renamed some tests and removed references to ↵Florian Apolloner2013-02-2661-3846/+103
| | | | modeltests/regressiontests.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-2636-0/+3846
|
* Moved test_templates to templates to prevent issues with ↵Florian Apolloner2013-02-2625-103/+0
| | | | regressiontests/templates later on.
* Fixed #18807 -- Made 404.html and 500.html optionalClaude Paroz2012-09-302-2/+0
| | | | | Thanks Aymeric Augustin for the report and Jannis Leidel for the review.
* Fixed #13897 -- Added tests for pagination feature of ↵Jannis Leidel2010-10-011-0/+1
| | | | | | the generic object_list view. Thanks, d0ugal and SmileyChris. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13965 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #11949 -- Added a hook to allow ModelAdmin ↵Russell Keith-Magee2010-04-051-0/+1
| | | | | | customization of the delete selected template. Thanks to bendavis78 for the report and patch, and Ramiro Morales for his cleanup work. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12916 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #8933 - Allow more admin templates to be overridden.Jannis Leidel2010-01-133-0/+18
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@12217 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #10640 - Adds a add_form_template option to ↵Jannis Leidel2010-01-131-0/+1
| | | | | | ModelAdmin. Thanks jcsackett. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12216 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added missing file from [10457].Jacob Kaplan-Moss2009-04-091-0/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@10458 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #9282: added a generic comment moderation toolkit. ↵Jacob Kaplan-Moss2009-03-231-0/+3
| | | | | | | | See the documentation for details. This began life as (part of) James Bennett's comment-utils app, and was adapted to be part of Django by Thejaswi Puthraya and Jannis Leidel. Thanks, all! git-svn-id: http://code.djangoproject.com/svn/django/trunk@10122 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #10482 -- Unified access to response.context when ↵Russell Keith-Magee2009-03-181-0/+5
| | | | | | inspecting responses from the test client. Thanks to James Bennett for the design, and Julien Phalip for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10084 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7602 -- Corrected lookup keyword arguments in ↵Brian Rosner2008-08-231-0/+1
| | | | | | archive_month and archive_week to properly range when date_field is from DateField. Thanks nullie for the original patch and Colin Grady for the test coverage. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8476 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Merged the newforms-admin branch into trunk.Brian Rosner2008-07-196-0/+22
| | | | | | | | This is a backward incompatible change. The admin contrib app has been refactored. The newforms module has several improvements including FormSets and Media definitions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #3639: updated generic create_update views to use ↵Jacob Kaplan-Moss2008-07-185-1/+9
| | | | | | newforms. This is a backwards-incompatible change. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7952 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #5506 -- Added some basic tests for date-based ↵Russell Keith-Magee2007-09-192-0/+2
| | | | | | generic views. Thanks to robh for the original patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6374 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added assertFormError, assertTemplateUsed and ↵Russell Keith-Magee2007-05-073-6/+27
| | | | | | assertTemplateNotUsed for use during unit testing. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5156 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Refs #2333 - Added model test for the test Client. Russell Keith-Magee2006-09-023-0/+21
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3708 bcc190cf-cafb-0310-a4f2-bffc1f526a37