django1/django/core/serializers
Aymeric Augustin d44de9b933 Removed the _-prefix for populate().
Several parts of Django call get_apps() with a comment along this lines
of "this has the side effect of calling _populate()". I fail to see how
this is better than just calling populate()!
2013-12-17 10:17:45 +01:00
..
__init__.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
base.py Removed the _-prefix for populate(). 2013-12-17 10:17:45 +01:00
json.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
python.py Removed the _-prefix for populate(). 2013-12-17 10:17:45 +01:00
pyyaml.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
xml_serializer.py Removed module-level functions for the app cache. 2013-12-17 10:17:44 +01:00