Changes between Initial Version and Version 1 of Ticket #21351, comment 9
- Timestamp:
- Nov 2, 2013, 2:09:51 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21351, comment 9
initial v1 1 I've submitted a PR : https://github.com/django/django/pull/18421 I've submitted a PR [1] 2 2 3 3 However, I have some questions about the deprecation and backport: … … 6 6 * `memoize` is an internal API, should it follow the deprecation policy? 7 7 * Is this the correct way to include a backport? 8 9 **Update:** using GitHub search [2], there's quite a few `from django.utils.functional import memoize` 10 11 [1]: https://github.com/django/django/pull/1842 12 [2]: https://github.com/search?q=from+django.utils.functional+import+memoize&type=Code&ref=searchresults