Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
django-taggit
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d7b7fbe4
authored
Apr 20, 2014
by
Florian Apolloner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increased versions and updated changelog.
parent
42740bf8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
+7
-6
CHANGELOG.txt
+2
-1
docs/conf.py
+3
-3
setup.py
+1
-1
taggit/__init__.py
+1
-1
No files found.
CHANGELOG.txt
View file @
d7b7fbe4
Changelog
Changelog
=========
=========
0.12.0 (
XX.XX.XXXX
)
0.12.0 (
20.04.2014
)
~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~
* **Backwards incompatible:** Support for Django 1.7 migrations. South users
* **Backwards incompatible:** Support for Django 1.7 migrations. South users
have to set ``SOUTH_MIGRATION_MODULES`` to use ``taggit.south_migrations``
have to set ``SOUTH_MIGRATION_MODULES`` to use ``taggit.south_migrations``
...
@@ -12,6 +12,7 @@ Changelog
...
@@ -12,6 +12,7 @@ Changelog
try to save the tag and if that fails fall back to selecting existing
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
similar tags and retry -- if that fails too an ``IntegrityError`` is
raised by the database, your app will have to handle that.
raised by the database, your app will have to handle that.
* Added Italian and Esperanto translations.
0.11.2 (13.12.2013)
0.11.2 (13.12.2013)
~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~
...
...
docs/conf.py
View file @
d7b7fbe4
...
@@ -38,16 +38,16 @@ master_doc = 'index'
...
@@ -38,16 +38,16 @@ master_doc = 'index'
# General information about the project.
# General information about the project.
project
=
u'django-taggit'
project
=
u'django-taggit'
copyright
=
u'2010-201
3
, Alex Gaynor and others.'
copyright
=
u'2010-201
4
, Alex Gaynor and others.'
# The version info for the project you're documenting, acts as replacement for
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# |version| and |release|, also used in various other places throughout the
# built documents.
# built documents.
#
#
# The short X.Y version.
# The short X.Y version.
version
=
'0.12
a1
'
version
=
'0.12'
# The full version, including alpha/beta/rc tags.
# The full version, including alpha/beta/rc tags.
release
=
'0.12
a1
'
release
=
'0.12'
# The language for content autogenerated by Sphinx. Refer to documentation
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# for a list of supported languages.
...
...
setup.py
View file @
d7b7fbe4
...
@@ -7,7 +7,7 @@ f.close()
...
@@ -7,7 +7,7 @@ f.close()
setup
(
setup
(
name
=
'django-taggit'
,
name
=
'django-taggit'
,
version
=
'0.12
a1
'
,
version
=
'0.12'
,
description
=
'django-taggit is a reusable Django application for simple tagging.'
,
description
=
'django-taggit is a reusable Django application for simple tagging.'
,
long_description
=
readme
,
long_description
=
readme
,
author
=
'Alex Gaynor'
,
author
=
'Alex Gaynor'
,
...
...
taggit/__init__.py
View file @
d7b7fbe4
VERSION
=
(
0
,
12
,
0
,
'alpha'
,
1
)
VERSION
=
(
0
,
12
,
0
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment