Re: [Django] #25727: cached_property's topic documentation does not link to reference

2015-11-10 Thread Django
#25727: cached_property's topic documentation does not link to reference
-+-
 Reporter:  bmispelon|Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Documentation|  Version:  1.8
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"e592574e6e3877eb9b5231e6630445e98a6e1841" e592574]:
 {{{
 #!CommitTicketReference repository=""
 revision="e592574e6e3877eb9b5231e6630445e98a6e1841"
 [1.8.x] Fixed #25727 -- Added a doc link to cached_property.

 Backport of e0de82c9b2c41c4c479d2245e7d5cd59638b5440 from master
 }}}

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.4bdb8938fe5b27edc499671f856d1c7b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25727: cached_property's topic documentation does not link to reference

2015-11-10 Thread Django
#25727: cached_property's topic documentation does not link to reference
-+-
 Reporter:  bmispelon|Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Documentation|  Version:  1.8
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Tim Graham ):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"e0de82c9b2c41c4c479d2245e7d5cd59638b5440" e0de82c]:
 {{{
 #!CommitTicketReference repository=""
 revision="e0de82c9b2c41c4c479d2245e7d5cd59638b5440"
 Fixed #25727 -- Added a doc link to cached_property.
 }}}

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.a9ef2b80f3bfc414ee76dc8e1f30d883%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25727: cached_property's topic documentation does not link to reference

2015-11-10 Thread Django
#25727: cached_property's topic documentation does not link to reference
-+-
 Reporter:  bmispelon|Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |
Component:  Documentation|  Version:  1.8
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"f10226232f31dc6d0a19db0b25a8e7aadea141da" f1022623]:
 {{{
 #!CommitTicketReference repository=""
 revision="f10226232f31dc6d0a19db0b25a8e7aadea141da"
 [1.9.x] Fixed #25727 -- Added a doc link to cached_property.

 Backport of e0de82c9b2c41c4c479d2245e7d5cd59638b5440 from master
 }}}

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.77766b6c88e65f27e7d52513ac483c21%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #25727: cached_property's topic documentation does not link to reference

2015-11-10 Thread Django
#25727: cached_property's topic documentation does not link to reference
+
   Reporter:  bmispelon |  Owner:  nobody
   Type:  Cleanup/optimization  | Status:  new
  Component:  Documentation |Version:  1.8
   Severity:  Normal|   Keywords:
   Triage Stage:  Unreviewed|  Has patch:  0
Needs documentation:  0 |Needs tests:  0
Patch needs improvement:  0 |  Easy pickings:  1
  UI/UX:  0 |
+
 The paragraph at https://docs.djangoproject.com/en/dev/topics/performance
 /#cached-property does not link to the reference documentation at
 
https://docs.djangoproject.com/en/1.8/ref/utils/#django.utils.functional.cached_property.

 In particular, it does not mention the import path.

 This is especially a problem because the performance page appears before
 the reference page in a search for `cached_property`.

 I think having the text `@cached_property` in the sentence `Using the
 @cached_property decorator saves the value returned [...]` be a link
 should be enough.

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/052.1c435f14f2488740f09dfbb647a267ce%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.