- 19 Nov, 2014 5 commits
-
-
Christian Duvholt committed
-
Revert "Add use __str__ with python_2_unicode_compatible for plugins too...
benjaoming committed -
benjaoming committed
-
Add use __str__ with python_2_unicode_compatible for plugins too
benjaoming committed -
Christian Duvholt committed
-
- 18 Nov, 2014 2 commits
-
-
Fixed problem with cleaning the username when the application is using a...
benjaoming committed -
Jan De Bleser committed
-
- 17 Nov, 2014 1 commit
-
-
Fix multiple issues in the attachments plugin, especially for reusing attachments in other articles
benjaoming committed
-
- 16 Nov, 2014 5 commits
-
-
Christian Duvholt committed
-
Christian Duvholt committed
-
Christian Duvholt committed
-
Christian Duvholt committed
-
Christian Duvholt committed
-
- 14 Nov, 2014 2 commits
-
-
Fix notification error in settings
benjaoming committed -
Article subsciptions was missing a .count()
Christian Duvholt committed
-
- 13 Nov, 2014 3 commits
-
-
Conflicts: wiki/plugins/attachments/models.py
paul committed -
benjaoming committed
-
benjaoming committed
-
- 12 Nov, 2014 10 commits
-
-
add more tests of custom managers and add support for django 1.5 and 1.6's patterns for empty querysets
benjaoming committed -
benjaoming committed
-
python_2_unicode_compatible decorateur
benjaoming committed -
benjaoming committed
-
benjaoming committed
-
benjaoming committed
-
benjaoming committed
-
benjaoming committed
-
Move future import to the top of the file
benjaoming committed -
All from __future__ imports have to be at the top of the file.
Christian Duvholt committed
-
- 06 Nov, 2014 1 commit
-
-
paul committed
-
- 05 Nov, 2014 2 commits
-
-
benjaoming committed
-
Conflicts: wiki/plugins/haystack/views.py
benjaoming committed
-
- 04 Nov, 2014 2 commits
-
-
Fix hashbang in testproject/manage.py
benjaoming committed -
Fix issue #326
benjaoming committed
-
- 03 Nov, 2014 7 commits
-
-
...and they probably never will. Assuming that 0.0.24 will support Python 3.3+.
benjaoming committed -
Migrations reset on the rather messed up notifications app
benjaoming committed -
benjaoming committed
-
Fix upload for python3 rebased
benjaoming committed -
Previously it was failing with "TypeError: Unicode-objects must be encoded before hashing" when taking the md5 of a Python3 str object.
Luke Plant committed -
Luke Plant committed
-
Running Article.clear_cache() on deleting isn't enough to properly clear the cache. This is because get_cache_key() can return different values - so if you 1) create an article 2) then modify it 3) then delete, the cache of content after 1) is not cleared by Article.clear_cache() after 3). Therefore, when saving, we also clear the instance cache. This is more robust, and means we also don't have to explicitly delete Articles in test tearDown. This bug shows up particularly in tests, due to the increased possibility of IDs being re-used.
Luke Plant committed
-