Changes between Initial Version and Version 1 of Ticket #22995, comment 5


Ignore:
Timestamp:
Sep 4, 2015, 11:48:03 AM (9 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22995, comment 5

    initial v1  
    1 I put together a [https://github.com/timgraham/django/compare/22995 proof of concept] for removing usage of `auto_add` from the admin. I agree removing them would be disruptive. We have done a similar thing to what Aymeric suggested (deprecating, but not removing) with [https://docs.djangoproject.com/en/1.6/ref/models/instances/#the-permalink-decorator @permalink].
     1I put together a [https://github.com/django/django/pull/5233 proof of concept] for removing usage of `auto_add` from the admin. I agree removing them would be disruptive. We have done a similar thing to what Aymeric suggested (deprecating, but not removing) with [https://docs.djangoproject.com/en/1.6/ref/models/instances/#the-permalink-decorator @permalink].
Back to Top