Changes between Version 1 and Version 2 of Ticket #13711, comment 20


Ignore:
Timestamp:
Jun 19, 2014, 2:18:04 PM (10 years ago)
Author:
ANUBHAV JOSHI

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13711, comment 20

    v1 v2  
    44
    55EDITS:
    6 This could be similar to the one which was removed:connection.supports_long_model_names`(This was used for the dbs which either did truncation calling truncate_name or by itself by skipping the chars after its max limit. This second part created problems). It would be like renaming this attribute to the above because the earlier use created problems and the new usage for checking only usage of `truncate_name` does not.
     6This could be similar to the one which was removed:`connection.supports_long_model_names`(This was used for the dbs which either did truncation calling truncate_name or by itself by skipping the chars after its max limit. This second part created problems). It would be like renaming this attribute to the above because the earlier use created problems and the new usage for checking only usage of `truncate_name` does not.
Back to Top