bluespider42
bluespider42
#### One line description of the issue Cannot have a Foreign Key as a field in an Embedded Field model. #### Python script ```python class TestForeignKey(models.Model): _id = models.ObjectIdField() my_field...
In version 0.6 `self.prompt()` has moved inside the inner_runner which is not public. It was useful to have access to `.prompt()` to display the prompt after printing any information so...
The function `write_block` in the sdmmc module currently blocks while waiting for the SD card after the block has been written. This can be several milliseconds depending on the SD...