Changes between Initial Version and Version 1 of Ticket #28147, comment 8
- Timestamp:
- May 7, 2019, 9:41:55 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28147, comment 8
initial v1 10 10 author.save() 11 11 book.save() 12 book.refresh_from_db() 13 self.assertEqual(book.nullable_author, author) 12 14 }}} 13 15