Hi,
On Dec/16/2020, Muskan Vaswan wrote:
> Carles Pina I Estany: While I understand what you’re trying to do I
> don’t know why we are trying to avoid COUNT is there a best practice
> associated with this that I don’t know about?
We are (or... I was :-) ) trying to answer this qu
other way that I haven't thought now :-)
Cheers,
--
Carles Pina i Estany
https://carles.pina.cat
--
You received this message because you are subscribed to the Google Groups
"Django developers (Contributions to Django itself)" group.
To unsubscribe from this group an
sites I would say
> it's not.
> On Wednesday, November 18, 2020 at 7:33:47 AM UTC-5 Carles Pina Estany
> wrote:
>
> >
> > Hi,
> >
> > On Nov/16/2020, Carles Pina i Estany wrote:
> >
> > > Either way: I'd be happy to write a django ch
Hi,
On Nov/16/2020, Carles Pina i Estany wrote:
> Either way: I'd be happy to write a django check to make sure that
> 'admin/' is not routed to admin.
Regarding this check: this morning I've done a very preliminary/for fun
draft to play with.
https://gith
medium=email&utm_source=footer>
> > .
> >
>
>
> --
> Adam
>
> --
> 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 s
> > class Author(models.Model):
> > name = models.TextField(max_length=64)
> >
> > def __str__(self):
> > return self.name
> >
> >
> > class Book(models.Model):
> > title = models.TextField(max_length=128)
> > authors = models.ManyToManyFiel
.Model):
title = models.TextField(max_length=128)
authors = models.ManyToManyField(Author)
def __str__(self):
return self.title
```
--
Carles Pina i Estany
https://carles.pina.cat
--
You received this message because you are subscribed to the Google Groups
"Django develo
f this happens often or not).
Or, did I take the wrong side of the stick and you intended the fix to be
different?
Have a good weekend,
--
Carles Pina i Estany
https://carles.pina.cat
--
You received this message because you are subscribed to the Google Groups
"Django developers (Contribu
;
> >
> > https://docs.djangoproject.com/en/dev/ref/templates/builtins/#default-if-none
> >
> > {{ text|default_if_none:""|linebreaksbr }}
> >
> >
> >
> > -----Original Message-----
> >
> > From: django-developers@googlegroups.com <
in addslashes, capfirst, etc.
Should this be noted in the documentation? Or the behaviour changed? (hard
without backward compatibility issues). Or have I missed anything? Any
thoughts?
(I've checked the Django bug tracker and I haven't seen any bug describing
this)
Cheers,
--
C
report.cgi?bug=960230 ). If DEBUG is
set it doesn't run. If the bug wasn't there, well, it would have ran in
DEBUG mode probably or if Django named it DJANGO_DEBUG it would have not
affected Thunderbird. I thought of prefixing variables when possible to
avoid these interactions.
Chee
't end up in
> > self.clean_fields (because it's not in self.fields). When DELETE is
> > added as a field self.clean_fields is not updated.
> >
> > (I'm talking about this:
> > https://github.com/django/django/blob/master/django/forms/formsets.py#L390
out this:
https://github.com/django/django/blob/master/django/forms/formsets.py#L390
being executed too late; or self.errors being called too early)
The full story is here:
https://groups.google.com/forum/#!topic/django-users/wO9H0cNcLfI
Thank you very much,
--
Carles Pina i Estany
https://car
13 matches
Mail list logo