The example reads:
class MyStaticFilesStorage(storage.StaticFilesStorage):
....
super(CustomStaticFilesStorage, self).__init__(*args, **kwargs)
The class name and the first variable in the super call should be
identical. This example throws an exception.
--
Ticket URL: <https://code.djangoproject.com/ticket/23607>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"87eedfff44d23a8600557bcd9fa3ebbea0f3841e"]:
{{{
#!CommitTicketReference repository=""
revision="87eedfff44d23a8600557bcd9fa3ebbea0f3841e"
Fixed #23607 -- Typo in docs/ref/contrib/staticfiles.txt.
Thanks Rolandde for the report.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23607#comment:1>
Comment (by Tim Graham <timograham@…>):
In [changeset:"dbd52f339cdae7fb57526cb86d45792438799e5b"]:
{{{
#!CommitTicketReference repository=""
revision="dbd52f339cdae7fb57526cb86d45792438799e5b"
[1.7.x] Fixed #23607 -- Typo in docs/ref/contrib/staticfiles.txt.
Thanks Rolandde for the report.
Backport of 87eedfff44 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/23607#comment:2>