Re: Django Admin - ModelAdmin exclude

2015-06-06 Thread Peter J. Farrell
In our case, we need to dynamically include additional "exclude" fields in our VersionableAdmin and not override the selections the developer has set in their subclass. There are two options to accomplished this: 1) Override get_form() which is messy because you can't just call super here and

Newer version of Sqlite (3.8.9) breaks django -- should we backport

2015-04-14 Thread Peter J. Farrell
Official ticket: https://code.djangoproject.com/ticket/24637 PR: https://github.com/django/django/pull/4494 Sqlite 3.8.9 which was just released on 4/8/2015 as gold has changed behavior with index_list() functionality by adding 2 more columns of data the returned queryset. This breaks introspe