Changes between Initial Version and Version 1 of Ticket #26749, comment 4


Ignore:
Timestamp:
Jun 20, 2016, 7:59:35 AM (8 years ago)
Author:
Tim Graham

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26749, comment 4

    initial v1  
    1616The change you suggest, with `related_manager_name`, seems in line with my understanding? If so, should `GenericForeignKey` use it as well?
    1717
    18 (by the way, in the [https://docs.djangoproject.com/en/1.10/topics/db/managers/#django.db.models.Model._default_manager default manager documentation], I thinkg it should say `default_manager_name` instead of `base_manager_name`?)
     18(by the way, in the [https://docs.djangoproject.com/en/1.10/topics/db/managers/#django.db.models.Model._default_manager default manager documentation], I think it should say `default_manager_name` instead of `base_manager_name`?)
Back to Top