Changes between Initial Version and Version 1 of Ticket #28147, comment 8


Ignore:
Timestamp:
May 7, 2019, 9:41:55 AM (5 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28147, comment 8

    initial v1  
    1010author.save()
    1111book.save()
     12book.refresh_from_db()
     13self.assertEqual(book.nullable_author, author)
    1214}}}
    1315
Back to Top