diff options
| author | Collin Anderson <cmawebsite@gmail.com> | 2015-02-05 13:25:34 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-06 09:35:08 -0500 |
| commit | fc8e1e0c107fe5fc8c82f01dfabfa9b7a196a67c (patch) | |
| tree | 2479a9a9fdc399e9ec6d640d9eaca191e66e6c6c /django/apps | |
| parent | 232a1d297c8431a77f3dbb9bcf453d17eb5e3315 (diff) | |
[1.8.x] Fixed E265 comment style
Backport of db77915c9fd35a203edd8206f702ee4082f04d4a from master
Diffstat (limited to 'django/apps')
| -rw-r--r-- | django/apps/registry.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/apps/registry.py b/django/apps/registry.py index 68aa411d91..efef0c9174 100644 --- a/django/apps/registry.py +++ b/django/apps/registry.py @@ -344,7 +344,7 @@ class Apps(object): for model in self.get_models(include_auto_created=True): model._meta._expire_cache() - ### DEPRECATED METHODS GO BELOW THIS LINE ### + # ### DEPRECATED METHODS GO BELOW THIS LINE ### def load_app(self, app_name): """ |
