Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 473 Bytes

address.rst

File metadata and controls

23 lines (17 loc) · 473 Bytes
.. 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.