Re: [Django] #29677: StaticFilesStorage.post_process does not seem to exist, contrary to documentation

2018-08-16 Thread Django
#29677: StaticFilesStorage.post_process does not seem to exist, contrary to
documentation
--+
 Reporter:  Atul Varma|Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  closed
Component:  Documentation |  Version:  2.1
 Severity:  Normal|   Resolution:  fixed
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+

Comment (by Carlton Gibson ):

 In [changeset:"5628a8a23f462229a6511aa9d7875efae8ae54d5" 5628a8a2]:
 {{{
 #!CommitTicketReference repository=""
 revision="5628a8a23f462229a6511aa9d7875efae8ae54d5"
 [2.1.x] Fixed #29677 -- Doc'd return value of
 StaticFilesStorage.post_process().

 Backport of 7f6b013bf60e6168a7e0a8f2b97954c3a45725e0 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/066.7bab575b6075bcbeff5544b506008e74%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29677: StaticFilesStorage.post_process does not seem to exist, contrary to documentation

2018-08-16 Thread Django
#29677: StaticFilesStorage.post_process does not seem to exist, contrary to
documentation
--+
 Reporter:  Atul Varma|Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  closed
Component:  Documentation |  Version:  2.1
 Severity:  Normal|   Resolution:  fixed
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by Carlton Gibson ):

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


Comment:

 In [changeset:"7f6b013bf60e6168a7e0a8f2b97954c3a45725e0" 7f6b013b]:
 {{{
 #!CommitTicketReference repository=""
 revision="7f6b013bf60e6168a7e0a8f2b97954c3a45725e0"
 Fixed #29677 -- Doc'd return value of StaticFilesStorage.post_process().
 }}}

-- 
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/066.03a269bfdcdb9d969c24a37909c1fdc5%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #29677: StaticFilesStorage.post_process does not seem to exist, contrary to documentation

2018-08-15 Thread Django
#29677: StaticFilesStorage.post_process does not seem to exist, contrary to
documentation
--+
 Reporter:  Atul Varma|Owner:  nobody
 Type:  Cleanup/optimization  |   Status:  new
Component:  Documentation |  Version:  2.1
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  0
--+
Changes (by Tim Graham):

 * component:  Uncategorized => Documentation
 * has_patch:  0 => 1
 * type:  Uncategorized => Cleanup/optimization
 * stage:  Unreviewed => Accepted


Comment:

 Adding "If this method is defined on a storage, ..." might be enough
 clarification? [https://github.com/django/django/pull/10300 PR]

-- 
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/066.75fab05688de1b3e5f71d67dba2eba4b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #29677: StaticFilesStorage.post_process does not seem to exist, contrary to documentation

2018-08-15 Thread Django
#29677: StaticFilesStorage.post_process does not seem to exist, contrary to
documentation
-+
   Reporter:  Atul Varma |  Owner:  nobody
   Type:  Uncategorized  | Status:  new
  Component:  Uncategorized  |Version:  2.1
   Severity:  Normal |   Keywords:
   Triage Stage:  Unreviewed |  Has patch:  0
Needs documentation:  0  |Needs tests:  0
Patch needs improvement:  0  |  Easy pickings:  0
  UI/UX:  0  |
-+
 The
 
[https://docs.djangoproject.com/en/2.1/ref/contrib/staticfiles/#django.contrib.staticfiles.storage.StaticFilesStorage.post_process
 documentation for this method] states that "This method is called by the
 collectstatic management command after each run and gets passed the local
 storages and paths of found files as a dictionary, as well as the command
 line options."

 However, as far as I can tell, this method does not seem to actually
 exist.  I thought perhaps it might be defined on one of its ancestor
 classes, but it doesn't seem to be... am I mistaken, or is this some kind
 of method that's optionally implementable by subclasses or something?

 Apologies if this is the wrong place to bring this up, or if I am simply
 confused and do not understand what is going on.

-- 
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/051.056a702816d839edaf863d7742cbe692%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.