1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
|
django-tables (1.2.0-1) unstable; urgency=medium
* New upstream version.
-- Brian May <bam@debian.org> Tue, 03 May 2016 10:42:34 +1000
django-tables (1.1.6-2) unstable; urgency=medium
[ Neil Williams ]
* Update django build depends to 1.8 as 1.7 in jessie causes the
django-tables test suite to fail.
* Add clean rule to remove docs/.build to allow package to build twice
in a row.
[ Brian May ]
* Add changes by Neil Williams. Closes: #822224.
-- Brian May <bam@debian.org> Sun, 24 Apr 2016 12:08:22 +1000
django-tables (1.1.6-1) unstable; urgency=medium
* New upstream version.
-- Brian May <bam@debian.org> Wed, 06 Apr 2016 12:53:39 +1000
django-tables (1.0.7-1) unstable; urgency=medium
* New upstream version.
* Fixes FTBFS with Django 1.9. Closes: #806359.
-- Brian May <bam@debian.org> Mon, 04 Jan 2016 09:58:37 +1100
django-tables (1.0.4-2) unstable; urgency=medium
* Implement working tests.
-- Brian May <bam@debian.org> Wed, 28 Oct 2015 21:20:03 +1100
django-tables (1.0.4-1) unstable; urgency=medium
* New upstream version.
-- Brian May <bam@debian.org> Thu, 22 Oct 2015 14:28:17 +1100
django-tables (0.15.0-4) unstable; urgency=medium
* Fix debian/watch.
* Add patch for Django 1.8 compatibility.
* Swap Maintainer and Uploaders. Maintainer is now DPMT.
-- Brian May <bam@debian.org> Thu, 22 Oct 2015 10:17:32 +1100
django-tables (0.15.0-3) unstable; urgency=low
* Add patch from https://github.com/bradleyayers/django-tables2/pull/214 as
dont_call_managers.patch to fix problems with many to many fields. See
https://github.com/bradleyayers/django-tables2/issues/211 for details.
* Add patch from
https://github.com/luzfcb/django-tables2/commit/f3613c41208b0e7080777416f13ea2de6c65da02
as remove_sorteddict.patch to remove depreciated use of SortedDict.
See https://github.com/bradleyayers/django-tables2/issues/212 for details.
-- Brian May <bam@debian.org> Fri, 17 Oct 2014 09:54:38 +1100
django-tables (0.15.0-2) unstable; urgency=low
* Python3 package.
-- Brian May <bam@debian.org> Fri, 04 Apr 2014 09:42:10 +1100
django-tables (0.15.0-1) unstable; urgency=low
* New upstream version.
-- Brian May <bam@debian.org> Fri, 04 Apr 2014 08:55:48 +1100
django-tables (0.13.0-3) unstable; urgency=low
* Fix typo in debian/control, broke upgrades. Fixes: #717999.
-- Brian May <bam@debian.org> Sun, 28 Jul 2013 10:41:44 +1000
django-tables (0.13.0-2) unstable; urgency=low
* Set DPMT as Uploaders.
* Switch to dh_python2.
* Bump Standards version to 3.9.4.
* Bump debhelper Build-Depends to >= 8.1.0~.
* Rename to python-django-filter, provide transitional dummy package
* Build documentation with sphinx and move it to separate package
python-django-filter-doc.
* Change short and long description.
* Make dependencies on python-django versioned.
* Drop debian/pycompat.
* Add X-Python-Version.
* Use DEP5 format for d/copyright.
* Add d/watch file.
* Move Homepage field to source section.
-- Brian May <bam@debian.org> Thu, 20 Jun 2013 10:18:20 +1000
django-tables (0.13.0-1) unstable; urgency=low
* New upstream version.
* Requires Django 1.2 or newer.
-- Brian May <bam@debian.org> Sun, 21 Oct 2012 10:47:50 +1100
django-tables (0.11.0-1) unstable; urgency=low
* New upstream version.
-- Brian May <bam@debian.org> Tue, 18 Sep 2012 09:41:45 +1000
django-tables (0.10.2-2) unstable; urgency=low
* Don't import views.py by default, breaks Python 2.6.
* Fix incorrect depreciation warning.
-- Brian May <bam@debian.org> Sun, 01 Apr 2012 09:09:03 +1000
django-tables (0.10.2-1) unstable; urgency=low
* New upstream version.
* Bugs fixed.
* Django 1.4 support.
-- Brian May <bam@debian.org> Wed, 28 Mar 2012 12:21:19 +1100
django-tables (0.9.6-2) unstable; urgency=low
* Resolve compatibility issues with Debian/squeeze.
-- Brian May <bam@debian.org> Tue, 13 Mar 2012 11:55:12 +1100
django-tables (0.9.6-1) unstable; urgency=low
* New upstream version from
https://github.com/bradleyayers/django-tables2 fork
* Major incompatible non-backwards compatible changes.
-- Brian May <bam@debian.org> Mon, 05 Mar 2012 14:23:32 +1100
django-tables (0.2.1-2) unstable; urgency=low
* Remove redundant line from debian/rules.
-- Brian May <bam@debian.org> Fri, 08 Apr 2011 10:34:18 +1000
django-tables (0.2.1-1) unstable; urgency=low
* Initial release. Closes: #619194.
-- Brian May <bam@debian.org> Mon, 28 Mar 2011 11:37:40 +1100
|