Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/templates/custom_admin
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #17890 -- Added an extra_context parameter to ↵Berker Peksag2014-11-291-0/+1
| | | | AdminSite.password_change().
* 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-2611-0/+42
| | | | modeltests/regressiontests.
* Moved test_templates to templates to prevent issues with ↵Florian Apolloner2013-02-2611-42/+0
| | | | regressiontests/templates later on.
* 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
* 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