Author |
Date |
Commit |
Message |
brosner |
Jan 22, 2010 |
186 |
[0.3.X] Doh — forgot to update this file before releasing |
brosner |
Jan 22, 2010 |
185 |
Doh — forgot to update this file before releasing |
brosner |
Jan 22, 2010 |
184 |
[0.3.X] New version handling |
brosner |
Jan 22, 2010 |
183 |
New version handling |
brosner |
Jan 22, 2010 |
182 |
Revert "[0.3.X] Fixed issue #28 — properly update TagField tag instance cache wh |
brosner |
Jan 22, 2010 |
181 |
[0.3.X] Updated CHANGELOG with Django 1.2 fix |
brosner |
Jan 22, 2010 |
180 |
[0.3.X] Not even going to touch 0.96 any longer |
brosner |
Jan 22, 2010 |
179 |
[0.3.X] Removed old "New in development version" notes in docs |
brosner |
Jan 22, 2010 |
178 |
[0.3.X] Fixed #95 -- don't stomp over attributes/fields of a model in tagging.re |
brosner |
Jan 22, 2010 |
177 |
Updated CHANGELOG with Django 1.2 fix |
brosner |
Jan 22, 2010 |
176 |
Not even going to touch 0.96 any longer |
brosner |
Jan 22, 2010 |
175 |
Removed old "New in development version" notes in docs |
brosner |
Jan 22, 2010 |
174 |
Fixed #95 -- don't stomp over attributes/fields of a model in tagging.register |
brosner |
Jan 22, 2010 |
173 |
[0.3.X] Fixed Django 1.2 incompatibility with get_from_clause usage. Thanks jaze |
brosner |
Jan 22, 2010 |
172 |
Fixed Django 1.2 incompatibility with get_from_clause usage. Thanks jazepstein f |
brosner |
Nov 5, 2009 |
171 |
[0.3.X] Fixed issue #28 — properly update TagField tag instance cache when loadi |
brosner |
Nov 5, 2009 |
170 |
Fixed issue #28 — properly update TagField tag instance cache when loading the o |
brosner |
Nov 4, 2009 |
169 |
[0.3.X] Fixed issue #220 — coerce Exception object using str for consistency on |
brosner |
Nov 4, 2009 |
168 |
Fixed issue #220 — coerce Exception object using str for consistency on 2.5 and |
brosner |
Aug 23, 2009 |
167 |
[0.3.X] Fixed issue #212 — convert docstrings to proper unittests
Huge thanks t |
brosner |
Aug 23, 2009 |
166 |
Fixed issue #212 — convert docstrings to proper unittests
Huge thanks to anball |
brosner |
Aug 23, 2009 |
165 |
bump version in __init__.py |
brosner |
Aug 23, 2009 |
164 |
[0.3.X] modified CHANGELOG.txt to reflect current state |
brosner |
Aug 23, 2009 |
163 |
modified CHANGELOG.txt to reflect current state |
brosner |
Aug 23, 2009 |
162 |
[0.3.X] modified test settings for flexibility on testing against multiple datab |
brosner |
Aug 23, 2009 |
161 |
modified test settings for flexibility on testing against multiple databases |
brosner |
Aug 23, 2009 |
160 |
Create branch 0.3.X |
brosner |
Aug 22, 2009 |
159 |
bump for 0.4_pre which is now trunk |
brosner |
Aug 22, 2009 |
158 |
gear up for django-tagging 0.3 release |
brosner |
Aug 22, 2009 |
157 |
changed package name to django-tagging to follow the convention of other Django |
devin.carlen@gmail.com |
Jul 8, 2009 |
156 |
Fixed problem where admin view allow tag names with spaces |
brosner |
May 7, 2009 |
155 |
Fixed #193 -- Corrected a bad reference to ValidationError. Thanks Jarek Zgoda. |
jonathan.buchanan |
Oct 30, 2008 |
154 |
Fixed documentation typo in issue 131. Thanks, pootow |
jonathan.buchanan |
Oct 30, 2008 |
153 |
Fixed documentation typo in issue 158. Thanks, bennydaon |
jonathan.buchanan |
Oct 30, 2008 |
152 |
Fixed typo in ModelTagManager - thanks, Christos Trochalakis |
jonathan.buchanan |
Oct 30, 2008 |
151 |
Got tests back in working order; documentation updates for Django 1.0 |
jacob.kaplanmoss |
Oct 7, 2008 |
150 |
Removed the import of tagging in setup.py -- it requires importing Django at set |
doug.napoleone |
Aug 29, 2008 |
149 |
Merge back of newforms-admin branch with some other minor cleanup for django 1.0 |
doug.napoleone |
Aug 29, 2008 |
148 |
[newforms-admin] applying patch from issue #165 to work with django 1.0 beta 2
|
doug.napoleone |
Aug 20, 2008 |
147 |
issue #155 declaritive check for sets class
|
doug.napoleone |
Aug 20, 2008 |
146 |
issue #155 declaritive check for set object
|
doug.napoleone |
Aug 15, 2008 |
145 |
issue #138 issue with nfa import
|
doug.napoleone |
Aug 15, 2008 |
144 |
descriptor bug fix.
|
doug.napoleone |
Aug 15, 2008 |
143 |
fix for the tagging descriptor.
The deletion method for descriptors is __delete_ |
doug.napoleone |
Aug 11, 2008 |
142 |
[newforms-admin] Fix for #145 and #147
Fix for signals and newforms
|
doug.napoleone |
Aug 11, 2008 |
141 |
Fixes issues #144 and #147, the 'newforms' and signals refactoring.
There are ot |
jonathan.buchanan |
Jun 24, 2008 |
140 |
newforms-admin: applied newforms-admin patch from mtrier |
jonathan.buchanan |
Jun 24, 2008 |
139 |
Creating a newforms-admin branch |
jonathan.buchanan |
Jun 24, 2008 |
138 |
Documented select_related_for in fetch_content_objects and fixed its usage. |
jonathan.buchanan |
May 4, 2008 |
137 |
Restored default test settings |
jonathan.buchanan |
May 4, 2008 |
136 |
Fixed a KeyError caused by attempting to fetch related objects which have been e |
jonathan.buchanan |
Apr 30, 2008 |
135 |
Fixed errors when attempting to look up intersections and unions with non-exista |
jonathan.buchanan |
Apr 30, 2008 |
134 |
Modified TagField's __init__ to take and pass *args along |
jonathan.buchanan |
Apr 30, 2008 |
133 |
Fixed errors post queryset-refactor merge into Django trunk (nice work Malcolm!) |
jonathan.buchanan |
Jan 28, 2008 |
132 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 22, 2008 |
131 |
Added a tagging.generic module for working with list of objects which have gener |
jonathan.buchanan |
Jan 21, 2008 |
130 |
TaggedItemManager's methods now accept a QuerySet or a Model class |
jonathan.buchanan |
Jan 16, 2008 |
129 |
Munged CHANGELOG for bugfix release |
jonathan.buchanan |
Jan 16, 2008 |
128 |
Fixed a bug with space-delimited tag input handling - duplicates weren't being r |
jonathan.buchanan |
Jan 14, 2008 |
127 |
Removed tagging\tests\runtests.py, as tests can be run with django-admin.py |
jonathan.buchanan |
Jan 14, 2008 |
126 |
A descriptor which provides access to tags is now added to models which are regi |
jonathan.buchanan |
Jan 14, 2008 |
125 |
Moved tagging managers to models.py; added ability to register models with the t |
jonathan.buchanan |
Jan 12, 2008 |
124 |
Fixed a documentation typo |
jonathan.buchanan |
Jan 12, 2008 |
123 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 12, 2008 |
122 |
Bumped version and updated changelog for the release of 0.2 |
jonathan.buchanan |
Jan 12, 2008 |
121 |
Fixed MANIFEST.in recursive-includes |
jonathan.buchanan |
Jan 12, 2008 |
120 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 12, 2008 |
119 |
Removed unicode regular expression switch from generic views example in document |
jonathan.buchanan |
Jan 12, 2008 |
118 |
Fixed a CHANGELOG typo |
jonathan.buchanan |
Jan 12, 2008 |
117 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 12, 2008 |
116 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 12, 2008 |
115 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 12, 2008 |
114 |
Ubercommit - multi-word tags, tag_cloud_for_model template tag, MAX_TAG_LENGTH s |
jonathan.buchanan |
Jan 12, 2008 |
113 |
Edited wiki page through web user interface. |
jonathan.buchanan |
Jan 11, 2008 |
112 |
Created wiki page through web user interface. |
jonathan.buchanan |
Jan 9, 2008 |
111 |
Added Framework classifier to setup.py |
jonathan.buchanan |
Dec 30, 2007 |
110 |
Updated CHANGELOG with notable changes to trunk since 0.1 |
jonathan.buchanan |
Dec 29, 2007 |
109 |
Reworked logarithmic tag cloud calculation - no longer falls over if min_weight |
jonathan.buchanan |
Dec 29, 2007 |
108 |
TaggedItemManager.get_by_model now returns an empty QuerySet if no exising tags |
jonathan.buchanan |
Dec 29, 2007 |
107 |
As reported in issue #54. TagManager.cloud_for_model was not passing its distrib |
jonathan.buchanan |
Dec 4, 2007 |
106 |
Documented get_union_by_model |
jonathan.buchanan |
Dec 4, 2007 |
105 |
Added TaggedItem.get_union_by_model |
jonathan.buchanan |
Nov 6, 2007 |
104 |
Moved a sentence in the tagged_object_list docs for consistency |
jonathan.buchanan |
Oct 5, 2007 |
103 |
Added db_index to TaggedItem's object_id field |
jonathan.buchanan |
Sep 15, 2007 |
102 |
Guarded against attempting to call lower() on None when setting the tag cache in |
jonathan.buchanan |
Aug 21, 2007 |
101 |
Added TagManager.add_tag for adding a single tag to an object |
jonathan.buchanan |
Aug 21, 2007 |
100 |
Edited wiki page through web user interface.
|
jonathan.buchanan |
Aug 21, 2007 |
99 |
Edited wiki page through web user interface.
|
jonathan.buchanan |
Aug 21, 2007 |
98 |
Edited wiki page through web user interface.
|
jonathan.buchanan |
Aug 21, 2007 |
97 |
Created wiki page through web user interface.
|
jonathan.buchanan |
Aug 20, 2007 |
96 |
Added related_tags and related_tag_counts arguments to the tagged_object_list ge |
jonathan.buchanan |
Aug 20, 2007 |
95 |
Implemented configurable forcing of tags to lowercase before they are saved to t |
jonathan.buchanan |
Aug 20, 2007 |
94 |
Added basic tests for tagging.fields.TagField |
jonathan.buchanan |
Aug 20, 2007 |
93 |
Set eol-style property to native for all text files |
jonathan.buchanan |
Aug 20, 2007 |
92 |
Django's database backends were refactored |
jonathan.buchanan |
Aug 7, 2007 |
91 |
Removed backwards-compatible import of generic relations, since we're now tracki |
jonathan.buchanan |
Aug 7, 2007 |
90 |
The maxlength argument to Fields was renamed to max_length in Django revision 58 |
jonathan.buchanan |
Aug 6, 2007 |
89 |
Enforced consistent use of full stops in error messages |
jonathan.buchanan |
Aug 6, 2007 |
88 |
The Django unicode branch was merged in 5609 - took necessary porting steps |
jonathan.buchanan |
Aug 6, 2007 |
87 |
A backwards-incompatible change was made to run_tests in Django 5769 |