summaryrefslogtreecommitdiff
path: root/repoze/bfg/threadlocal.py
AgeCommit message (Collapse)Author
2009-06-24Speculative fix for symptom similar to:Chris McDonough
http://code.google.com/p/google-app-engine-django/issues/detail?id=11 (reported by webmaven)
2009-06-18repoze.bfg.request.get_request -> repoze.bfg.threadlocal.get_current_requestChris McDonough
repoze.bfg.registry.get_registry -> repoze.bfg.threadlocal.get_current_registry Remove getSiteManager from registry module.
2009-05-31- Remove ``repoze.bfg.wsgi.HTTPException``,Chris McDonough
``repoze.bfg.wsgi.NotFound``, and ``repoze.bfg.wsgi.Unauthorized``. These classes were disused with the introduction of the ``IUnauthorizedView`` and ``INotFoundView`` machinery.
2009-05-31- Remove ``repoze.bfg.threadlocal.setManager``. It was only used inChris McDonough
unit tests.
2009-05-27Merge authchanges branch to trunk.Chris McDonough