Changelog for
python3-django-nose-1.4.6-bp153.1.22.noarch.rpm :
* Tue Dec 11 2018 Jan Engelhardt
- Trim bias from descriptions.
* Tue Dec 11 2018 Tomáš Chvátal - Version update to 1.4.6:
* py3.7 support
* Django 2.0 and 2.1 support
* Thu Oct 05 2017 toddrme2178AATTgmail.com- Change django dependency to proper name Django.
* Wed Aug 23 2017 t.grunerAATTkatodev.de- add multi-python support- update to 1.4.5
* Add Django 1.11 support
* Thu Aug 11 2016 tbechtoldAATTsuse.com- update to 1.4.4:
* Add Django 1.10 support
* Drop Django 1.4, 1.7, and Python 2.6 support
* Drop South support
* Add Django 1.9 support
* Support long options without equals signs, such as \"--attr selected\"
* Support nose plugins using callback options
* Support nose options without default values (jsatt)
* Remove Django from install dependencies, to avoid accidental upgrades (jsocol, willkg)
* Setting REUSE_DB to an empty value now disables REUSE_DB, instead of enabling it (wdoekes)
* Warn against using REUSE_DB=1 and FastFixtureTestCase in docs
* REUSE_DB=1 uses new transaction management in Django 1.7, 1.8 (scottsexton)
* Try to avoid accidentally using production database with REUSE_DB=1 (alexjg, eroninjapan)
* Supported Django versions limited to current supported Django version 1.4, 1.7, and 1.8, as well as relevant Python versions.
* Fix version number (ezarowny)
* Fix choice options, unbreaking nose-cover (aamirtharaj-rpx, jwhitlock)
* Support 1.8 app loading system (dgladkov)
* Support non-ASCII file names (singingwolfboy)
* Better PEP8\'d assertion names (roganov)- Fix Url- Use pypi.io as Source url- Adjust Requires
* Mon May 04 2015 benoit.moninAATTgmx.fr- update to version 1.4:
* Django 1.8 support (timc3, adepue, jwhitlock)
* Support --testrunner option (st3lk)
* Fix REUSE_DB second run in py3k (edrmp)- additional chanes from version 1.3:
* Django 1.6 and 1.7 support (conrado, co3k, Nepherhotep, mbertheau)
* Python 3.3 and 3.4 testing and support (frewsxcv, jsocol)- point the source URL to pypi
* Thu Oct 24 2013 speilickeAATTsuse.com- Require python-setuptools instead of distribute (upstreams merged)
* Tue Aug 13 2013 dmuellerAATTsuse.com- update to 1.2:
* Initial Python 3.x support
* Fri Jun 15 2012 saschpeAATTsuse.de- Disable testsuite- Require python-nose
* Mon May 21 2012 alexandreAATTexatati.com.br- Update to 1.1:
* Django TransactionTestCases don\'t clean up after themselves; they leave junk in the DB and clean it up only on _pre_setup. Thus, Django makes sure these tests run last. Now django-nose does, too. This means one fewer source of failures on existing projects. (Erik Rose)
* Add support for hygienic TransactionTestCases. (Erik Rose)
* Support models that are used only for tests. Just put them in any file imported in the course of loading tests. No more crazy hacks necessary. (Erik Rose)
* Make the fixture bundler more conservative, fixing some conceivable situations in which fixtures would not appear as intended if a TransactionTestCase found its way into the middle of a bundle. (Erik Rose)
* Fix an error that would surface when using SQLAlchemy with connection pooling. (Roger Hu)
* Gracefully ignore the new --liveserver option introduced in Django 1.4; don\'t let it through to nose. (Adam DePue)