Changes between Initial Version and Version 1 of Ticket #21351, comment 9


Ignore:
Timestamp:
Nov 2, 2013, 2:09:51 AM (10 years ago)
Author:
Bouke Haarsma

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21351, comment 9

    initial v1  
    1 I've submitted a PR: https://github.com/django/django/pull/1842
     1I've submitted a PR [1]
    22
    33However, I have some questions about the deprecation and backport:
     
    66 * `memoize` is an internal API, should it follow the deprecation policy?
    77 * 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
Back to Top