Commit graph

395 commits

Author SHA1 Message Date
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
Jannis Leidel
b371cc6518 Merge pull request #53 from kangfend/fix-modelform
Include fields to class Meta
2014-10-29 13:26:19 +01:00
Sutrisno Efendi
4352fb639e Include fields to class Meta 2014-09-23 15:19:16 +07:00
Jannis Leidel
1372f43992 Merge pull request #45 from jnns/develop
Fix link to django-reversion doc.
2013-11-06 05:52:56 -08:00
Jannis
bfd7186db0 Fix URL to django-reversion doc.
Fix URL of django-reversion's documentation. Apparently, django-reversion uses Readthedocs instead of GitHub's wiki now.
2013-11-06 14:35:34 +01:00
Jannis Leidel
91d5e137f1 Merge pull request #42 from szelga/feature_rulocale
add Russian locale
2013-07-30 01:59:23 -07:00
Wasil W Sergejczyk
12ffd84380 add Russian locale 2013-07-30 14:35:07 +06:00
Jannis Leidel
f668370eee Drop support for Python 2.5. 2013-04-04 11:41:38 +02:00
Jannis Leidel
b051161aea Test on Django 1.5.X, too. 2013-04-04 11:34:18 +02:00
Jannis Leidel
4b024de965 Minor cosmetic changes to please flake8. 2013-04-04 11:33:00 +02:00
Evan Culver
2fc79eda7a Support for using redactorjs for editing templates. 2012-09-05 16:47:34 -04:00
Jannis Leidel
d2f595ce82 Moved to django-discover-runner. 2012-05-23 23:50:32 +02:00
Jannis Leidel
f7378df802 Use __isnull for querying a non-site specific template. Refs #33. 2012-05-19 21:40:47 +02:00
Jannis Leidel
1c520b0fad Re-enabled 2.5 now that flake8 works on it again. 2012-05-19 19:24:17 +02:00
Jannis Leidel
c36d649e4d Disabled Python 2.5 again as flake8 doesn't support it at the moment :( 2012-05-19 13:27:09 +02:00
Jannis Leidel
6d356db2ef Trying 2.5 2012-05-19 13:10:03 +02:00
Jannis Leidel
0672fa42bf Set env vars before installing and use crate. 2012-05-19 13:08:02 +02:00
Jannis Leidel
7802fbe328 Merge branch 'release/1.3' into develop 2012-05-07 23:53:19 +02:00
Jannis Leidel
8844180d6c Bumped version to 1.3. 2012-05-07 23:52:59 +02:00
Jannis Leidel
25d9283758 Use version from __version__. 2012-05-07 23:52:50 +02:00
Jannis Leidel
ca9d2fc468 Removed old hg tags. 2012-05-07 23:50:01 +02:00
Jannis Leidel
c59de762f9 Correct version. 2012-05-07 23:48:21 +02:00
Jannis Leidel
ee29bbe46e Updated settings docs. 2012-05-07 23:48:07 +02:00
Jannis Leidel
4c3c459e82 Updated changelog. 2012-05-07 23:47:30 +02:00