Changes between Version 1 and Version 2 of GlobalState


Ignore:
Timestamp:
Nov 13, 2011, 11:46:54 PM (12 years ago)
Author:
Preston Holmes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GlobalState

    v1 v2  
    1 = What is "global state" =
     1= Global State =
     2
     3This page serves as a collecting point for facts and consideration of global state in Django.
     4
     5== What is "global state" ==
    26
    37This generally refers to variables in memory that are available to any code running within a given context
Back to Top