See the attached project with a simple model illustrating this issue.
--
Ticket URL: <https://code.djangoproject.com/ticket/24678>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "auto_now_add_test.zip" added.
Simple Django 1.8 project with a single model illustrating this issue
* status: new => closed
* needs_better_patch: => 0
* resolution: => invalid
* needs_tests: => 0
* needs_docs: => 0
Comment:
Yes, this was indeed enforced in #21798. The error message is right, you
are not supposed to set both parameters. In your example use case,
`auto_now` is sufficient.
--
Ticket URL: <https://code.djangoproject.com/ticket/24678#comment:1>