Questions about ticket #19431

2013-05-16 Thread Pablo Recio
add more tests covering the locale thing? Or shall I use just ISO-format strings? Thanks, -- Pablo Recio -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an

Making ".only()" a bit smarter

2013-07-19 Thread Pablo Recio
f. Is there any reason for this behaviour? If not, would it be a good patch to submit? Thanks, -- Pablo Recio -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: Making ".only()" a bit smarter

2013-07-23 Thread Pablo Recio
Yeah, you might be right. It just feels weird that if I'm trying to fetch *only* a FK, it needs to do a second lookup. But explicit is better than implicit indeed. On 19 July 2013 21:48, Michal Petrucha wrote: > On Fri, Jul 19, 2013 at 01:02:34PM +0100, Pablo Recio wrote: >

New `pre_handler()` method on Class-Based Views

2016-04-03 Thread Pablo Recio
, if it's something that would get merged I'll happily submit a PR. Thanks! Pablo Recio -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving ema

Re: Ticket 19237

2013-02-04 Thread Pablo Recio Quijano
Hi, Trying out Django 1.5 with one of my projects, I ran out with a bug dealing with this ticket, so I reopened it: https://code.djangoproject.com/ticket/19237#comment:14 I think that bug should be blocker, because in a normal case can remove a lot of information when executing a strip_tags me