django1/django/contrib/sites
Aymeric Augustin 7eea9bf303 Normalized Model._meta.installed.
Used the information from the app cache instead of creating a duplicate
based on INSTALLED_APPS.

Model._meta.installed is no longer writable. It was a rather sketchy way
to alter private internals anyway.
2013-12-17 21:55:16 +01:00
..
locale Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
admin.py Whitespace cleanup. 2013-10-10 16:49:20 -04:00
management.py Continue to attack E302 violations 2013-11-02 10:18:46 -07:00
managers.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
models.py Moved import at proper place in contrib.sites 2013-11-16 11:13:04 +01:00
tests.py Normalized Model._meta.installed. 2013-12-17 21:55:16 +01:00