Changes between Initial Version and Version 2 of Ticket #23539


Ignore:
Timestamp:
09/22/14 21:46:52 (9 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 Has patch set
    • Property Component changed from Uncategorized to contrib.contenttypes
  • 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