Commit Graph

270 Commits

Author SHA1 Message Date
Tim Graham 171e3c63a0 Add testing for Python 3.6 2017-02-03 10:31:45 -05:00
Tim Graham bf2c616267 Add testing for Django 1.11 2017-02-03 09:39:46 -05:00
Tim Graham f996b65152 Remove Travis workaround for Python 3.5 2017-02-03 09:26:30 -05:00
Tim Graham 164f0f46e6 Fix tests with Django master (2.0) 2017-02-03 09:23:40 -05:00
Tim Graham b8d73b1d1a Bumped version for 2.0 release 2017-01-07 15:59:26 -05:00
Tim Graham 65a75bade7 Added on_delete to test model 2017-01-06 19:33:18 -05:00
Tim Graham fc57192e1e Fixed E305 flake8 warnings 2017-01-06 19:24:19 -05:00
Adam Chainz 585b3a04c4 Fixed #84 -- Removed usage of django.utils.function.lazy_property. 2016-11-29 19:06:08 -05:00
Adam Chainz 560e9adc64 Tested overriding properties when inheriting from BaseStorage 2016-11-29 23:20:04 +00:00
Sobolev Nikita bb97a8abd3 Updated `README.rst` with `svg` badges (#76) 2016-09-04 20:16:17 +02:00
Claude Paroz 52ae3a583b Replaced render_to_response in docs 2016-08-13 10:44:50 +02:00
Tim Graham 54f1ccca01 Add testing for Django 1.10 2016-07-14 13:06:30 -04:00
Adam Chainz 5e7fb61764 Convert readthedocs links for their .org -> .io migration for hosted projects (#69)
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-09 13:24:10 +02:00
Tim Graham 457ee2fae7 Sorted imports with isort. 2016-05-28 13:20:29 -04:00
Tim Graham 0e5c0c0d65 Updated tests to use the TEMPLATES setting. 2016-05-28 11:56:26 -04:00
Tim Graham e0244cff08 Fixed flake8 warnings. 2016-05-28 11:50:41 -04:00
Tim Graham 46b6839fb0 Replaced django.shortcuts.render_to_response() with render(). 2016-05-28 10:49:19 -04:00
Tim Graham 70df5a2dbf Removed usage of deprecated @skipIfCustomUser decorator. 2016-05-28 10:46:20 -04:00
Tim Graham 392566f3bc Added Django version trove classifiers. 2016-05-28 10:26:33 -04:00
Tim Graham e683b30dbe Dropped support for Python 3.2. 2016-05-28 10:25:33 -04:00
Tim Graham 237a9d4662 Dropped support for Django 1.7. 2016-05-28 10:23:57 -04:00
Ville Skyttä 00e436da31 Added testing with Django 1.9 and Python 3.5. 2016-05-28 09:59:53 -04:00
Greg Chapple 4cfaff4e8e Added 2.0 section to changelog & moved item from 1.0 list 2016-05-28 09:58:51 -04:00
Jannis Leidel 8ea02723ec Merge pull request #51 from mathspace/tox-py32-py33
tox: Remove py32-django-master and py33-django-master
2015-08-13 10:15:05 +02:00
Peter Schmidt e046a5724f Also remove from Travis. 2015-08-13 15:33:38 +10:00
Peter Schmidt c8ab738630 tox: Remove py32-django-master and py33-django-master (py35 can be added later when that is released), as Django will no longer support them upstream:
https://docs.djangoproject.com/en/1.8/faq/install/#what-python-version-can-i-use-with-django
2015-08-13 15:30:31 +10:00
Greg Chapple 57eadc2a03 Merge pull request #40 from gchp/issue/22
Added request parameter to FormPreview.parse_params - fixes #22
2015-06-05 14:22:26 +01:00
Jannis Leidel 965a83d71f Removed an item from manifest template that raised a warning. 2015-03-31 15:56:41 +02:00
Jannis Leidel be181dbead Updated Travis config to build wheel files. 2015-03-26 14:40:57 +01:00
Greg Chapple 76551ddfa9 Added request parameter to FormPreview.parse_params - fixes #22 2015-03-25 16:12:53 +00:00
Jannis Leidel 653fe2630d Updated authors file and changelog. 2015-03-25 17:07:21 +01:00
Jannis Leidel c344b0528d A few docs updates. 2015-03-25 15:42:55 +01:00
Jannis Leidel 4e815a3233 Updated translations. 2015-03-25 15:32:19 +01:00
Jannis Leidel 2ab0fd2686 Fixed issue with GitHub zips and pip.
Also seperated 1.8.x and master test envs.
2015-03-25 14:53:23 +01:00
Greg Chapple b92d7c0ca5 Replace contrib.formtools with formtools in test docstrings 2015-03-12 21:49:51 +00:00
Jannis Leidel 1b87e6ca7b Merge pull request #39 from IanLee1521/form-wizard-docfix
Added missing backtick
2015-02-24 11:49:23 +01:00
Ian Lee 7f90c56232 Added missing backtick 2015-02-23 20:14:46 -08:00
Katie Sandford fa20967782 Bug fix: missing form element from default template 2015-02-16 12:32:48 +00:00
Greg Chapple 642ddee658 Fixed flake8 error due to misplaced line break 2015-02-16 12:22:57 +00:00
Greg Chapple 3be3dc1e88 Added release note for change relating to invalid cookies 2015-01-07 15:24:01 +00:00
Greg Chapple a833a2b6e5 Fixed #18 -- pass request object to WizardView.get_prefix 2015-01-07 15:15:23 +00:00
Tim Graham 571df93d03 Removed contrib.auth from TEST_NON_SERIALIZED_APPS.
This is no longer necessary after 0d5ca7b560dbb827eea625e53e4a6a67c29d7964
in Django.
2014-12-15 10:16:23 -05:00
Jannis Leidel 33cc1444de Try excluding auth app from test serialization. 2014-12-13 00:36:49 +01:00
Jannis Leidel c06506019f Stop using invoke and use make instead. 2014-12-13 00:12:58 +01:00
Jannis Leidel 67af0d89f9 Added a required SITE_ID setting. 2014-12-12 22:21:17 +01:00
Jannis Leidel a3c49c490f Use a filesystem db and add the sites app to fix a test failure. 2014-12-12 22:10:37 +01:00
Jannis Leidel 659bdfd889 Improve FormPreview docs to encompass more methods. Fix some cosmetic issues. Fixes issue #32. 2014-12-12 21:22:52 +01:00
Greg Chapple ee8bb9f4f6 Updated contribution guide with correct tox env names 2014-11-27 11:23:09 +00:00
Jannis Leidel ed7de858ef Updated tox env names after 6090f5ba3c. 2014-11-26 21:37:12 +01:00
Jannis Leidel 16f57bec90 Add Django>=1.7 to required packages. Fixes #29. 2014-11-26 21:32:46 +01:00