Commit Graph

72 Commits

Author SHA1 Message Date
Stephen McDonald 5907bc94de Version 0.4.3 2017-04-10 10:59:54 +10:00
Stephen McDonald c48b0daeef Merge pull request #34 from aaugustin/master
Add compatibility with Django 1.11.
2017-04-10 10:57:28 +10:00
Aymeric Augustin 190b584ad5 Add compatibility with Django 1.11. 2017-04-05 10:37:08 +02:00
Stephen McDonald 85627139f6 Merge pull request #33 from dwaynebailey/dev-extras
sphinx-me is only required by developers
2017-01-25 15:06:29 +11:00
Stephen McDonald 07ce9d7ec2 Merge pull request #32 from dwaynebailey/lastest-django
Travis: use latest release in Django series
2017-01-24 10:05:05 +11:00
Dwayne Bailey be39b52bcf Travis: use latest release in Django series 2017-01-21 22:33:19 +00:00
Dwayne Bailey 4346e63e4c sphinx-me is only required by developers
Create a 'dev' target to install development requirements:
  `pip install django-overextends[dev]`
2017-01-21 22:22:15 +00:00
Stephen McDonald 065a5807db Version bump to 0.4.2 2016-08-19 10:08:15 +10:00
Stephen McDonald 8ea9388033 Add Dwayne Bailey to AUTHORS. 2016-08-19 10:07:59 +10:00
Stephen McDonald 104bfeb78c Merge pull request #30 from dwaynebailey/django110-support
Add Django 1.10 support
2016-08-19 10:06:07 +10:00
Dwayne Bailey 85f3869cbb pip --use-mirrors deprecated in v7
https://pip.pypa.io/en/stable/news/

So installation on Python 3.5 is broken with this option.
2016-08-10 15:37:08 +01:00
Dwayne Bailey fd4c4f5296 Drop Django 1.7 support 2016-08-10 15:37:07 +01:00
Dwayne Bailey a3fe961522 Enable Django 1.10 testing 2016-08-10 15:36:46 +01:00
Stephen McDonald 81f918c1cb Added Alex Tomkins to AUTHORS. 2016-02-01 11:19:48 +11:00
Alex Tomkins 7606e62c0b Use template engine dirs/loaders for 1.8+ 2016-01-30 15:46:03 +00:00
Alex Tomkins c60ea184d5 Only use TEMPLATES in settings for Django 1.8+ 2016-01-30 15:40:08 +00:00
Stephen McDonald d97e9a5f74 Django 1.9 doesn't support Python 3.3 2015-12-21 10:54:37 +11:00
Stephen McDonald 0aae504d88 Version bump to 0.4.1 2015-12-21 10:43:30 +11:00
Stephen McDonald 22913f7e90 Update latest supported Django version in setup.py 2015-12-21 10:42:40 +11:00
Stefan Wehrmeyer 527519aa32 Exclude Python 3.5 with Django 1.7 from test matrix 2015-12-20 15:26:30 +01:00
Stefan Wehrmeyer 9412d7f94f Add Django 1.9, python 3.5 to travis matrix 2015-12-20 15:21:19 +01:00
Stefan Wehrmeyer a0b3083c06 Add .gitignore 2015-12-20 15:20:57 +01:00
Stefan Wehrmeyer 3ea8a8b991 Only add builtins template option on Django >= 1.9 2015-12-20 15:20:50 +01:00
Stefan Wehrmeyer f1b33a4b9d Add DIRS to new TEMPLATES setting 2015-12-20 14:58:49 +01:00
Stephen McDonald 97261ad3e7 Update test settings 2015-12-07 12:24:23 +11:00
Stephen McDonald 7b0210e136 Added Carlton Gibson to AUTHORS. 2015-10-10 14:07:16 +11:00
Carlton Gibson 0a1d70fb12 Don't import add_to_builtins on Django 1.9
Fixes #19
2015-10-09 22:27:16 +02:00
Stephen McDonald d2120a0114 Version bump to 0.4.0 2015-07-26 13:44:29 +10:00
Stephen McDonald a27797bc8d Update Python version classifiers in setup.py 2015-07-26 13:44:10 +10:00
Stephen McDonald 77566ae4b6 Fix travis badge 2015-07-23 09:52:53 +10:00
Stephen McDonald c6c680b32f Update supported/testing Django versions. 2015-07-23 09:51:41 +10:00
Stephen McDonald 476871553a Added Mario Rosa to AUTHORS. 2015-07-23 09:48:17 +10:00
Mario Rosa 21891a382e Fix test for use in django 1.7 and up. 2015-07-22 11:30:28 -04:00
Stephen McDonald 8728b6f505 Merge 2015-04-19 07:03:33 +10:00
Alastair Houghton 2730be8d1d Made tests run, properly handle the case where a template is not found. 2015-04-15 09:52:00 +01:00
Stephen McDonald eef9073ef1 Added AUTHORS file 2015-04-15 07:32:04 +10:00
Stephen McDonald 90d352e770 Update test settings for Django >= 1.7 2015-04-15 07:31:58 +10:00
Alastair Houghton d2afe5bdd2 Fixed to work with Django 1.8. 2015-04-14 18:47:25 +01:00
Stephen McDonald 0ea667712c Version bump to 0.3.2 2014-03-28 22:16:56 +11:00
Stephen McDonald da34efbab1 Drop unsupport Django 1.3 Closes #10. 2014-03-28 22:16:40 +11:00
Stephen McDonald 7dad2d7038 Version bump to 0.3.1 2014-02-18 12:34:43 +11:00
Stephen McDonald cd6f8e4e33 Added wheel config 2014-02-18 12:34:32 +11:00
Stephen McDonald a295878ae3 Added Python 3.3 to travis config. 2014-02-18 12:33:59 +11:00
Stephen McDonald 9e78c4f22e Added classifiers for supported Python versions. 2014-02-18 12:32:57 +11:00
Stefan Wehrmeyer c95c3e3c50 Fix import path of add_to_builtins 2014-02-17 18:36:35 +01:00
Stephen McDonald 65fa3cd116 Update test env to Django 1.6 2013-12-29 13:26:54 +11:00
Stephen McDonald 9554d4a741 Don't assume extends node is first in node list. Closes #4. 2013-12-29 13:25:31 +11:00
Stephen McDonald 036ef58081 Fix typo in docstring 2013-12-29 13:24:34 +11:00
Stephen McDonald 679e78ff92 Update test environment 2013-08-29 06:41:13 +10:00
Stephen McDonald acbb8392ac Version bump to 0.3.0 2013-08-29 06:33:03 +10:00