--
Ticket URL: <https://code.djangoproject.com/ticket/32493>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/32493#comment:1>
* stage: Unreviewed => Accepted
Comment:
OK, I'll accept this as it looks correct… — I feel like we should have
**some** tests that admin views are in fact correctly wrapped, but e.g.
#32468 didn't have them 🤔
--
Ticket URL: <https://code.djangoproject.com/ticket/32493#comment:2>
Comment (by Mariusz Felisiak):
Replying to [comment:2 Carlton Gibson]:
> OK, I'll accept this as it looks correct… — I feel like we should have
**some** tests that admin views are in fact correctly wrapped, but e.g.
#32468 didn't have them 🤔
A lot of tests crash without 63bbfa9f4501425f4bdabe05a79132a22dfbeb5a
because we added an error message in the subsequent commit
3fd82a62415e748002435e7bad06b5017507777c.
--
Ticket URL: <https://code.djangoproject.com/ticket/32493#comment:3>
Comment (by Carlton Gibson):
> I feel like we should have some tests...
Covered by `admin_views.tests.NeverCacheTests`
--
Ticket URL: <https://code.djangoproject.com/ticket/32493#comment:4>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/32493#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"f55f3ce831fa885dfef0b222c254bb4bf3ca99ef" f55f3ce8]:
{{{
#!CommitTicketReference repository=""
revision="f55f3ce831fa885dfef0b222c254bb4bf3ca99ef"
Fixed #32493 -- Removed redundant never_cache uses from admin views.
Co-authored-by: Carlton Gibson <carlton...@noumenal.es>
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32493#comment:6>