Changes between Initial Version and Version 1 of Ticket #22691


Ignore:
Timestamp:
May 24, 2014, 5:59:41 AM (10 years ago)
Author:
loic84
Comment:

Sounds good.

PR: https://github.com/django/django/pull/2707

Since cached_property is documented, it'll need docs update and release notes.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22691

    • Property Cc loic84 added
    • Property Has patch set
    • Property Patch needs improvement set
    • Property Needs documentation set
    • Property Triage Stage UnreviewedAccepted
    • Property Type UncategorizedNew feature
    • Property Version 1.6master
  • Ticket #22691 – Description

    initial v1  
    99}}}
    1010
    11 Without the name, it would save the result in __dict__['get_bar'], thus masking the method.
     11Without the name, it would save the result in `__dict__['get_bar']`, thus masking the method.
Back to Top