Changes between Initial Version and Version 3 of Ticket #24104
- Timestamp:
- Jan 9, 2015, 1:37:56 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24104
- Property Has patch set
- Property Patch needs improvement set
- Property Severity Normal → Release blocker
- Property Triage Stage Unreviewed → Accepted
- Property Summary Refs #23987 - SQLite schema should to look for internal type of field instead of class instance when choosing a default for created fields → SQLite schema should to look for internal type of field instead of class instance when choosing a default for created fields
-
Ticket #24104 – Description
initial v3 1 See alex/django-taggit#285for example where this issue can be present.1 See [[https://github.com/alex/django-taggit/issues/285|alex/django-taggit#285]] for example where this issue can be present. 2 2 Some custom related fields can not have a default, but in the same time they will be not inheritors of ManyToManyField.