From cc74d8e02e8b659b914859d60002aaa47600f0ff Mon Sep 17 00:00:00 2001 From: Justin Caratzas Date: Mon, 22 Sep 2014 17:29:44 -0400 Subject: [1.7.x] Fixed #23539 -- Added get_extra(), get_max_num(), and get_min_num() hooks to GenericInlineModelAdmin. Backport of cf43a1ee90 from master --- docs/releases/1.7.1.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.1.txt b/docs/releases/1.7.1.txt index aa7d7f90a0..8d8af5c7f2 100644 --- a/docs/releases/1.7.1.txt +++ b/docs/releases/1.7.1.txt @@ -61,3 +61,9 @@ Bugfixes * Fixed renaming of models with a self-referential many-to-many field (``ManyToManyField('self')``) (:ticket:`23503`). + +* Added the :meth:`~django.contrib.admin.InlineModelAdmin.get_extra()`, + :meth:`~django.contrib.admin.InlineModelAdmin.get_max_num()`, and + :meth:`~django.contrib.admin.InlineModelAdmin.get_min_num()` hooks to + :class:`~django.contrib.contenttypes.admin.GenericInlineModelAdmin` + (:ticket:`23539`). -- cgit v1.3