| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .. _index:
- South documentation
- ===================
- South is a tool to provide consistent, easy-to-use and database-agnostic
- migrations for Django applications.
- This is the documentation for the current version (0.7); previous versions'
- documentation was written directly into our wiki, but is mostly a subset of
- what is written here.
- If you want to view the old docs (for example, if you need something that was
- only in 0.6) they're `still available <http://south.aeracode.org/wiki/OldDocumentation>`_.
- Support
- -------
- 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>`_.
- Contents
- --------
- .. toctree::
- :maxdepth: 2
-
- about
- whataremigrations
- installation
- tutorial/index
- databaseapi
- convertinganapp
- migrationstructure
- dependencies
- commands
- unittests
- ormfreezing
- generics
- customfields
- autodetector
- signals
- fixtures
- settings
- releasenotes/index
|