Commit graph

1030 commits

Author SHA1 Message Date
Asif Saif Uddin
6263f2a340 fixed lint error 2018-09-03 13:45:27 +06:00
Asif Saif Uddin
647260dfb7 fixed migrations on_delete argument warning 2018-09-03 13:38:39 +06:00
Asif Saif Uddin
5f0c3c323d fixed url includes deprecation warning 2018-09-03 13:37:47 +06:00
Asif Saif Uddin
75c7d4180a updated tox with newer versions 2018-09-03 11:38:31 +06:00
Asif Saif Uddin
68eb9c7c59 updated urls reverse import 2018-09-03 11:31:48 +06:00
Asif Saif Uddin
394b04c2f9 updated authors 2018-09-03 11:20:28 +06:00
Asif Saif Uddin
5d4ba598d7 updated travis matrix 2018-09-03 11:15:12 +06:00
Asif Saif Uddin
d44f64f3fd update django-fillter to 1.1 2018-09-03 11:11:41 +06:00
Asif Saif Uddin
26fc9ff235 update readme 2018-09-03 11:11:14 +06:00
Asif Saif Uddin
cfe9c1ffa2 update setup.py 2018-09-03 11:07:32 +06:00
Asif Saifuddin Auvi
606118cb04
Merge pull request #458 from auvipy/up
start work to support 1.11 and 2.0
2018-05-11 02:02:17 +06:00
Asif Saifuddin Auvi
27421081d4 fixed reverse reverse_lazy import errors 2018-05-11 01:23:23 +06:00
Asif Saifuddin Auvi
90713245bc added .pytest_cache to gitignore 2018-05-11 01:21:51 +06:00
Asif Saifuddin Auvi
b01ff0b2f6 style fix 2018-05-11 01:17:37 +06:00
Asif Saifuddin Auvi
f86f5a1ee2 add on_delete positional arg to related fields 2018-05-11 00:49:17 +06:00
Asif Saifuddin Auvi
be3a67b9c5 add on_delete positional arg to related fields 2018-05-11 00:36:28 +06:00
Asif Saifuddin Auvi
4a715d95c0 add on_delete positional arg to related fields 2018-05-11 00:34:03 +06:00
Asif Saifuddin Auvi
33b41fa311 add on_delete positional arg to related fields 2018-05-10 23:58:25 +06:00
Asif Saifuddin Auvi
e3822dee39 fix pep8 errors 2018-05-10 23:23:37 +06:00
Asif Saifuddin Auvi
e7200b7b65 update MIDDLEWARE settings 2018-05-10 23:23:18 +06:00
Asif Saifuddin Auvi
cce430242c fix pep8 errors 2018-05-10 23:15:01 +06:00
Asif Saifuddin Auvi
2c73396391 fix typo in tox 2018-05-10 23:05:17 +06:00
Asif Saifuddin Auvi
c8a4153a4d revert 2018-05-10 22:54:47 +06:00
Asif Saifuddin Auvi
9db0b200ff remove init.py from from tests folder to fix import issues 2018-05-10 22:42:49 +06:00
Asif Saifuddin Auvi
aac3e1062b modify travis 2018-05-10 22:31:01 +06:00
Asif Saifuddin Auvi
c34a0dab19 fixed flake8 errors 2018-05-10 22:22:00 +06:00
Asif Saifuddin Auvi
cf822c745b updated travis 2018-05-10 22:15:00 +06:00
Asif Saifuddin Auvi
28702ef165 dropped dj 1.8 & 1.9 from tox and added 2.0 2018-05-10 22:09:01 +06:00
Asif Saifuddin Auvi
18fae8d5ed update dependencies 2018-05-10 21:58:56 +06:00
Asif Saifuddin Auvi
dcb43cdb02 added dj1.11 in tox 2017-03-20 17:10:42 +06:00
Asif Saifuddin Auvi
4aa18f3a8d added dj1.11 to travis 2017-03-20 16:33:00 +06:00
Asif Saifuddin Auvi
f8bd4be24c added dj1.11 to travis 2017-03-20 16:32:33 +06:00
Asif Saifuddin Auvi
1054fb25fd added dj1.11 to tox 2017-03-20 16:27:50 +06:00
Asif Saifuddin Auvi
2b5c180792 update 0.7.1 tag for release 2017-01-10 23:43:07 +06:00
Andrews Medina
a95e211d65 add compatibility with last version of deps (#454) 2016-11-29 23:16:39 +06:00
Asif Saifuddin Auvi
b20ec951c3 update minor versions (#453)
and check what fails to fix them incrementally for 0.7.1 release
2016-11-27 17:37:29 +06:00
Asif Saifuddin Auvi
047ed08a8a update history for 0.7.0 2016-11-15 22:47:46 +06:00
Asif Saifuddin Auvi
a10ff4637b update version to 0.7.0 2016-11-15 22:10:33 +06:00
Andrews Medina
1d43c71829 Fix tests (#448)
* tox: disable development mode

* fix django-extra-views and djangorestframework versions

* using get_field instead get_field_by_name

to fix compatibility with Django 1.10

* travis: dont test Django 1.10 with Python 3.3
2016-11-13 11:47:08 +06:00
Asif Saifuddin Auvi
4d7b7e6fb0 updated required dependencies (#444) 2016-11-07 21:02:16 +06:00
Asif Saifuddin Auvi
0239a1b96a added django 1.10 to travis 2016-09-03 15:27:40 +06:00
Asif Saifuddin Auvi
d4065666c6 added django 1.10 to tox 2016-09-03 15:25:29 +06:00
arthur-wsw
8d41a222b7 Hardcoded LoginView (#436)
* Add a way to customize LoginView and Document about it

Resolve #416

* Add test for custom login view

* Remove unused code in test_views
2016-09-03 15:17:37 +06:00
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