Martin Mahner
|
c00f33e62d
|
Support for python setup.py test to run the tox suite.
|
2013-12-18 10:06:22 +01:00 |
|
Martin Mahner
|
5394ba9435
|
Changelog update
|
2013-12-17 23:32:59 +01:00 |
|
Martin Mahner
|
130605a04c
|
Added csrf support. Closes issue #34.
|
2013-12-17 22:52:21 +01:00 |
|
Martin Mahner
|
9be3dea930
|
Use the ctrlKey if a MetaKey is not present. Should support Ctrl+Enter form submit on Windows.
|
2013-12-17 18:19:21 +01:00 |
|
Martin Mahner
|
91d40c521a
|
Added X-Content-Type-Options='nosniff' to the Raw view.
|
2013-12-17 18:11:25 +01:00 |
|
Martin Mahner
|
b4e62fca36
|
Expire choices are not settable.
|
2013-12-17 18:10:19 +01:00 |
|
Martin Mahner
|
85bb0605e2
|
Added README and test related files to the MANIFEST so you could test with the package too.
|
2013-12-17 18:10:04 +01:00 |
|
Martin Mahner
|
68afc305e0
|
Added changelog to Manifest
|
2013-12-14 15:04:36 +01:00 |
|
Martin Mahner
|
dfbfd9cdee
|
Typo fixes
|
2013-12-14 14:19: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
|
dd610b5ff9
|
Restrict Travis to build master and develop only. No need to con-test feature branches
|
2013-12-02 21:31:32 +01:00 |
|
Martin Mahner
|
b362cd2ef6
|
Cmd+Enter form submit
|
2013-11-30 13:22:59 +01:00 |
|
Martin Mahner
|
7f7a53aa62
|
Merge remote-tracking branch 'origin/master' into develop
|
2013-11-30 13:04:41 +01:00 |
|
Martin Mahner
|
807c4c3d74
|
Added newrelic support
|
2013-11-30 11:33:54 +00:00 |
|
Martin Mahner
|
04954e54c4
|
Badge ALL the badges.
|
2013-11-29 20:08:36 +01:00 |
|
Martin Mahner
|
c61bb96121
|
Further typo fixes in the README.
|
2013-11-29 20:04:34 +01:00 |
|
Martin Mahner
|
e3e8c5228b
|
Updated docs to use pypi since its on pypi :)
|
2013-11-29 19:58:33 +01:00 |
|
Martin Mahner
|
129be43b16
|
Bumped up to version 2.0. Updated docs.
|
2013-11-29 19:55:30 +01:00 |
|
Martin Mahner
|
f7f4f1b95c
|
Removed my private info.
|
2013-11-29 19:35:23 +01:00 |
|
Martin Mahner
|
34e6840762
|
Typo fixes.
|
2013-11-29 18:58:02 +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
|
9d1d52e669
|
Better docs.
|
2013-11-29 18:48:42 +01:00 |
|
Martin Mahner
|
fac97b61fa
|
Slug length and choices are now settings.
|
2013-11-29 18:46:28 +01:00 |
|
Martin Mahner
|
fb5bef707f
|
Moved about page to 'paste' to fix 3rd party integration.
|
2013-11-29 18:46:11 +01:00 |
|
Martin Mahner
|
8bf6058892
|
Dev on Django 1.6
|
2013-11-29 17:41:57 +01:00 |
|
Martin Mahner
|
b4f2afa03a
|
No longer strip the beginning of a paste!
|
2013-11-26 16:51:05 +01:00 |
|
Martin Mahner
|
1c8a4ae0bf
|
Fixed tox version
|
2013-11-26 12:29:34 +01:00 |
|
Martin Mahner
|
cf84fe5834
|
Updated readme.
|
2013-11-26 11:40:36 +01:00 |
|
Martin Mahner
|
eacb6adeec
|
Merge branch 'master' into develop
|
2013-11-26 11:10:18 +01:00 |
|
Martin Mahner
|
598a8a5f6d
|
No need to test against old django and python3 variants.
|
2013-11-26 11:10:11 +01:00 |
|
Martin Mahner
|
c6de63e3e7
|
Store tox files in dropbox.
Here I sync all projects with dropbox and having the tox files in the project leads in hundreds of thousands of files to sync.
|
2013-11-26 11:09:24 +01:00 |
|
Martin Mahner
|
9a6c275218
|
Added tox to requirements.
|
2013-11-26 11:08:52 +01:00 |
|
Martin Mahner
|
e9ef15454d
|
Added Django 1.4 compatibility by using future urlnames.
|
2013-11-26 11:08:36 +01:00 |
|
Martin Mahner
|
0f76cb944c
|
Use latest django versions for testing
|
2013-11-26 08:49:20 +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
|
6a7e201a72
|
Tests for the management command.
|
2013-11-25 23:31:14 +01:00 |
|
Martin Mahner
|
f40508064f
|
Omit settings from coverage.
|
2013-11-25 23:30:08 +01:00 |
|
Martin Mahner
|
f45381223f
|
Added missing travis dependencies.
|
2013-11-25 23:10:24 +01:00 |
|
Martin Mahner
|
b09bc89f76
|
Test multiple Django versions on Travis.
|
2013-11-25 23:00:55 +01:00 |
|
Martin Mahner
|
012a268b59
|
Test multiple Django versions on Travis.
|
2013-11-25 22:59:27 +01:00 |
|
Martin Mahner
|
f1be2e324e
|
Fixed travis yml
|
2013-11-25 22:52:58 +01:00 |
|
Martin Mahner
|
a896d17aa0
|
Fixed coverage setting.
|
2013-11-25 22:51:59 +01:00 |
|
Martin Mahner
|
1789ba6159
|
Fixed local setting ignore.
|
2013-11-25 22:51:52 +01:00 |
|
Martin Mahner
|
f37aec963d
|
Removed fabfile.
|
2013-11-25 22:51:47 +01:00 |
|
Martin Mahner
|
8b209acfb4
|
Tox. Runtests. Travis. Yay.
|
2013-11-25 22:44:36 +01:00 |
|
Martin Mahner
|
c4dbc7f812
|
Better typo for text preview.
|
2013-11-25 21:28:45 +01:00 |
|
Martin Mahner
|
3fb5ca9598
|
Better visual highlighted line
|
2013-11-25 20:14:14 +01:00 |
|
Martin Mahner
|
1d8cff1dde
|
Moar tests.
|
2013-11-25 19:37:01 +01:00 |
|
Martin Mahner
|
6f563ee4ea
|
Use Python's json now.
|
2013-11-25 19:36:57 +01:00 |
|