* owner: nobody => desh
* status: new => assigned
* ui_ux: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/15806#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/15806#comment:3>
* needs_better_patch: 0 => 1
Comment:
Could you consolidate the tests and the fix in the same patch?
--
Ticket URL: <https://code.djangoproject.com/ticket/15806#comment:4>
Comment (by desh):
Replying to [comment:4 aaugustin]:
> Could you consolidate the tests and the fix in the same patch?
Yep, sorry for that, just done tests before actually fixing so they came
up first.
You can actually pick the merged_patch.diff from #15825, it contains all
in one, tests and code for #15806 and #15825.
--
Ticket URL: <https://code.djangoproject.com/ticket/15806#comment:5>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/15806#comment:6>
* owner: desh =>
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/15806#comment:7>
* has_patch: 1 => 0
* version: 1.3 => master
Comment:
This is fixed by the solution to #20536.
--
Ticket URL: <https://code.djangoproject.com/ticket/15806#comment:8>
* owner: => Anssi Kääriäinen <akaariai@…>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"7be638390e18fcbfaaed638f9908673360c280d3"]:
{{{
#!CommitTicketReference repository=""
revision="7be638390e18fcbfaaed638f9908673360c280d3"
Fixed #20536 -- rewrite of the file based cache backend
* Safer for use in multiprocess environments
* Better random culling
* Cache files use less disk space
* Safer delete behavior
Also fixed #15806, fixed #15825.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/15806#comment:9>