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 |
|
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 |
|