Fixed #5470 -- Fixed the 'Z' time format marker in templates to handle timezones...
[django.git] / django / dispatch / __init__.py
blobbccae2a2daf9009c378848ee6b7b70403321e071
1 """Multi-consumer multi-producer dispatching mechanism
2 """
3 __version__ = "1.0.0"
4 __author__ = "Patrick K. O'Brien"
5 __license__ = "BSD-style, see license.txt for details"