debian-django-model-utils/debian/changelog

97 lines
3.1 KiB
Plaintext

django-model-utils (2.5.2-2) unstable; urgency=medium
[ Ben Finney ]
* Improve package description. Closes: #834116, Closes: #834117.
[ Brian May ]
* New upstream release.
* Fix FTBFS: Closes: #828651.
* Update standards version to 3.9.8.
-- Brian May <bam@debian.org> Sun, 11 Sep 2016 12:56:36 +1000
django-model-utils (2.4-1) unstable; urgency=medium
* New upstream issues.
* Fixes FTBFS with Django 1.9. Closes: #806350.
-- Brian May <bam@debian.org> Thu, 03 Dec 2015 09:03:21 +1100
django-model-utils (2.3.1-3) unstable; urgency=medium
* Run tests for Python 3.4 and Python 3.5.
-- Brian May <bam@debian.org> Mon, 26 Oct 2015 13:26:34 +1100
django-model-utils (2.3.1-2) unstable; urgency=medium
* Add VCS-* headers.
* Update Standards-Version to 3.9.6.
-- Brian May <bam@debian.org> Mon, 12 Oct 2015 18:03:27 +1100
django-model-utils (2.3.1-1) unstable; urgency=medium
* New upstream version.
* Swap maintainer and uploaders. Maintainer now set to DPMT.
-- Brian May <bam@debian.org> Mon, 12 Oct 2015 16:28:31 +1100
django-model-utils (2.0.3-2) unstable; urgency=low
* Python3 package.
-- Brian May <bam@debian.org> Thu, 03 Jul 2014 16:07:56 +1000
django-model-utils (2.0.3-1) unstable; urgency=low
* New upstream release. Closes: #739578.
* Take over package from Jonas Smedegaard. Thanks to his contribution to
Debian.
* Remove reference to git repository, it doesn't appear to exist.
* Update to dh_python2.
-- Brian May <bam@debian.org> Fri, 02 May 2014 09:58:50 +1000
django-model-utils (1.3.1-1) unstable; urgency=low
[ upstream ]
* New release.
+ Moved primary development from Bitbucket to GitHub.
+ Removed deprecated ChoiceEnum, InheritanceCastModel,
InheritanceCastManager, and manager_from.
+ Fixed pickling of PassThroughManager.
+ Set use_for_related_fields = True on QueryManager.
+ Added __len__ method to Choices.
+ Fixed InheritanceQuerySet on Django 1.5.
+ Allow specifying default value for a StatusField.
+ Fix calling create() on a RelatedManager that subclasses a dynamic
PassThroughManager.
+ Add workaround in InheritanceQuerySet to avoid overriding prior
calls to select_related().
+ Added support for arbitrary levels of model inheritance in
InheritanceManager.
+ Added ModelTracker for tracking field changes between model saves.
+ Added explicit default to BooleanField in tests, for Django trunk
compatibility.
+ Fix intermittent StatusField bug.
Closes: bug#711358. Thanks to Jakub Wilk.
[ Jonas Smedegaard ]
* Update README.source to emphasize control.in file as *not* a
show-stopper for contributions, referring to wiki page for details.
* Update upstream Homepage and source to github.
* Bump standards-version to 3.9.4.
* Extend coverage for main copyright holder.
* Bump packaging license to GPL-3+, and extend coverage to include
current year.
-- Jonas Smedegaard <dr@jones.dk> Thu, 06 Jun 2013 21:12:17 +0200
django-model-utils (1.1.0-1) unstable; urgency=low
* Initial packaging release.
Closes: bug#694583.
-- Jonas Smedegaard <dr@jones.dk> Wed, 28 Nov 2012 02:27:06 +0100