#2040 closed task (duplicate)
[patch] Refactoring: "_get_sql_field_def" extracted from "_get_sql_model_create"
Description ¶
This patch adds the function "_get_sql_field_def", which returns the sql definition for a table column (field).
The patch does not break any existent behaviour (_get_sql_model_create remained unmodified)
The patch is part of the Django Audit
Change History (3)
by , 19 years ago
Attachment: | _get_sql_field_def.diff added |
---|
comment:1 by , 19 years ago
Note:
See TracTickets
for help on using tickets.
What's the goal of this patch?