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
9bf243aa
authored
Jul 27, 2013
by
Florian Apolloner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finished Django 1.6 support.
parent
c6d4420c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
.travis.yml
+2
-2
CHANGELOG.txt
+1
-4
setup.cfg
+1
-1
No files found.
.travis.yml
View file @
9bf243aa
...
...
@@ -7,8 +7,8 @@ python:
-
"
3.3"
env
:
#
- DJANGO=https://github.com/django/django/archive/master.tar.gz
-
DJANGO=django==1.5 --use-mirrors
-
DJANGO=https://github.com/django/django/archive/master.tar.gz
-
DJANGO=django==1.5
.1
--use-mirrors
-
DJANGO=django==1.4.5 --use-mirrors
install
:
...
...
CHANGELOG.txt
View file @
9bf243aa
...
...
@@ -4,12 +4,9 @@ Changelog
0.11.0 (unreleased)
~~~~~~~~~~~~~~~~~~~
* Support for Django 1.6.
* Python3 support
* *Backwards incompatible* Dropped support for Django < 1.4.5.
0.10.0
~~~~~~
* Tag names are unique now, use the provided South migrations to upgrade.
0.9.2
...
...
setup.cfg
View file @
9bf243aa
...
...
@@ -2,4 +2,4 @@
license-file = LICENSE
[wheel]
universal=1
# use py2.py3 tag for pure-python dist
universal=1
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