From cf79b57ad09c145b82ccaab798d88958316027cf Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 13 Aug 2014 15:23:21 -0400 Subject: Fixed #21132 -- Removed the useless app_name argument to AdminSite. Thanks MarkusH for the report and Florian for review. --- docs/releases/1.8.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 6569a2c447..5979d79d1d 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -492,6 +492,11 @@ Miscellaneous ``'username'``, using the the ``'unique'`` key in its :attr:`~django.forms.Field.error_messages` argument. +* ``AdminSite`` no longer takes an ``app_name`` argument and its ``app_name`` + attribute has been removed. The application name is always ``admin`` (as + opposed to the instance name which you can still customize using + ``AdminSite(name="...")``. + .. _deprecated-features-1.8: Features deprecated in 1.8 -- cgit v1.3