|
|
@@ -6,7 +6,7 @@ Dynamic class loading is the foundation for making Oscar extensively
|
|
6
|
6
|
customisable. It is hence worth understanding how it works, because most
|
|
7
|
7
|
customisations depend on it.
|
|
8
|
8
|
|
|
9
|
|
-It is achieved by :meth:`oscar.core.loading.get_classes` and it's
|
|
|
9
|
+It is achieved by :meth:`oscar.core.loading.get_classes` and its
|
|
10
|
10
|
single-class cousin :meth:`~oscar.core.loading.get_class`. Wherever feasible,
|
|
11
|
11
|
Oscar's codebase uses ``get_classes`` instead of a regular import statement::
|
|
12
|
12
|
|