created_at / modified_at on all database tables

2015-09-15 Thread Aron Podrigal
Hi, I'd like to propose a created_at / modified_at auto field to models so that one can just turn this functionality on by a setting in settings.py or within the models Meta settings. I want these fields on both of the OneToOne related models when using concrete inheritance, thus using a TimeSt

Re: Capturing faked migrations in django_migrations table

2015-09-15 Thread Markus Holtermann
First of all, thanks for all the feedback! While the PR is in a good state there's one discussion happening with a decision that needs to be made: The current Django documentation states that log messages are send to the console from INFO level an up. However, because of a misconfiguration this

Improve adding data to forms programmatically

2015-09-15 Thread 'Moritz Sichert' via Django developers (Contributions to Django itself)
Hello, currently you can add data to forms either by passing it into the "initial" or the "data" argument of Form. However sometimes I have the need to add data to a Form that isn't request.POST and doesn't come from an http request. My use case is the following: I have a form where a user can e