File: changelog

package info (click to toggle)
django-taggit 0.21.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 492 kB
  • ctags: 695
  • sloc: python: 2,431; makefile: 76
file content (171 lines) | stat: -rw-r--r-- 4,982 bytes parent folder | download
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
django-taggit (0.21.3-1) unstable; urgency=medium

  * New upstream release.
  * Change VCS-Git URL to https.

 -- Michal Čihař <nijel@debian.org>  Thu, 17 Nov 2016 11:20:57 +0100

django-taggit (0.21.2-1) unstable; urgency=medium

  * New upstream release.
    - Fixes test on Django 1.10 (Closes: #834668)
  * Add Build-Conflicts with Django 1.10 as it breaks build (1.10.1 works
    fine).

 -- Michal Čihař <nijel@debian.org>  Wed, 07 Sep 2016 13:05:54 +0200

django-taggit (0.20.2-1) unstable; urgency=medium

  * New upstream release.
  * Move package to python modules git and team maintenance.

 -- Michal Čihař <nijel@debian.org>  Mon, 01 Aug 2016 11:42:29 +0200

django-taggit (0.20.1-1) unstable; urgency=medium

  * New upstream release.
    - Fixes build with Django 1.10 (Closes: #828659).

 -- Michal Čihař <nijel@debian.org>  Wed, 29 Jun 2016 15:18:45 +0200

django-taggit (0.20.0-1) unstable; urgency=medium

  * New upstream release.

 -- Michal Čihař <nijel@debian.org>  Tue, 21 Jun 2016 15:12:47 +0200

django-taggit (0.19.1-1) unstable; urgency=medium

  * New upstream release.

 -- Michal Čihař <nijel@debian.org>  Thu, 26 May 2016 09:15:27 +0200

django-taggit (0.18.3-1) unstable; urgency=medium

  * New upstream release.

 -- Michal Čihař <nijel@debian.org>  Wed, 18 May 2016 13:13:36 +0200

django-taggit (0.18.2-1) unstable; urgency=medium

  * New upstream release.
  * Bump standards to 3.9.8.

 -- Michal Čihař <nijel@debian.org>  Thu, 12 May 2016 09:29:19 +0200

django-taggit (0.18.0-1) unstable; urgency=medium

  * New upstream release.

 -- Michal Čihař <nijel@debian.org>  Mon, 25 Jan 2016 15:46:09 +0100

django-taggit (0.17.6-1) unstable; urgency=medium

  * New upstream release.

 -- Michal Čihař <nijel@debian.org>  Mon, 14 Dec 2015 08:04:59 +0100

django-taggit (0.17.5-1) unstable; urgency=medium

  * New upstream release.
    - Django 1.9 compatibility.

 -- Michal Čihař <nijel@debian.org>  Fri, 04 Dec 2015 16:53:08 +0100

django-taggit (0.17.4-1) unstable; urgency=medium

  * New upstream release.

 -- Michal Čihař <nijel@debian.org>  Fri, 27 Nov 2015 08:37:05 +0100

django-taggit (0.17.3-1) unstable; urgency=medium

  * New upstream release.
    - Django 1.9 compatibility.

 -- Michal Čihař <nijel@debian.org>  Thu, 29 Oct 2015 14:44:36 +0100

django-taggit (0.17.1-1) unstable; urgency=medium

  * New upstream release.

 -- Michal Čihař <nijel@debian.org>  Thu, 17 Sep 2015 09:47:25 +0200

django-taggit (0.17.0-1) unstable; urgency=medium

  * New upstream release.
  * Update debian/watch.
  * Add python 3 package.
  * Run tests during build.

 -- Michal Čihař <nijel@debian.org>  Mon, 24 Aug 2015 13:44:42 +0200

django-taggit (0.12.2-1) unstable; urgency=medium

  * New upstream release.
    - Fixed 1.7 migrations.
  * Bump standards to 3.9.6.

 -- Michal Čihař <nijel@debian.org>  Thu, 25 Sep 2014 09:20:46 +0200

django-taggit (0.12.1-1) unstable; urgency=medium

  * New upstream release.
    - Complete support for Django 1.7 (Closes: #755614).

 -- Michal Čihař <nijel@debian.org>  Mon, 11 Aug 2014 09:55:45 +0200

django-taggit (0.12-1) unstable; urgency=low

  * New upstream release.
    - Backwards incompatible: Support for Django 1.7 migrations. South users
      have to set SOUTH_MIGRATION_MODULES to use taggit.south_migrations
      for taggit.
    - Backwards incompatible: Django's new transaction handling is used on
      Django 1.6 and newer.
    - Backwards incompatible: Tag.save got changed to opportunistically
      try to save the tag and if that fails fall back to selecting existing
      similar tags and retry -- if that fails too an IntegrityError is
      raised by the database, your app will have to handle that.
    - Added Italian and Esperanto translations.

 -- Michal Čihař <nijel@debian.org>  Tue, 29 Apr 2014 10:05:29 +0200

django-taggit (0.11.2-2) unstable; urgency=medium

  * Bump standards to 3.9.5.
  * Really do not ship tests in module without namespace (Closes: #738210).

 -- Michal Čihař <nijel@debian.org>  Mon, 10 Feb 2014 09:36:44 +0100

django-taggit (0.11.2-1) unstable; urgency=medium

  * New upstream release.
  * Do not ship tests in module without namespace (Closes: #733729).

 -- Michal Čihař <nijel@debian.org>  Fri, 03 Jan 2014 10:20:12 +0100

django-taggit (0.11.1-1) unstable; urgency=low

  * New upstream release.
  * Bump standards to 3.9.5.

 -- Michal Čihař <nijel@debian.org>  Mon, 09 Dec 2013 14:00:12 +0100

django-taggit (0.10a1-3) unstable; urgency=low

  * Fixed Vcs-* fields in debian/control (Closes: #721524).

 -- Michal Čihař <nijel@debian.org>  Mon, 09 Sep 2013 09:36:36 +0200

django-taggit (0.10a1-2) unstable; urgency=low

  * Fix typo in package name.

 -- Michal Čihař <nijel@debian.org>  Thu, 15 Aug 2013 16:48:21 +0200

django-taggit (0.10a1-1) unstable; urgency=low

  * Initial release. (Closes: #719809)

 -- Michal Čihař <nijel@debian.org>  Thu, 15 Aug 2013 16:31:05 +0200