Commit graph

987 commits

Author SHA1 Message Date
Jannis Leidel
fdcdf5a484 Fixed Coveralls badge URLs. 2016-06-24 14:50:52 +02:00
Jannis Leidel
a2a657aa40 Enabled auto PyPI release on git tags. 2016-06-24 14:48:15 +02:00
Kamil Gałuszka
28cefe56c3 Merge pull request #441 from jazzband/jazzband-move
Fix links to new home in the Jazzband.
2016-06-08 20:50:15 +02:00
Jannis Leidel
c771d1a71a Fix links to new home in the Jazzband. 2016-06-08 20:26:19 +02:00
Andrews Medina
b50ede9f6f Merge pull request #440 from adamchainz/readthedocs.io
Convert readthedocs links for their .org -> .io migration for hosted projects
2016-06-08 01:30:45 -03:00
Adam Chainz
1187eb8709 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-08 04:07:57 +01:00
Andrews Medina
59d95693b7 Merge pull request #439 from arthur-wsw/url_patterns
Remove deprecated django.conf.urls. patterns from docs
2016-06-08 00:04:25 -03:00
Daniel Roy Greenfeld
fe52529ceb Update CONTRIBUTING.rst 2016-06-07 12:12:19 -07:00
Daniel Roy Greenfeld
1e8a6e495b Update CONTRIBUTING.rst 2016-06-07 12:12:06 -07:00
Daniel Roy Greenfeld
9224d937d3 Added code of conduct
Required for potentially moving to @jazzband and is also a good thing to have in any project.
2016-06-07 12:01:12 -07:00
arthur
9f95eb13ef Remove deprecated django.conf.urls. patterns from docs 2016-06-07 13:45:16 +02:00
Andrews Medina
ddd126abfc Merge pull request #437 from arthur-wsw/docs
Fix documentation examples
2016-06-06 21:37:55 -03:00
Andrews Medina
59197a4713 Merge pull request #438 from arthur-wsw/screenshots
Update admin and admin2 screenshots
2016-06-06 21:37:08 -03:00
arthur
74103e2100 Update screenshots 2016-06-06 15:33:19 +02:00
arthur
5261650544 Update admin and admin2 screenshots 2016-06-06 14:20:34 +02:00
arthur
8e8b48a3f2 Fix documentation examples 2016-06-06 11:52:27 +02:00
Andrews Medina
19dac42021 Merge pull request #435 from pydanny/requires-io-develop
[requires.io] dependency update on develop branch
2016-06-05 23:09:55 -03:00
requires.io
2399dad123 [requires.io] dependency update 2016-06-05 16:29:40 -07:00
Kamil Gałuszka
611f44aa85 Merge pull request #434 from arthur-wsw/bootstrap3
New bootstrap3 default theme + Remove django-crispy-forms and django-floppyforms
2016-06-02 14:51:07 +02:00
arthur
da8b7ad73c Fix installation instruction in README and documentation 2016-05-28 02:15:22 +02:00
arthur
24a8be2d1d Revert unwanted tox changes
Update docs to keep both migration from 0.5 and 0.6
2016-05-27 11:32:20 +02:00
arthur
7f2ae25920 Removing django-crispy-forms and django-floppyforms
Resolve #433 #343
2016-05-26 19:14:39 +02:00
arthur
0d401c2b9a Remove CDN import in favor of static one 2016-05-26 14:21:10 +02:00
arthur
bd35ffc676 Update default theme to a bootstrap3 theme based on http://startbootstrap.com/template-overviews/sb-admin-2/
Resolve #360
2016-05-26 11:34:21 +02:00
Kamil Gałuszka
f3dc001f3a Merge pull request #432 from arthur-wsw/no_eggs
No eggs
2016-05-25 22:44:08 +02:00
arthur
36e8889f84 Add .eggs in .gitignore 2016-05-25 22:30:48 +02:00
arthur
b1bf34bdd2 Delete .egs 2016-05-25 22:29:31 +02:00
Kamil Gałuszka
d9b3d2c8a6 Merge pull request #431 from arthur-wsw/django_1_8
Django 1.8 and 1.9 compatibility
2016-05-25 09:55:49 +02:00
arthur
38198c2d9f Update History 2016-05-22 15:15:13 +02:00
arthur
336bb3753d Update flake8 requirements 2016-05-22 15:07:08 +02:00
arthur
73b95eaa70 Add myself in contributors 2016-05-22 15:06:31 +02:00
arthur
fb05f25084 Update docs 2016-05-22 15:06:02 +02:00
arthur
7d2f5b1251 Test travis config to allow failures for django master 2016-05-22 14:52:05 +02:00
arthur
4bcc02f735 Add future in requirements to fix python2 compatibility 2016-05-22 14:43:35 +02:00
arthur
23c256d6a0 Remove import from django.conf.urls.patterns 2016-05-22 14:38:41 +02:00
arthur
3b09d8b02d Fix lasts tests 2016-05-22 14:32:38 +02:00
arthur
e9db0de137 New way to invalidate the users permission cache in test by loading user from database 2016-05-22 14:23:51 +02:00
arthur
49523a3ae8 Update session hach only if user is logged user 2016-05-22 11:45:08 +02:00
arthur
986d7e7fea Replace DATE_FORMAT with %Y-%m-%d in floppyforms tests because it has been hardcoded since 1.3 because it is required by the W3C HTML5 specification.
53d1d8a8d7
2016-05-22 11:28:10 +02:00
arthur
23ea5d6065 Fix update password view 2016-05-22 11:10:33 +02:00
arthur
702b3cd611 Fix flake8 2016-05-22 10:52:43 +02:00
arthur
39d02f4190 Fix no logout on update password for current user 2016-05-22 10:49:09 +02:00
arthur
e74593d4b4 Use DRF PageNumberPagination to finish fixing DRF tests 2016-05-22 10:20:17 +02:00
arthur
829840f411 Fix model migrations 2016-05-20 10:54:42 +02:00
arthur
37be02f1c6 New example settings generated from django 1.9
Serve media for better manual testing
2016-05-20 10:30:07 +02:00
arthur
00522b6c9e Fix test_apiviews (remove a space) 2016-05-20 09:20:01 +02:00
arthur
fdc5563cba Fix permissions error 2016-05-20 09:19:41 +02:00
arthur
fdd938b1ac Flake8 in apiviews 2016-05-19 20:07:45 +02:00
arthur
eafe2ac7c1 Update DRF 3 2016-05-19 20:06:53 +02:00
arthur
f0a5ac67e4 Fix flake8 2016-05-19 19:27:02 +02:00