django1/django/core/serializers
Aymeric Augustin 80d74097b4 Stopped populating the app registry as a side effect.
Since it triggers imports, it shouldn't be done lightly.

This commit adds a public API for doing it explicitly, django.setup(),
and does it automatically when using manage.py and wsgi.py.
2013-12-30 22:11:17 +01:00
..
__init__.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
base.py Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00
json.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
python.py Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00
pyyaml.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
xml_serializer.py Changed get_model to raise an exception on errors. 2013-12-28 20:53:00 +01:00