- 1.0
  * New fixture-bundling plugin for avoiding needless fixture setup (Erik Rose)
  * Moved FastFixtureTestCase in from test-utils, so now all the
    fixture-bundling stuff is in one library. (Erik Rose)
  * Added the REUSE_DB setting for faster startup and shutdown. (Erik Rose)
  * Fixed a crash when printing options with certain verbosities. (Daniel Abel)
  * Broke hard dependency on MySQL. Support PostgreSQL. (Roger Hu)
  * Support SQLite, both memory- and disk-based. (Roger Hu and Erik Rose)
  * Nail down versions of the package requirements. (Daniel Mizyrycki)

- 0.1.3 (04-15-10)
  * Even better coverage support (rozza)
  * README fixes (carljm and ionelmc)
  * optparse OptionGroups are handled better (outofculture)
  * nose plugins are loaded before listing options

- 0.1.2 (08-14-10)
  * run_tests API support (carjm)
  * better coverage numbers (rozza & miracle2k)
  * support for adding custom nose plugins (kumar303)

- 0.1.1 (06-01-10)
  * Cleaner installation (Michael Fladischer)

- 0.1 (05-18-10)
  * Class-based test runner (Antti Kaihola)
  * Django 1.2 compatibility (Antti Kaihola)
  * Mapping Django verbosity to nose verbosity

- 0.0.3 (12-31-09)

  * Python 2.4 support (Blake Winton)
  * GeoDjango spatial database support (Peter Baumgartner)
  * Return the number of failing tests on the command line

- 0.0.2 (10-01-09)

  * rst readme (Rob Madole)

- 0.0.1 (10-01-09)

  * birth!
