Re: Check Framework Feedback

2014-03-31 Thread Tomáš Ehrlich
Hi, I've added patches to both mentioned tickets: https://code.djangoproject.com/ticket/22195 https://code.djangoproject.com/ticket/22194 Review would be appreciated. Cheers, Tom Dne středa, 5. února 2014 15:13:25 UTC+1 guettli napsal(a): > > Hi, > > here is some feedback to the check fram

Implicit where

2012-07-16 Thread Tomáš Ehrlich
Hi there, I'm trying to write (another) app for model translation. It's necessary to somehow filter language=get_language (or whatever) implicitly. The thing is, I need to specify this filter for every translated table in join. First idea which crossed my mind is subclass django.db.models.sql.quer

Re: django.contrib.comments - No reference to commented object in preview

2011-07-12 Thread Tomáš Ehrlich
, Thejaswi Puthraya wrote: > Hi, > > On Jul 13, 1:42 am, Tomáš Ehrlich wrote: > > > Hi there, > > why there is no reference to commented object in preview? > > Any specific use-case? Specifying it can make it easier to decide. > > > django/contrib/comments/

django.contrib.comments - No reference to commented object in preview

2011-07-12 Thread Tomáš Ehrlich
Hi there, why there is no reference to commented object in preview? django/contrib/comments/views/comments.py:95 return render_to_response( template_list, { "comment" : form.data.get("comment", ""), "form" : form, "next": next,