Hi, I have some minor nitpicks:
1. Unlike the standard @property, the current implementation of @cached_property doesn't allow for a docstring. 2. Calling `del obj.<cached_property_name>` before accessing the value or more then once in a row throws an AttributeError. Should I make a new ticket for that or just send a PR for the old one ? -- Łukasz Rekucki -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. For more options, visit https://groups.google.com/groups/opt_out.
