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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
095cb153
authored
Aug 16, 2013
by
Florian Apolloner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prepare for 0.10 final.
parent
aca6079a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
6 deletions
+5
-6
.gitignore
+0
-1
CHANGELOG.txt
+2
-2
README.rst
+1
-1
setup.py
+1
-1
taggit/__init__.py
+1
-1
No files found.
.gitignore
View file @
095cb153
...
...
@@ -2,5 +2,4 @@
django_taggit.egg-info/
dist/
_build/
MyProject.kpf
.tox/
CHANGELOG.txt
View file @
095cb153
Changelog
=========
0.1
1.0 (unreleased
)
0.1
0.0 (16.08.2013
)
~~~~~~~~~~~~~~~~~~~
* Support for Django 1.6.
* Support for Django 1.6
and 1.7
.
* Python3 support
* *Backwards incompatible* Dropped support for Django < 1.4.5.
* Tag names are unique now, use the provided South migrations to upgrade.
...
...
README.rst
View file @
095cb153
...
...
@@ -28,7 +28,7 @@ Then you can use the API like so::
Tags will show up for you automatically in forms and the admin.
``django-taggit`` requires Django 1.
3
or greater.
``django-taggit`` requires Django 1.
4.5
or greater.
For more info checkout out the documentation. And for questions about usage or
development you can contact the
...
...
setup.py
View file @
095cb153
...
...
@@ -7,7 +7,7 @@ f.close()
setup
(
name
=
'django-taggit'
,
version
=
'0.10
a1
'
,
version
=
'0.10'
,
description
=
'django-taggit is a reusable Django application for simple tagging.'
,
long_description
=
readme
,
author
=
'Alex Gaynor'
,
...
...
taggit/__init__.py
View file @
095cb153
VERSION
=
(
0
,
10
,
0
,
'alpha'
,
1
)
VERSION
=
(
0
,
10
,
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