Commit graph

368 commits

Author SHA1 Message Date
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
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
Jannis Leidel
9bc6159d32 Updated Tox and Travis config. 2016-05-11 14:49:30 +02:00
Jannis Leidel
46634c3b46 Updated docs for Jazzband. 2016-05-11 14:49:15 +02:00
Jannis Leidel
26ed10824d Get rid of ancient bootstrap setup. 2016-05-11 14:46:51 +02:00
Jannis Leidel
c713eb5419 Merge pull request #46 from safwanrahman/master
Update and add migration for django 1.8
2016-04-19 13:57:14 +02:00
Safwan Rahman
bc5118b524 update readme for a new release 2016-03-29 23:30:26 +06:00
Safwan Rahman
8935320f4b Adding migration to support Django 1.8 2016-03-29 23:26:48 +06:00
Safwan Rahman
08359c4880 Remove older Django support and fix styling issues 2016-03-29 23:24:31 +06:00
Wes Winham
cfe9d670ba Merge pull request #47 from jlward/move-to-jazzbandco
Prep for moving to the Jazzband organization
2016-03-15 15:19:10 -04:00
winhamwr
762c1e9594 Jazzbandco: Contributing guidelines and readme badge 2016-03-15 14:09:41 -04:00
Jason Ward
1bcf8d5685 Merge pull request #45 from jlward/issue_45
BasePermissionForm needs a Meta.exclude for django 1.8
2015-12-14 11:29:37 -05:00
Jason Ward
c289790102 refs #45: Update Note 2015-12-14 11:12:18 -05:00
Jason Ward
8f81984939 refs #45: Fixed broken test. 2015-12-14 11:09:43 -05:00
Jason Ward
c5c853e12b refs #45: Updated the tests. 2015-12-14 11:09:32 -05:00
Jason Ward
8e33c667f9 refs #45: Updated gitignore 2015-12-14 11:09:12 -05:00
Bob Cribbs
a6cd4d080a Bumped to version 0.9 2015-11-11 18:18:01 +02:00
Bob Cribbs
3b5ebfd4c5 Merge pull request #44 from bocribbz/tox-dj18
Django1.8: Use prefetch_related for M2M to `user__groups`
2015-11-11 00:41:00 +02:00
Bob Cribbs
11bc2fe188 drop support for django 1.3; use prefetch_related for m2m to user__groups 2015-11-11 00:26:21 +02:00
Bob Cribbs
265ce90d86 Merge pull request #43 from bocribbz/dj17-example
Updates for Django 1.7
2015-11-10 22:50:29 +02:00
Bob Cribbs
2c2927f696 add compat.py file for user model 2015-11-10 22:45:10 +02:00
Bob Cribbs
9589dfc820 import admin in example so it works with dj17 2015-11-10 19:31:54 +02:00
Bob Cribbs
dbd0c39d78 Merge pull request #42 from bocribbz/tox-dj17
Run tests on Django 1.7
2015-11-10 19:04:02 +02:00
Bob Cribbs
14aaf4b065 run tests on Django 1.7 2015-11-10 16:17:50 +00:00
Bob Cribbs
e712aa607e Merge pull request #33 from DylanLukes/master
Django 1.7 compatibility
2015-11-10 18:10:28 +02:00
Bob Cribbs
bbe44db5ac Merge pull request #41 from bocribbz/tox
Add tox and make travis run tox tests
2015-11-10 18:08:30 +02:00