#2040 closed task (duplicate)
[patch] Refactoring: "_get_sql_field_def" extracted from "_get_sql_model_create"
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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
Attachments (1)
Change History (3)
by , 18 years ago
Attachment: | _get_sql_field_def.diff added |
---|
comment:1 by , 18 years ago
Note:
See TracTickets
for help on using tickets.
What's the goal of this patch?