Matthias K
279fba2635
Do not install flake8>=3 as this project still seems to support Python 2.6
2016-09-20 10:14:23 +02:00
Matthias K
cd2a06ea51
Merge pull request #76 from adamchainz/readthedocs.io
...
Convert readthedocs links for their .org -> .io migration for hosted projects
2016-09-20 10:12:53 +02:00
Matthias K
892bc8b0aa
Merge pull request #74 from thedrow/patch-1
...
Added django 1.9 to the build
2016-09-20 10:11:48 +02:00
Adam Chainz
2427759736
Convert readthedocs links for their .org -> .io migration for hosted projects
...
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/ ) ‘Securing subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
2016-06-11 10:53:29 +01:00
Omer Katz
f1fb4577cc
Exclude migrations.
2016-04-01 15:42:47 +03:00
Omer Katz
9c297392dc
Added django 1.9 to the build
...
Also, added caching and bumped the latest django 1.8.x version.
2016-04-01 15:38:12 +03:00
Michael Kutý
7619f9fb71
Merge pull request #72 from jazzband/hotfix/django_import
...
Use native importlib istead of Django version.
2016-01-07 16:48:43 +01:00
Michael Kutý
d1b83e1145
Install importlib backport in python 2.6.
2016-01-03 00:10:42 +01:00
Michael Kutý
ca8841ce9c
Use native importlib.
2016-01-03 00:01:45 +01:00
Jannis Leidel
a3334a05ec
Moved to Jazzband.
2015-12-17 10:44:42 +01:00
Jannis Leidel
483db6616a
Merge remote-tracking branch 'origin/develop-1.4'
2015-12-17 10:38:40 +01:00
Jannis Leidel
0b4cec538e
Merge branch 'develop'
2015-12-17 10:38:29 +01:00
Michael Kutý
6815ce6c6c
Merge pull request #69 from glader/develop-1.4
...
Fix localization
2015-10-16 14:10:34 +02:00
Mikhail Polykovskij
2c7afb6a1a
Fix localization
2015-10-16 17:05:42 +05:00
Michael Kutý
676a410517
Merge pull request #68 from michaelkuty/develop
...
fix get cache deprecated
2015-09-17 21:18:21 +02:00
Michael Kutý
9648555473
fix RemovedInDjango19Warning: 'get_cache' is deprecated in favor of 'caches'.
2015-09-17 21:15:10 +02:00
Michael Kutý
b6912fc339
Merge pull request #67 from philippeowagner/develop-1.4
...
Docs update for ``TEMPLATES.OPTIONS.loaders`` config. Fixes #65
2015-09-17 12:23:01 +02:00
Philippe O. Wagner
308d03ba98
Docs update for `TEMPLATES.OPTIONS.loaders` config.
...
Works for Django 1.8+
2015-09-17 12:12:20 +02:00
Michael Kutý
b9b2ac5885
Merge pull request #66 from barseghyanartur/develop
...
python 3 fix
2015-09-17 11:28:54 +02:00
Michael Kutý
db74e84604
Merge pull request #1 from jezdez/develop-1.4
...
Develop 1.4
2015-08-25 10:49:50 +02:00
Michael Kutý
35a57bbcb1
drop support for django < 1.3.7
2015-08-19 14:56:00 +02:00
Michael Kutý
c8a048352e
Fix some Python 3 issues - thanks @vikingco
2015-08-19 11:42:39 +02:00
Artur Barseghyan
bb9199b0be
python 3 fix
2015-08-18 16:29:14 +02:00
Michael Kutý
fbc2891c41
Merge pull request #64 from barseghyanartur/develop
...
fix setup for python 3
2015-08-18 15:59:42 +02:00
Artur Barseghyan
59c65c56ab
fix setup for python 3
2015-08-18 14:15:26 +02:00
Michael Kutý
6dd19d3a17
Merge pull request #62 from michaelkuty/develop
...
use managers for django 1.8+
2015-07-23 15:43:58 +02:00
Michael Kutý
c55e2220b3
use managers for django 1.8+
2015-07-23 15:42:07 +02:00
Michael Kutý
70da2e6a48
use migrations generated from django 1.7
2015-07-15 00:08:45 +02:00
Michael Kutý
04c2d12dbd
added django migrations and south moved to own directory
2015-07-14 23:30:53 +02:00
Michael Kutý
42590af744
fixed (fields.W340) null has no effect on ManyToManyField and import sorting
2015-07-06 22:16:43 +02:00
Michael Kutý
464425b236
fix settings runtime patching which cause fails because if we set correct template dirs is not there test dirs
2015-06-16 00:07:27 +02:00
Michael Kutý
926a3215eb
cleanup yaml
2015-06-15 23:19:22 +02:00
Michael Kutý
acdf9dc8e5
properly exclude python 2.6 from new djangos
2015-06-15 23:15:27 +02:00
Michael Kutý
201077e11b
properly collect template dirs for all available template engines in dj 1.8 and prettify readme
2015-06-15 23:10:41 +02:00
Michael Kutý
99ed8b2ce3
fix app dirs on django 1.8
2015-06-15 22:44:44 +02:00
Michael Kutý
edbb5e1ef0
exclude python 2.6 from Dj 1.7 and 1.8 where was dropped support for this version
2015-06-15 22:39:17 +02:00
Michael Kutý
51b62d9a62
omg fix pep8 passing
2015-06-15 21:17:18 +02:00
Michael Kutý
c9569a81db
update readme and added notice about compatibility, bump version and changelog
2015-06-15 21:03:09 +02:00
Michael Kutý
b47af2e1ff
added middleware classes
2015-06-15 20:36:24 +02:00
Michael Kutý
16fe97575c
pep8 cleanup and fix test runner for new django
2015-06-15 20:20:02 +02:00
Michael Kutý
0e97716488
ModelForm now requires either fields or exclude - mentoined in #52 thanks @volksman
2015-06-15 16:54:21 +02:00
Michael Kutý
b03803010d
Merge pull request #59 from eculver/develop
...
Support for using redactorjs for editing templates.
2015-06-15 16:48:43 +02:00
Michael Kutý
078d556390
fix flake8
2015-06-15 16:44:34 +02:00
Michael Kutý
658aca88dc
bump version
2015-06-15 16:35:15 +02:00
Michael Kutý
984f83c0a8
update dj versions
2015-04-28 11:19:19 +02:00
Michael Kutý
685c77e718
proper solution
2015-04-28 11:16:06 +02:00
Michael Kutý
15c4a5930b
fix loader for django 1.8
2015-04-28 01:03:45 +02:00
Michael Kutý
50a877a7d5
fix name
2015-04-28 01:00:24 +02:00
Michael Kutý
c2d49e1d71
hot-fixed populating template djagno 1.8+
2015-04-27 23:40:42 +02:00
Kevin Mooney
5d3a392e4c
Deleted utils.py
2015-04-03 16:37:59 +00:00