Changes between Version 3 and Version 4 of DjangoSpecifications/Core/Threading
- Timestamp:
- Apr 4, 2008, 8:53:05 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/Threading
v3 v4 50 50 }}} 51 51 52 === Database model locking === 53 54 All functions that have `.alters_data = True` should be wrapped with a locked block. 55 52 56 == Notes == 53 57