Changes between Initial Version and Version 2 of Ticket #23539


Ignore:
Timestamp:
Sep 22, 2014, 4:46:52 PM (10 years ago)
Author:
Justin Caratzas
Comment:

PR submitted https://github.com/django/django/pull/3263

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23539

    • Property Cc bigjust@… added
    • Property Component Uncategorizedcontrib.contenttypes
    • Property Has patch set
  • Ticket #23539 – Description

    initial v2  
    11the helper functions get_extra, get_max_num, and get_min_num were introduced in 1.6 as a way of calculating extra, max_num, min_num per request.  The GenericInlineModelAdmin has continued using the old self.extra, max_num, and min_num values.
     2
Back to Top