Re: Capturing faked migrations in django_migrations table

2015-09-12 Thread Markus Holtermann
Hey there, here's a pull request for this feature: https://github.com/django/django/pull/5279 . I'd appreciate some review. /Markus On Wednesday, May 20, 2015 at 9:25:00 AM UTC+10, steve byerly wrote: > > Awesome, thank you very much for the detailed answer. > -Steve > > On Tue, May 19, 2015 a

Re: Improving MSSQL and Azure SQL support on Django

2015-09-12 Thread Tim Allen
Sorry to have missed meeting you at DjangoCon, Meet, but I'll add my findings here to the record. By way of background, I work at The Wharton School, where we're a Python/Django (on RHEL) and SQL Server shop. I was responsible for implementing a working configuration for Django, starting with v

Re: status of 1.9 release blockers

2015-09-12 Thread Tim Graham
With 1 week to go until alpha: I haven't heard anything from Marc or Preston on the major features from the last mail. Jani continues to give updates in #django-dev about his progress on getting the Oracle GIS backend working. Things seem to be on track for finishing up by alpha. On Friday, S

Re: Making the test suite run faster

2015-09-12 Thread Tim Graham
Aymeric merged this on Thursday. Big thanks to him! Now it's time to have a competition to build the machine that will run the Django test suite in the fastest time. :-) On Wednesday, September 9, 2015 at 3:06:30 AM UTC-4, Aymeric Augustin wrote: > > Le 8 sept. 2015 à 18:42, Michael Manfre > >

Fellow Report - September 12, 2015

2015-09-12 Thread Tim Graham
Report for week ending September 12, 2015: Triaged --- https://code.djangoproject.com/ticket/25366 - Changing the type of a primary_key field in a migration does not update FK columns pointing to it (duplicate) https://code.djangoproject.com/ticket/25354 - related_query_name doesn't su

Re: Django Admin - ModelAdmin exclude

2015-09-12 Thread Luke Plant
My initial reaction: The docs, with Tim's correction, will look like: The ``get_exclude`` method is given the ``HttpRequest`` and the ``obj`` being edited and is expected to return a list of fields, as described above in the :attr:`ModelAdmin.exclude` section. However, the default implementa