Opened 10 years ago
Last modified 10 years ago
#24104 closed Cleanup/optimization
Refs #23987 - SQLite schema should to look for internal type of field instead of class instance when choosing a default for created fields — at Initial Version
Reported by: | Andriy Sokolovskiy | Owned by: | Andriy Sokolovskiy |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 1.7 |
Severity: | Release blocker | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
See alex/django-taggit#285 for example where this issue can be present.
Some custom related fields can not have a default, but in the same time they will be not inheritors of ManyToManyField.
Note:
See TracTickets
for help on using tickets.