#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: <https://code.djangoproject.com/ticket/29677>
Django <https://code.djangoproject.com/>
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.

Reply via email to