Skip to content

Latest commit

 

History

History
109 lines (73 loc) · 2 KB

CHANGELOG.rst

File metadata and controls

109 lines (73 loc) · 2 KB

1.0.5

released 2016-01-14

  • Fixed atomic use as callable decorator.

1.0.4

released 2016-01-07

  • Fixed transaction isolation in django 1.8

1.0.3

released 2016-01-06

  • Fixed the Cherry Py plugin in django 1.8

1.0.2

released 2016-01-04

  • Tests once again work in MySQL in all supported versions of django
  • Dropped support for rebuilding the schema of the DB between test.

1.0.1b1

released 2015-11-19

  • We now support django 1.7 and django 1.8.
  • Fixed an issue with the mail outbox not being cleared between tests.

1.0.0b1

released 2012-03-20

Major changes afoot!

  • Run your tests multiprocess!
  • Nosedjango now has a plugin system including the following plugins:
    • Multiprocess support
    • Selenium
    • Cherrpy test server
    • Temporary file storage for testing
    • Celery
    • Sphinx Search
    • In-memory sqlite
    • SSH tunneling
  • All of your testcases that use fixtures are now much faster. We use an improved transaction rollback strategy which optimizes away the slowest part of your testcase (loading fixtures).

0.8.1

A bugfix release, released 2010-08-20

  • Fix transaction management problems when using django.test.TestCase

0.8.0

Un-debianized version, released 2010-08-18

  • Add CHANGES (this!) file
  • Remove debianization

0.7.3

A bugfix release, released 2010-08-17

  • debian: Don't package with cdbs
  • Fix a bug caused by a merge

0.7.2

A bugfix release, released 2010-02-25

  • Add --django-interactive option to run tests interactively
  • Fixed attribute error when transaction support is not supported by the database
  • Add support for south
  • Add a command-line option to run the tests using an in-memory sqlite
  • Improve documentation
  • Fix database and mail handling
  • Clean up useless comments and code

0.7.1

  • Improve documentation on fixtures and transactiosn
  • Allow transactiosn to be controlled per test

0.7.0

  • Add support for testing inside transactions
  • Debianize nosedjango
  • Improve documentation