Project

General

Profile

Statistics
| Branch: | Revision:

root / env / lib / python2.7 / site-packages / south / hacks / __init__.py @ d1a4905f

History | View | Annotate | Download (278 Bytes)

1
"""
2
The hacks module encapsulates all the horrible things that play with Django
3
internals in one, evil place.
4
This top file will automagically expose the correct Hacks class.
5
"""
6

    
7
# Currently, these work for 1.0 and 1.1.
8
from south.hacks.django_1_0 import Hacks
9

    
10
hacks = Hacks()