| 1234567891011121314151617181920212223 |
- .. spelling::
-
- Solr
-
- =======
- 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.
|