index.rst 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .. _index:
  2. South documentation
  3. ===================
  4. South is a tool to provide consistent, easy-to-use and database-agnostic
  5. migrations for Django applications.
  6. This is the documentation for the current version (0.7); previous versions'
  7. documentation was written directly into our wiki, but is mostly a subset of
  8. what is written here.
  9. If you want to view the old docs (for example, if you need something that was
  10. only in 0.6) they're `still available <http://south.aeracode.org/wiki/OldDocumentation>`_.
  11. Support
  12. -------
  13. For initial help with problems, see our `mailing list <http://groups.google.com/group/south-users>`_, or `#django-south <irc://irc.freenode.net/django-south>`_ on `freenode <http://freenode.net/>`_. If you find a real bug, then `file a new ticket <http://south.aeracode.org/newticket>`_.
  14. Contents
  15. --------
  16. .. toctree::
  17. :maxdepth: 2
  18. about
  19. whataremigrations
  20. installation
  21. tutorial/index
  22. databaseapi
  23. convertinganapp
  24. migrationstructure
  25. dependencies
  26. commands
  27. unittests
  28. ormfreezing
  29. generics
  30. customfields
  31. autodetector
  32. signals
  33. fixtures
  34. settings
  35. releasenotes/index