Commit graph

543 commits

Author SHA1 Message Date
Eugene Prikazchikov
e3318658a5 Update Loader class to up-to-date template loader API
load_template_sources is deprecated in Django 1.9 ad removed in Django2.0
see https://docs.djangoproject.com/en/1.9/releases/1.9/#template-loader-apis-have-changed
2017-12-09 20:40:57 +03:00
Jannis Leidel
3ee69a58ce
Drop testing pypy. 2017-11-22 15:47:11 +01:00
Jannis Leidel
9a84b1af86
Fix test matrix. 2017-11-22 15:43:19 +01:00
Jannis Leidel
bc206765fa
Appease flake8. 2017-11-22 11:01:02 +01:00
Khamid Tomov
8176a137dd Recompiled russian locale correctly 2017-05-18 18:00:03 +03:00
Paul Gueltekin
1c9467fa37 fixed method call with named argument 2017-01-17 16:51:06 +01:00
Jannis Leidel
49fc6c47ff Fix condition for auto-release 2016-09-20 12:55:46 +02:00
Jannis Leidel
d3221c3acd Update docs 2016-09-20 12:44:29 +02:00
Jannis Leidel
70fb31c190 Add Django appconfig for overriding the name in the admin 2016-09-20 12:41:44 +02:00
Jannis Leidel
6fbde482af Some packaging fixes as usual 2016-09-20 12:32:59 +02:00
Matthias K
62ba054698 Merge pull request #81 from jazzband/python3
Port to Python 3 and get rid of legacy code
2016-09-20 12:28:16 +02:00
Jannis Leidel
e4acf6e754 Use saner test assertion 2016-09-20 12:02:03 +02:00
Jannis Leidel
3d5d70db41 More Py3 fixes 2016-09-20 11:46:13 +02:00
Jannis Leidel
8c1e33de72 Use io instead of codecs 2016-09-20 11:34:28 +02:00
Jannis Leidel
44c040523a Remove last version switch 2016-09-20 11:34:15 +02:00
Jannis Leidel
39c8420511 Fix a codec issue in Py3 2016-09-20 11:20:34 +02:00
Jannis Leidel
7454e109ea Update docs 2016-09-20 10:57:49 +02:00
Jannis Leidel
d7ecd93cce Port to Python 3 and removed legacy code 2016-09-20 10:34:59 +02:00
Jannis Leidel
1e2a4f0dff Remove old example project 2016-09-20 10:33:24 +02:00
Jannis Leidel
f0cfdfa9ce Use better version checks, fix #78 2016-09-20 10:33:24 +02:00
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