Martin Mahner
2ee6dce91b
dpaste isn't django 2.0 ready yet.
2017-12-12 20:24:14 +01:00
Martin Mahner
fe60a1fc18
Bumped up to v2.13
2017-01-20 11:53:40 +01:00
Martin Mahner
f9813a6fbe
Updated test runners.
2017-01-19 12:16:20 +01:00
Martin Mahner
ae27acf1f9
Backwards incompatible: django-mptt removal.
...
Removal of django-mptt and therefor the removal of a tree based snippet list, due to performance reasons with large snippet counts.
Snippets still have a 'parent' relation if it's an answer of another snippet, however this is no longer a Nested Set. The UI is simplified too and the user can now only compare an answer to it's parent snippet. I believe this is the major use case anyway.
2017-01-19 12:10:35 +01:00
Martin Mahner
d92a169805
2.12 Release
2016-09-06 15:14:27 +02:00
Martin Mahner
fcfa2c60fb
2.11 Release
2016-09-04 20:09:22 +02:00
Martin Mahner
65b89aa38e
Test suite updates
2016-03-23 14:15:21 +01:00
Martin Mahner
18fdc76742
Prepping for next release
2015-08-12 06:30:28 +02:00
Martin Mahner
457bef787a
Cleanup and mptt update to support Django 1.8.
2015-08-12 05:59:22 +02:00
Martin Mahner
ce9afb0250
Added Python 3 trove classifier. Closes issue #68
2014-12-28 13:20:29 +01:00
Martin Mahner
b25b9b888e
Cleaned up all imports using isort.
2014-12-14 18:03:35 +01:00
Martin Mahner
dc54b35749
Prepared for next release.
2014-08-02 13:08:15 +02:00
Martin Mahner
9768ab9573
Added Dev Changelog
2014-06-09 20:19:07 +02:00
Martin Mahner
be724756b9
Changelog update and 2.6 Release
2014-06-08 20:31:51 +02:00
Martin Mahner
0a3e2b5082
Fixed duplicate slugs.
...
Before a slug could get generated again, which threw an error since it was not unique, but treated as a kind of primary key.
Now if the same slug gets generated again, we generate one other slug with one more character.
2014-04-12 10:10:46 -04:00
Martin Mahner
590645fcd6
2.5 Release.
2014-01-21 21:13:37 +01:00
Martin Mahner
57bedc782c
Bumped up to v2.4.
2014-01-11 16:17:59 +01:00
Martin Mahner
25a83cf0f8
Bumped up to v2.3
2014-01-07 13:37:33 +01:00
Martin Mahner
983d8d1dc8
Bumped up to version 2.2. Updated changelog.
2013-12-18 11:41:39 +01:00
Martin Mahner
15bb64fa3e
Add docs to distribution.
2013-12-18 11:41:27 +01:00
Martin Mahner
634b7f26d7
No need to require a specific tox version but nothing older what I use here.
2013-12-18 10:07:40 +01:00
Martin Mahner
c00f33e62d
Support for python setup.py test
to run the tox suite.
2013-12-18 10:06:22 +01:00
Martin Mahner
4ffd0ed396
Bumped up to version 2.1. Added change log.
2013-12-14 14:17:29 +01:00
Martin Mahner
bb089fe583
Numerous fixes around package management. Kudos to @koobs.
2013-12-14 13:17:53 +01:00
Martin Mahner
129be43b16
Bumped up to version 2.0. Updated docs.
2013-11-29 19:55:30 +01:00
Martin Mahner
c3b452b695
Bumped up the version. Close to a 2.0 release.
2013-11-29 18:48:53 +01:00
Martin Mahner
d56bfac077
Added Django to the setup requirements. It was there already due that mptt has it in the list, also its tested now extensively.
2013-11-25 23:44:17 +01:00
Martin Mahner
3ce888ad9f
Cleaned up app and project based requirements.
2013-11-24 21:06:46 +01:00
Martin Mahner
3c871c4b90
Bumped up version
2013-05-31 11:48:48 +02:00
Martin Mahner
2f8c22dc55
Setting fixes
2013-03-19 19:58:10 +01:00
Martin Mahner
ee0fc79a3e
Renamed pastebin > dpaste.
...
This is a way simpler project structure, its also backwards compatible. Its a huge cleanup and should make further development and also 3rd party integration much easier.
2013-03-19 13:33:35 +01:00
Martin Mahner
a2e4e83c20
Initial commit after move to linode
2011-05-30 01:03:04 +02:00