Re: Renaming the postgresql_psycopg2 backend

2015-07-26 Thread Baptiste Mispelon
I finally got around to creating a ticket for this: https://code.djangoproject.com/ticket/25175 On 07/15/2015 03:30 PM, Collin Anderson wrote: We definitely should make sure postgresql_psycopg2 still works as expected. As a data point, Heroku uses "postgres" instead of "postgresql" in their DA

Re: Should migrations have their imports sorted?

2015-07-26 Thread Raphael Michel
Am Sat, 25 Jul 2015 16:32:21 -0700 (PDT) schrieb Tim Graham : > I think it's been addressed in 1.9 to at least some extent. See > https://github.com/django/django/commit/7f20041bca43ca33f0a9617793f2af7ab07c3fab Oh, I didn't find that. Wonderful, sorry for the noise :) Raphael -- You received t

Dynamic inlines for Django ModelAdmin

2015-07-26 Thread Gert Steyn
Hi All I've been using Django since before newforms-admin and have seen ModelAdmin gradually becoming more customization. I often use dynamic inlines (based on the state of the object) and would like to clean up the implementation a bit. I would like to open a ticket to add: def get_inlines(s