When customize alternative filename generation algorithm, sub classes must
override all these functions in the get_available_name() method.
It is inconvenient if sub classes just customize only alternative filename
generation algorithm.
--
Ticket URL: <https://code.djangoproject.com/ticket/30736>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: Takayuki Hirayama (added)
* owner: nobody => Takayuki Hirayama
* type: Uncategorized => Cleanup/optimization
--
Ticket URL: <https://code.djangoproject.com/ticket/30736#comment:1>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/30736#comment:2>
* easy: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/30736#comment:3>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/30736#comment:4>
* needs_docs: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/30736#comment:5>
* needs_docs: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/30736#comment:6>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"05457817647368be4b019314fcc655445a5b4c0c" 0545781]:
{{{
#!CommitTicketReference repository=""
revision="05457817647368be4b019314fcc655445a5b4c0c"
Fixed #30736 -- Added Storage.get_alternative_name() to allow
customization.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30736#comment:7>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"6201141b2ccfc54874cb43158daae0efd49afa23" 6201141b]:
{{{
#!CommitTicketReference repository=""
revision="6201141b2ccfc54874cb43158daae0efd49afa23"
Refs #30736 -- Added missing versionadded annotations for
Storage.get_alternative_name().
Thanks Simon Charette for the report.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30736#comment:8>