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
7845caee
authored
Mar 25, 2013
by
Florian Apolloner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use the same CHANGELOG file for docs and code.
parent
1eae045f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
26 deletions
+12
-26
CHANGELOG.txt
+5
-0
CHANGES.rst
+0
-9
docs/changelog.txt
+1
-0
docs/conf.py
+4
-4
docs/index.txt
+2
-4
docs/issues.txt
+0
-9
No files found.
CHANGELOG.txt
View file @
7845caee
Changelog
=========
0.10.0
~~~~~~
* Tag names are unique now, use the provided South migrations to upgrade.
0.9.2
~~~~~
...
...
CHANGES.rst
deleted
100644 → 0
View file @
1eae045f
Version 0.10 (unreleased)
-------------------------
* Tag names are unique now, use the provided South migrations to upgrade.
Version 0.9.3
-------------
* Sorry, no changelog :(
docs/changelog.txt
0 → 100644
View file @
7845caee
.. include:: ../CHANGELOG.txt
docs/conf.py
View file @
7845caee
...
...
@@ -38,16 +38,16 @@ master_doc = 'index'
# General information about the project.
project
=
u'django-taggit'
copyright
=
u'2010
, Alex Gaynor
'
copyright
=
u'2010
-2013, Alex Gaynor and others.
'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version
=
'0.
9.3
'
version
=
'0.
10.0
'
# The full version, including alpha/beta/rc tags.
release
=
'0.
9.3
'
release
=
'0.
10.0
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
@@ -120,7 +120,7 @@ html_theme = 'default'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path
=
[
'_static'
]
#
html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
...
...
docs/index.txt
View file @
7845caee
...
...
@@ -4,8 +4,7 @@ Welcome to django-taggit's documentation!
``django-taggit`` is a reusable Django application designed to making adding
tagging to your project easy and fun.
``django-taggit`` works with Django 1.1 and 1.2 (see :doc:`issues` for known
issues with older versions of Django), and Python 2.4-2.X.
``django-taggit`` works with Django 1.3.X and newer and Python 2.4-2.X.
.. toctree::
:maxdepth: 2
...
...
@@ -15,9 +14,8 @@ issues with older versions of Django), and Python 2.4-2.X.
admin
api
custom_tagging
issues
external_apps
CHANGELOG.txt
changelog
Indices and tables
==================
...
...
docs/issues.txt
deleted
100644 → 0
View file @
1eae045f
Known Issues
============
Currently there is 1 known issue:
* When run under Django 1.1, doing ``Model.objects.all().delete()`` (or any
bulk deletion operation) on a model with a ``TaggableManager`` will result
in losing the tags for items beyond just those assosciated with the deleted
objects. This issue is not present in Django 1.2.
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