You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

address.rst 473B

1234567891011121314151617181920212223
  1. .. spelling::
  2. Solr
  3. =======
  4. Address
  5. =======
  6. The address app provides core address models - it doesn't provide any views or
  7. other functionality. Of the 5 abstract models, only 2 have a non-abstract
  8. version in ``oscar.apps.address.models`` - the others are used by the order app
  9. to provide shipping and billing address models.
  10. Abstract models
  11. ---------------
  12. .. automodule:: oscar.apps.address.abstract_models
  13. :members:
  14. :show-inheritance:
  15. Views
  16. -----
  17. None.