Changes between Initial Version and Version 3 of Ticket #24104
- Timestamp:
- 01/09/15 07:37:56 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24104
- Property Patch needs improvement set
-
Property
Summary
changed from
Refs #23987 - SQLite schema should to look for internal type of field instead of class instance when choosing a default for created fields
toSQLite schema should to look for internal type of field instead of class instance when choosing a default for created fields
- Property Has patch set
-
Property
Triage Stage
changed from
Unreviewed
toAccepted
-
Property
Severity
changed from
Normal
toRelease blocker
-
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.