Re: 1.5, update_fields and PostgreSQL (or other MVCC style database) - request for documentation note

2012-11-03 Thread Andrey Antukh
quot;, avoiding additional queries are made to the database, the fields for deferred. Just save what you really have on the object. All this regardless of what the database server do internally. Andrey -- Andrey Antukh - Андрей Антух - http://www.niwi.be/about.html http://www.kaleidos.net/A5694F/

Possible memory leak with CBV's ?

2013-01-07 Thread Andrey Antukh
out something? Thank you very much. -- Andrey Antukh - Андрей Антух - http://www.niwi.be/about.html http://www.kaleidos.net/A5694F/ "Linux is for people who hate Windows, BSD is for people who love UNIX" "Social Engineer -> Because there is no patch for human stupidity" --

Re: Possible memory leak with CBV's ?

2013-01-07 Thread Andrey Antukh
Thank you very much for the great explanation. I'll try to avoid using __del__ methods whenever possible. Andrey 2013/1/7 Anssi Kääriäinen > Avoid __del__ if possible, -- Andrey Antukh - Андрей Антух - http://www.niwi.be/about.html http://www.kaleidos.net/A5694F/ "Linux

Re: Database pooling vs. persistent connections

2013-02-18 Thread Andrey Antukh
ER' idea). > > There is in fact an implementation of reusing SQLAlchemy's connection > pool with Django (via DatabaseWrapper subclassing): > https://github.com/kennethreitz/django-postgrespool/ > > I have this in production for several months with no issues, so the

Re: Switch to database-level autocommit

2013-03-04 Thread Andrey Antukh
> To unsubscribe from this group and stop receiving emails from it, send an > email to django-developers+unsubscr...@googlegroups.com. > To post to this group, send email to django-developers@googlegroups.com. > Visit this group at http://groups.google.com/group/django-developers?hl=en > . >

Re: Proposal: ModelForm API improvements

2013-03-07 Thread Andrey Antukh
emails from it, send an > email to django-developers+unsubscr...@googlegroups.com. > To post to this group, send email to django-developers@googlegroups.com. > Visit this group at http://groups.google.com/group/django-developers?hl=en > . > For more options, visit https://groups.google.com/gro

Re: uuid field short websafe representation

2014-12-08 Thread Andrey Antukh
e.com/d/ >>>> msgid/django-developers/1c29dfae-6483-465c-939e- >>>> f4319120781f%40googlegroups.com >>>> <https://groups.google.com/d/msgid/django-developers/1c29dfae-6483-465c-939e-f4319120781f%40googlegroups.com?utm_medium=email&utm_source=footer> >>&

Re: Proposal: Support for HTTP PATCH method

2013-05-20 Thread Andrey Antukh
nd an > email to > django-developers+unsubscribe@**googlegroups.com > . > To post to this group, send email to > django-developers@**googlegroups.com > . > Visit this group at http://groups.google.com/** > group/django-developers?hl=en<http://groups.google.com/group/dj

Re: Reopen bug #18776 (urlparse do not support reverse_lazy as url arg)

2013-06-22 Thread Andrey Antukh
m it, send an > email to django-developers+unsubscr...@googlegroups.com. > To post to this group, send email to django-developers@googlegroups.com. > Visit this group at http://groups.google.com/group/django-developers. > For more options, visit https://groups.google.com/groups/opt_out. >

Re: Feature request: post/pre commit/rollback signals

2014-01-11 Thread Andrey Antukh
developers@googlegroups.com. > Visit this group at http://groups.google.com/group/django-developers. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-developers/948D5F1E-F86D-44A0-9EEA-F1E9A6A4A382%40pelme.se > . > For more options, visit https://g

Re: Feature request: post/pre commit/rollback signals

2014-01-13 Thread Andrey Antukh
Thanks for your package and clear explanation ;) Greetings. Andrey. 2014/1/11 Aymeric Augustin > On 11 janv. 2014, at 11:05, Andrey Antukh wrote: > > > In my opinion, "the default case are solved with atomic block" seems to > be a workaround instead of a solution

Re: Feature request: post/pre commit/rollback signals

2014-01-18 Thread Andrey Antukh
the later email > that gives an example, it only uses post_commit. Generic transaction > signals look like a collective hallucination to me, or at least a pretty > bad case of YAGNI. > > -- > Aymeric. Thanks! Greetings. Andrey -- Andrey Antukh - Андрей Антух - / http://ww

Re: [GSoC] Switching to Jinja2 proposal

2014-02-11 Thread Andrey Antukh
email to django-developers@googlegroups.com. > Visit this group at http://groups.google.com/group/django-developers. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-developers/70B2B842-9977-4F60-B743-4662019DE56A%40polytechnique.org > . > For more o

Re: Data Migrations and Testing

2014-04-19 Thread Andrey Antukh
ceiving emails from it, send an > email to django-developers+unsubscr...@googlegroups.com. > To post to this group, send email to django-developers@googlegroups.com. > Visit this group at http://groups.google.com/group/django-developers. > To view this discussion on the web visit https://gr

Re: Data Migrations and Testing

2014-04-19 Thread Andrey Antukh
gid/django-developers/6c14d75b-6720-4c97-b697-93adb759f134%40googlegroups.com<https://groups.google.com/d/msgid/django-developers/6c14d75b-6720-4c97-b697-93adb759f134%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google

Re: Data Migrations and Testing

2014-04-19 Thread Andrey Antukh
the new version is much better. That said, there are > limited use cases for this feature. > The current version is much better because removes features with bad usage practices. But as I previously said, do not suggest an other bad approach as replacement. > Marc > On 19 Apr 2014 12:21,

Re: Data Migrations and Testing

2014-04-19 Thread Andrey Antukh
googlegroups.com. > Visit this group at http://groups.google.com/group/django-developers. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/django-developers/535268EF.3010903%40thl.fi. > > For more options, visit https://groups.google.com/d/optout. >

Re: [ANNOUNCE] Django 1.7 released

2014-09-02 Thread Andrey Antukh
le.com/group/django-developers. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-developers/CAN-g%3Dg%3DW_9MXJiFawGX%2BczkVXLRKhdb6Zvp3AQU6sjnf2zPy7g%40mail.gmail.com > <https://groups.google.com/d/msgid/django-developers/CAN-g%3Dg%3DW_9MXJiFawGX%2BczkVXLR

Re: Vote on Jira as bugtracker

2016-01-07 Thread Andrey Antukh
6-994f-ec4b1a346c9c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Andrey Antukh - Андрей Антух - http://www.niwi.nz https://github.com/niwinz -- You received this message because you are subscribed to the

Re: Vote on Jira as bugtracker

2016-01-08 Thread Andrey Antukh
amble. We will do it ASAP. Thank you very much. Regards. Andrey > > On Thu, Jan 7, 2016 at 7:12 PM, Carl Meyer wrote: > >> Hi Andrey, >> >> On 01/07/2016 04:23 PM, Andrey Antukh wrote: >> > On Fri, Jan 8, 2016 at 12:42 AM, Florian Apolloner >> > The D

Re: Replacing the contrib.sites Site model with a setting?

2016-01-29 Thread Andrey Antukh
the web visit > https://groups.google.com/d/msgid/django-developers/52fee0b1-c08f-4ac5-a01e-34b9baa045ec%40googlegroups.com > <https://groups.google.com/d/msgid/django-developers/52fee0b1-c08f-4ac5-a01e-34b9baa045ec%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For mo