Re: ImageField's “Currently” and “Clear” Sometimes Doesn't Appear

2012-10-30 Thread Nick
Sure, here you go: https://code.djangoproject.com/ticket/19215 On Tuesday, October 30, 2012 12:01:15 PM UTC-6, Carl Meyer wrote: > > Hi Nick, > > On 10/30/2012 08:21 AM, Nick wrote: > > I posted this question to Stack Overflow a couple weeks ago (link > > < > http://stackoverflow.com/questions

Re: Class based views: A standard hook for http-method-independent code

2012-10-30 Thread Jordan Hagan
I would really like to see something like Meshy's proposed solution implemented as this is an issue that I've run into a few times as well. Although I can appreciate TiNo's argument of: > self.request = request > ... This creates a problem for methods that are going to be used in the overridde

Re: ImageField's “Currently” and “Clear” Sometimes Doesn't Appear

2012-10-30 Thread Carl Meyer
Hi Nick, On 10/30/2012 08:21 AM, Nick wrote: > I posted this question to Stack Overflow a couple weeks ago (link > ) > but have had no responses. I'm guessing it's geared more towards the > Django

ImageField's “Currently” and “Clear” Sometimes Doesn't Appear

2012-10-30 Thread Nick
I posted this question to Stack Overflow a couple weeks ago (link) but have had no responses. I'm guessing it's geared more towards the Django developers, so I'm going to post it here. Assume y

Re: How to test patch

2012-10-30 Thread Anssi Kääriäinen
On 30 loka, 14:54, Florian Apolloner wrote: > +1, debugging is just hard on travis (although I assume I could download > their vm and test locally, but usually local stuff works :( ). We could > choose a lightweight route and just enable travis for sqlite to get pull > requests tested [Which would

Re: How to test patch

2012-10-30 Thread Florian Apolloner
Hi, On Monday, October 29, 2012 1:29:14 PM UTC+1, Aymeric Augustin wrote: > > We tried moving Django's CI to Travis about 6 months ago. Unfortunately, > Travis' time limit is too low for Django's test suite. We contacted them, > but as of August 6th, we were still waiting for them to increase th