Commit 8cfcd801 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Fixed stupid error in 21f22f95.

parent 368d90e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -344,7 +344,7 @@ class Apps(object):

        This is mostly used in tests.
        """
        self.clear_cache()
        self.get_models.cache_clear()

    ### DEPRECATED METHODS GO BELOW THIS LINE ###