Changes between Initial Version and Version 1 of Ticket #24299, comment 2
- Timestamp:
- Feb 8, 2015, 8:04:54 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24299, comment 2
initial v1 1 The removel of `ContentType.name` as a field in b4ac23290772e0c11379eb2dfb81c750b7052b66 introduced this bug in 1.8. `ContentType.get_for_model` can't be used at all for non-existing content types until the `0002_remove_content_type_name` migration is applied. 2 3 Making the first migrations of `contrib.auth` and `contrib.admin` dependant on `0002_remove_content_type_name` solves the issue for those apps, but not necessarily for all apps that use content types. 1 The removel of `ContentType.name` as a field in b4ac23290772e0c11379eb2dfb81c750b7052b66 introduced this bug in 1.8.