Wykres commitów

52 Commity (9fe936952445e04075dcb24e39fd298ed257d83a)

Autor SHA1 Wiadomość Data
Karl Hobley 1377a6c756 Fixed pinned dependency versions
These can cause real headaches if you have a different version of six or requests on your host machine.

This should fix the ``pkg_resources.DistributionNotFound`` error some people have been getting with the "wagtail start" command.
2014-10-13 12:08:36 +01:00
Matt Westcott 31cfabc275 update pypi classifier to Production / Stable 2014-09-22 21:11:22 +01:00
Tim Heap 2148da54cb Bump django-taggit version to 0.12.2
0.12.1 did not have all of its migrations applied, which played havoc
with migrations of apps that depended upon django-taggit
2014-09-22 10:33:27 +10:00
Matt Westcott 446fd81a46 Merge branch 'master' into kaedroho-project-template 2014-09-11 10:18:56 +01:00
Matt Westcott 4d5570bea6 Disable parallel builds to avoid issue with Pillow 2.5 monkeypatching the build process 2014-09-10 17:37:57 +01:00
Karl Hobley bce455a5cc Made setup.py look at wagtailcore.__version__ 2014-09-09 12:57:01 +01:00
Matt Westcott 27bc0e5c9f Merge branch 'master' into kaedroho-project-template 2014-09-05 16:26:13 +01:00
Matt Westcott 2e20faa094 upgrade modelcluster to 0.4 - fixes #545 2014-09-04 21:32:39 +01:00
Karl Hobley bab28400de Updated django-taggit to 0.12.1 2014-08-27 11:11:00 +01:00
Karl Hobley 56e4dacc5a Merge remote-tracking branch 'torchbox/master' into dj17_2
Conflicts:
	.travis.yml
	tox.ini
2014-08-27 09:17:07 +01:00
Matt Westcott 33e93372a1 Merge branch 'master' into kaedroho-project-template 2014-08-15 15:39:12 +01:00
Matt Westcott 8edff405dd prepare for 0.5 release 2014-08-01 17:01:42 +01:00
Karl Hobley 0d8157f872 Changed 'wagtail-project' to 'wagtail start' 2014-07-31 10:34:48 +01:00
Karl Hobley 6334c99181 Merge remote-tracking branch 'torchbox/master' into project-template
Conflicts:
	docs/index.rst
2014-07-31 10:14:31 +01:00
Karl Hobley d817396e2b Allow Django 1.7 to be installed in setup.py 2014-07-28 15:52:42 +01:00
Karl Hobley 26183c1be5 Updated django-taggit 2014-07-23 11:04:21 +01:00
Karl Hobley b426e16b3c Bumped south version to 1.0.0 2014-07-23 10:59:01 +01:00
Helen Warren e777b24baa Add wagtail-project command to wagtail set up which when executed creates a wagtail project based on the wagtail 'template' 2014-07-15 14:25:39 +01:00
Karl Hobley ac6292d614 Replaced lxml with html5lib 2014-07-11 16:40:36 +01:00
Matt Westcott 4f8cfa6346 version / date bump to 0.4 in changelog, setup.py and docs 2014-07-10 12:57:56 +01:00
Karl Hobley 354895bad2 Updated setup.py requirements 2014-07-09 09:28:05 +01:00
Karl Hobley 25e9249308 Added a couple of missing python version classifiers 2014-07-03 13:06:32 +01:00
Karl Hobley 62c59744f9 Merge branch 'master' into varnish-cache-invalidation
Conflicts:
	setup.py
2014-07-02 17:22:19 +01:00
Matt Westcott 442286463f update setup.py with classifiers for Python3.3 and Python3.4 2014-07-02 17:17:25 +01:00
Karl Hobley 85a68a34f1 Requirements changes
- Removed Beautiful Soup 3
 - Added six
2014-07-02 10:35:46 +01:00
Karl Hobley 1cc258f404 Don't install unicodecsv on Python 3 and fallback to pythons built in csv library it it isn't installed. 2014-07-02 10:35:38 +01:00
Karl Hobley cd21dbc21a Added requests as a dependency 2014-06-30 17:21:38 +01:00
Matt Westcott 649cbf95c4 version bump for 0.3.1 2014-06-03 14:54:37 +01:00
Matt Westcott 2cbf128eb5 prepare for 0.3 release 2014-05-28 16:28:21 +01:00
Matt Westcott 64357dc5e0 Merge branch 'master' into form-builder
Conflicts:
	wagtail/tests/fixtures/test.json
	wagtail/wagtailcore/tests.py
2014-05-09 09:57:40 +01:00
Karl Hobley da01556c23 Added python 2.6 classifier to setup.py 2014-04-30 09:58:03 +01:00
Matt Westcott a7237eb701 Merge branch 'form-builder' of https://github.com/spapas/wagtail into form-builder
Conflicts:
	setup.py
2014-04-25 15:22:44 +01:00
Karl Hobley 2c35b863fb Merge branch 'master' into treebeard-update
Conflicts:
	setup.py
2014-04-22 09:59:32 +01:00
Karl Hobley c7fdbd22db Pin django-taggit to 0.11.2
Django-taggit 0.12.x seems to break wagtail
2014-04-22 09:58:19 +01:00
Karl Hobley b7e823037f Updated wagtail to use treebeard 2.0 2014-04-22 09:50:18 +01:00
Matt Westcott 1a28b572c2 Merge branch 'img-proc-backends' of https://github.com/spapas/wagtail into spapas-img-proc-backends 2014-03-26 13:19:59 +00:00
Serafeim Papastefanos 521b1c47a1 Add requirements to setup.py
New requirements: Unidecode to help into converting unicode text to slugs
(also used in img-proc-backends). unicodecsv to extract UTF-8 CSVs.
2014-03-23 19:21:47 +02:00
Matt Westcott 7b7e1dfe17 prepare to release 0.2 2014-03-11 16:40:04 +00:00
Matt Westcott 80622c73d0 Specify Django 1.6 only in requirements (1.7 is going to require compatibility fixes) 2014-03-11 11:26:48 +00:00
Serafeim Papastefanos 24b0712fc1 Use unidecode to improve image filenames (fix#136)
Image filenames containing non ascii characters would be translated to a
series of underscores (____.png). To fix this, we use the unidecoe library
(which we also add to the required packages for Wagtail) which translates
each unicode character to an ascii equivalent.

For more info on how unidecode works please check @Evgeny's answer at this
question:

http://stackoverflow.com/questions/702337/how-to-make-django-slugify-work-properly-with-unicode-strings
2014-03-10 17:17:57 +02:00
Matt Westcott f8fae0d968 specify django-libsass as a dependency 2014-03-05 20:02:54 +00:00
Neal Todd 17512f961c Bumping minimum Django version to 1.6.2
Not strictly necessary but 1.6.2 has a lot of bug fixes.
2014-02-26 15:02:04 +00:00
Karl Hobley c4875dfd4d Removed requests dependency 2014-02-14 13:09:08 +00:00
Karl Hobley 7b2eb66e2c Added requests to requirements 2014-02-14 11:28:05 +00:00
Karl Hobley a0f09e1990 Merge remote-tracking branch 'torchbox/master'
Conflicts:
	setup.py
2014-02-13 12:24:16 +00:00
Matt Westcott a48cbd68e2 update requirements in setup.py 2014-02-13 10:53:58 +00:00
Serafeim Papastefanos ead0ebeb4e Remove embedly from setup.pu requirements 2014-02-13 04:09:18 +02:00
Matt Westcott d95daa5d57 remove celery from requirements in setup.py 2014-02-11 16:13:08 +00:00
Matt Westcott 9f5976c8c0 Fixes to setup.py to create a usable package 2014-02-07 18:12:06 +00:00
Matt Westcott 126ce317d7 additions for setuptools 2014-02-07 15:39:59 +00:00