| 12345678910111213141516171819 |
- =======
- Address
- =======
-
- The address app provides core address models - it doesn't provide any views or
- other functionality. Of the 5 abstract models, only 2 have a non-abstract
- version in ``oscar.apps.address.models`` - the others are used by the order app
- to provide shipping and billing address models.
-
- Abstract models
- ---------------
-
- .. automodule:: oscar.apps.address.abstract_models
- :members:
- :show-inheritance:
-
- Views
- -----
- None.
|