Jason Ward
646c2377ef
Switch to in memory DB for tests
2019-07-05 16:00:46 -04:00
Jason Ward
c4f88c73be
Lets see if that will get tests working in python3 on travis.
2019-07-05 15:57:22 -04:00
Jason Ward
19f946c528
Updated .travis again.
2019-07-05 15:36:06 -04:00
Jason Ward
9629e2061a
Updated middlewares/installed apps
2019-07-05 15:20:47 -04:00
Jason Ward
a129cb1eb5
Updated path to login view.
2019-07-05 15:20:35 -04:00
Jason Ward
d1f90aa05b
Updated path to reverse
2019-07-05 15:20:15 -04:00
Jason Ward
4adc727778
Updated models/migrations.
2019-07-05 15:19:53 -04:00
Jason Ward
e4d8f218d5
Updated travis.
2019-07-05 15:19:35 -04:00
Jason Ward
46f67cc040
Updated tox to test only python{2,3}.7 and djagno1.11/2.2
2019-07-05 15:19:02 -04:00
Reece Dunham
58e08483cd
Fix Jannis’s name!
2019-01-13 17:10:40 -05:00
Reece Dunham
e3e4cd713e
Merge pull request #62 from cclauss/patch-1
...
'basestring' was removed in Python 3
2019-01-10 15:29:07 -05:00
Reece Dunham
e823da69d9
Merge pull request #54 from jazzband/copyright
...
Copyright fixes
2019-01-10 15:26:53 -05:00
Reece Dunham
4bbf12c095
Update conf.py
2019-01-10 15:26:36 -05:00
Reece Dunham
371c477aa5
Update LICENSE
2019-01-10 15:26:01 -05:00
cclauss
eebdcaa009
'basestring' was removed in Python 3
...
__from django.utils.six import string_types__
2018-12-02 11:49:53 +01:00
Benjamin Pereto
97cd73f9d7
Merge pull request #59 from bashu/patch-1
...
Syntax specification for codeblocks in README.rst
2018-10-14 16:39:30 +02:00
Basil Shubin
d0f5667687
let there be colour
2018-02-20 17:32:18 +07:00
Jannis Leidel
f58ec2d240
rST fixes.
2018-01-28 15:03:18 +01:00
Jannis Leidel
ce14ebd6a0
Update changelog.
2018-01-28 15:00:26 +01:00
Jannis Leidel
85ee004837
Remove requirements file again.
2018-01-28 14:58:16 +01:00
Jannis Leidel
f1ba811043
Fix distribution name.
2018-01-28 14:57:35 +01:00
Jannis Leidel
a07c553918
Another try.
2018-01-28 14:55:44 +01:00
Jannis Leidel
0083e11b8a
Add docs requirements.txt.
2018-01-28 14:51:19 +01:00
Jannis Leidel
5f47c69f6b
Update date of release of 0.13.
2018-01-28 14:36:28 +01:00
Jannis Leidel
d0bf6512a9
Use coveragerc.
2018-01-28 14:35:33 +01:00
Jannis Leidel
2356491fd7
Install coverage.
2018-01-28 14:31:44 +01:00
Jannis Leidel
0945016e59
Use tox-travis and drop support for Python 3.3. Also coverage.
2018-01-28 14:27:53 +01:00
Jannis Leidel
5d466ac318
Use setuptools_scm.
2018-01-28 14:17:11 +01:00
Jannis Leidel
9a0d4ab678
Fixed setup.py.
2018-01-28 14:14:01 +01:00
Jannis Leidel
76a180bcc9
Enabled project releases via Jazzband.
2018-01-28 14:11:32 +01:00
Safwan Rahman
72692ad381
Fixing for release version
2018-01-19 17:46:07 +06:00
Safwan Rahman
44595e7066
Update Readme for release
2018-01-19 17:44:02 +06:00
Jason Ward
a868d54945
Add support for Django 1.11 ( #58 )
...
* refs #1 : Updated tox + travis.
* refs #1 ; Fixed path to register.
* refs #1 : Updated urls.py
* refs #1 : Added username field. Not really sure why it was needed, but whatever.
* Added an update note.
* refs #2 : Updated travis.
* refs #2 : Updated command to run tests.
* refs #2 : Added a test showing permission_required is busted.
* refs #2 : Custom user modal needs a default manager.
* refs #2 : Updated settings.
* refs #2 : Stop the exception from being raised.
* refs #2 : Fixed a problem with named parameters.
2018-01-19 17:37:15 +06:00
jpic
bc3e375718
Copyright fixes
2017-08-28 19:49:19 +02:00
Asif Saifuddin Auvi
14b92a0dcd
Merge pull request #52 from GregLeBarbar/django_1_10
...
Django 1.10
2017-01-08 12:19:42 +06:00
Wes Winham
74137a540b
Merge pull request #53 from cl0ne/patch-1
...
Correct SCM name in installation guide
2016-12-17 11:43:27 -05:00
Vladislav Glinsky
85bf2e2d2b
Correct SCM name in installation guide
2016-12-17 18:26:32 +02:00
GregLeBarbar
6fad04fc4c
Merge pull request #1 from reycf/django_1_10
...
Fix render_to_string() calls with unexpected context_instance param
2016-09-20 13:46:41 +02:00
Charles Francois Rey
9e4035118e
Fix render_to_string() calls with unexpected context_instance parameter (Django 1.10 compatibility)
2016-09-16 16:39:44 +02:00
greg
2f7822af83
change in travis config to test it against django 1.10
2016-08-15 11:50:44 +02:00
greg
57684b94df
Add a blank line for the last line + adapt tox.ini for django1.10
2016-08-15 11:30:38 +02:00
greg
d4dc955e63
Django 1.10 - django.conf.urls.patterns() is removed
2016-08-12 15:41:30 +02:00
greg
8aa4c85942
update tests
2016-08-12 13:01:06 +02:00
greg
91929a76c9
Features removed in 1.9 :
...
1. All models need to be defined inside an installed application or declare an explicit app_label. Furthermore, it isn’t possible to import them before their application is loaded. In particular, it isn’t possible to import models inside the root package of an application
2. The django.contrib.contenttypes.generic module is removed
3. django.db.models.loading is removed.
2016-07-27 18:41:25 +02:00
Safwan Rahman
1cef19d7de
Bump Release 0.11
2016-07-17 03:19:48 +06:00
Safwan Rahman
f7c85994b9
Remove the old migrations
2016-07-17 03:14:36 +06:00
Safwan Rahman
232ab607fc
Merge pull request #49 from adamchainz/readthedocs.io
...
Convert readthedocs links for their .org -> .io migration for hosted projects
2016-06-16 03:07:51 +06:00
Adam Chainz
bf57a34af4
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:58:02 +01:00
Jannis Leidel
dd1d840379
Jazzband badge.
2016-05-11 14:53:23 +02:00
Jannis Leidel
7d242ebf00
Some badges.
2016-05-11 14:52:28 +02:00