| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-06-19 | Added tests for AdminSite's add/disable/get action methods. | Anton Samarchyan | |
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | |
| 2016-06-16 | Fixed #26747 -- Used more specific assertions in the Django test suite. | Jon Dufresne | |
| 2016-02-06 | Fixed #26175 -- Removed SHA1 password hashes in tests. | Tim Graham | |
| 2015-12-31 | Fixed #26013 -- Moved django.core.urlresolvers to django.urls. | Marten Kenbeek | |
| Thanks to Tim Graham for the review. | |||
| 2015-11-24 | Removed explicit User ids in tests. | Tim Graham | |
| 2015-10-22 | Fixed #25519 -- Made the admin "View site" link point to sites running on a ↵ | Dheerendra Rathor | |
| subpath. Used request.META['SCRIPT_NAME'] as the site_url if it hasn't been customized from the default value of '/'. | |||
| 2015-06-08 | Fixed #21927 -- Made application and instance namespaces more distinct. | Marten Kenbeek | |
| Made URL application namespaces be set in the included URLconf and instance namespaces in the call to include(). Deprecated other ways to set application and instance namespaces. | |||
| 2015-05-11 | Fixed #24553 -- Added the list of available applications to ↵ | Riccardo Magliocchetti | |
| AdminSite.each_context() | |||
