Changes between Version 9 and Version 10 of SummerOfCode2015


Ignore:
Timestamp:
Mar 13, 2015, 12:52:00 AM (9 years ago)
Author:
Russell Keith-Magee
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2015

    v9 v10  
    191191
    192192=== Formset improvements ===
    193 * "Complexity:" Easy
     193* "Complexity:" Low
    194194
    195195One 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.
Back to Top