Changes between Initial Version and Version 3 of Ticket #24104


Ignore:
Timestamp:
Jan 9, 2015, 1:37:56 AM (9 years ago)
Author:
Claude Paroz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24104

    • Property Has patch set
    • Property Patch needs improvement set
    • Property Severity NormalRelease blocker
    • Property Triage Stage UnreviewedAccepted
    • Property Summary Refs #23987 - SQLite schema should to look for internal type of field instead of class instance when choosing a default for created fieldsSQLite 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#285 for example where this issue can be present.
     1See [[https://github.com/alex/django-taggit/issues/285|alex/django-taggit#285]] for example where this issue can be present.
    22Some custom related fields can not have a default, but in the same time they will be not inheritors of ManyToManyField.
Back to Top