0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Doh — forgot to update this file before releasing More... about 14 years ago
New version handling More... about 14 years ago
Updated CHANGELOG with Django 1.2 fix More... about 14 years ago
Not even going to touch 0.96 any longer More... about 14 years ago
Removed old "New in development version" notes in docs More... about 14 years ago
Fixed #95 -- don't stomp over attributes/fields of a model in tagging.register More... about 14 years ago
Fixed Django 1.2 incompatibility with get_from_clause usage. Thanks jazepstein for the patch. More... about 14 years ago
Fixed issue #28 — properly update TagField tag instance cache when loading the object to keep everything in sync. Thanks ebartels and carljm for the legwork. More... over 14 years ago
Fixed issue #220 — coerce Exception object using str for consistency on 2.5 and 2.6. Thanks phxx.de for the report. More... over 14 years ago
Fixed issue #212 — convert docstrings to proper unittests More... over 14 years ago
bump version in __init__.py More... over 14 years ago
modified CHANGELOG.txt to reflect current state More... over 14 years ago
modified test settings for flexibility on testing against multiple databases More... over 14 years ago
bump for 0.4_pre which is now trunk More... over 14 years ago
gear up for django-tagging 0.3 release More... over 14 years ago
changed package name to django-tagging to follow the convention of other Django apps More... over 14 years ago
Fixed problem where admin view allow tag names with spaces
devcamcar
as Devin Carlen
More... almost 15 years ago
Fixed #193 -- Corrected a bad reference to ValidationError. Thanks Jarek Zgoda. More... almost 15 years ago
Fixed documentation typo in issue 131. Thanks, pootow More... over 15 years ago
Fixed documentation typo in issue 158. Thanks, bennydaon More... over 15 years ago
Fixed typo in ModelTagManager - thanks, Christos Trochalakis More... over 15 years ago
Got tests back in working order; documentation updates for Django 1.0 More... over 15 years ago
Removed the import of tagging in setup.py -- it requires importing Django at setup.py time, which is bad. More... over 15 years ago
Merge back of newforms-admin branch with some other minor cleanup for django 1.0 beta 2 More... over 15 years ago
issue #155 declaritive check for sets class More... over 15 years ago
fix for the tagging descriptor. The deletion method for descriptors is __delete__ not __del__: http://docs.python.org/ref/descriptors.html More... over 15 years ago
Fixes issues #144 and #147, the 'newforms' and signals refactoring. There are other issues when running with django-1.0a which have yet to be addressed. More... over 15 years ago
Documented select_related_for in fetch_content_objects and fixed its usage. More... almost 16 years ago
Restored default test settings More... almost 16 years ago
Fixed a KeyError caused by attempting to fetch related objects which have been explicitly excluded by a given queryset More... almost 16 years ago