Changes between Version 9 and Version 10 of SummerOfCode2015
- Timestamp:
- Mar 13, 2015, 12:52:00 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SummerOfCode2015
v9 v10 191 191 192 192 === Formset improvements === 193 * "Complexity:" Easy193 * "Complexity:" Low 194 194 195 195 One of the big problems in web programming is making a request object available everywhere that it might be needed. Some frameworks tackle this problem by using a threadlocal. A threadlocal is essentially a global variable that allows you to access stateful information, such as the currently active request.