Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/c/h/chieftain-HEAD/api1/tests.py chieftain(Download)
# The post itself must remain in the database with is_deleted # field set to True. p = Post.deleted_objects.get(id=post_id) assert p.is_deleted # The remote client should not be able to retrieve it, though.