--
Ticket URL: <https://code.djangoproject.com/ticket/25441>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Old description:
> I need to show the difference of sizes, it can be negative.
> https://github.com/django/django/pull/5327
New description:
I need to show the difference of sizes, it can be negative.
https://github.com/django/django/pull/5327
bug: if size is negative it show only in bytes
--
--
Ticket URL: <https://code.djangoproject.com/ticket/25441#comment:1>
* has_patch: 0 => 1
* type: Bug => New feature
* needs_tests: 0 => 1
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/25441#comment:2>
* status: new => assigned
* owner: nobody => darkryder
* needs_tests: 1 => 0
Comment:
[https://github.com/django/django/pull/5475]
--
Ticket URL: <https://code.djangoproject.com/ticket/25441#comment:3>
* cc: f.ssat95@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/25441#comment:4>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/25441#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"ce7dd1273e5ee3d927dbfda0b38aff2517fe004b" ce7dd127]:
{{{
#!CommitTicketReference repository=""
revision="ce7dd1273e5ee3d927dbfda0b38aff2517fe004b"
Fixed #25441 -- Added support for negative filesize to filesizeformat
template filter.
Thanks Andrey Yakovlev for the initial patch.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25441#comment:6>