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
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
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