1.4
Version 1.4 contains a large update to caching, querysets and other SQL operations are now cached. A lot of work was put in to make sure users wont see any stale data on the page, which is a common side affect of caching.
Caveats
- Since querysets are now cached any changes we make in data administration will likely not show up until those caches expire (1 hour)
- Stale Data - We need to pay close attention to any areas of the system that might not be reflecting the latest changes.