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
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
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
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",
4 matches
Mail list logo