Re: drop-in replacement for admin module foreign key relation UI

2015-02-17 Thread Jani Kajala
That's perfect, thanks On Tuesday, February 17, 2015 at 1:20:22 AM UTC-6, Jani Tiainen wrote: > > On Mon, 16 Feb 2015 15:03:05 -0800 (PST) > Jani Kajala > wrote: > > > Hi all, > > > > I have tons of objects referenced by ForeignKey in Django Admin

drop-in replacement for admin module foreign key relation UI

2015-02-16 Thread Jani Kajala
Hi all, I have tons of objects referenced by ForeignKey in Django Admin module UI, and I would like to replace it with something more optimal, e.g. auto-fill input box or something. My model looks something like this: class SoapCall(models.Model): customer = models.ForeignKey(Customer, nul

Re: hanging django/postgres idle connections

2014-08-01 Thread Jani Kajala
block access to DB even if I have pgbouncer max_connections set to 100. So maybe this is something Windows/VirtualBox networking related. On Thursday, July 31, 2014 10:58:41 PM UTC+7, Collin Anderson wrote: > > Does it work fine on django 1.6? It could be a regression. > > On Wednesda

hanging django/postgres idle connections

2014-07-30 Thread Jani Kajala
Hi, I have a problem with leaking Postgres DB connections even if I have CONN_MAX_AGE=0. Every time I start the server and stop it by Ctrl+Break a DB connection is leaked. When I check from Postgres there is bunch of "idle" connections with following content: SELECT "django_migrations"."app",