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
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
, 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/
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,