Thank you very much Javier!!!
I've thought about it. I will try.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@googlegroups.com.
To
On Mon, Oct 20, 2014 at 3:43 AM, Алексей Широков wrote:
> Javier, I am unable combine 2 parameters in a single call filter(), because
> It is built on different levels of code.
>
> Is there another solution???
you can build up a dictionary and expand as parameters on a single
filter() call:
Javier, I am unable combine 2 parameters in a single call filter(), because It
is built on different levels of code.
Is there another solution???
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving
On Mon, Oct 20, 2014 at 1:53 AM, Алексей Широков wrote:
> SELECT ...
> FROM "document_document"
> INNER JOIN "document_sending" ON ("document_document"."id" =
> "document_sending"."document_id")
> INNER JOIN "document_sending" T4 ON ("document_document"."id" =
> T4."document_id")
> WHERE ("documen
Hi,
I have 2 models:
@python_2_unicode_compatible
class Document(models.Model):
uuid = models.CharField(max_length=32, editable=False, unique=True)
contractor = models.ForeignKey(Contractor)
stagcy = models.ForeignKey(StateAgency)
type = models.CharField(max_length=25)
year =
5 matches
Mail list logo