Commit graph

519 commits

Author SHA1 Message Date
Asif Saif Uddin
933489a491 remove python 2 style codes 2021-10-17 17:09:23 +06:00
Asif Saif Uddin
2a5156005b remove python 2 style codes 2021-10-17 17:09:23 +06:00
Asif Saif Uddin
ca28d88c88 remove python 2 style super call from utils 2021-10-17 17:09:23 +06:00
Asif Saif Uddin
9227439625 remove python 2 style super call and explicit object inheritance from viewmixins 2021-10-17 17:09:23 +06:00
Asif Saif Uddin
78112a85bd remove python 2 style super call and explicit object inheritance 2021-10-17 17:09:23 +06:00
Jannis Leidel
f5ee0d12c3
Fix for recent Django. 2021-03-09 13:14:40 +01:00
Jannis Leidel
245b5911e6
More Django fixes. 2021-03-09 12:44:05 +01:00
Jannis Leidel
2c6e5f004a
Fix compat issue. 2021-03-09 12:33:11 +01:00
Kamil Gałuszka
c59a19f336 feat: upgrade Django and Python to supported versions 2020-11-21 22:16:43 +06:00
Tim Gates
49f569cc6c
docs: Fix simple typo, taht -> that (#471)
There is a small typo in djadmin2/filters.py.

Should read `that` rather than `taht`.
2020-03-04 16:06:19 +01:00
Asif Saif Uddin
fbd1ab5931 static tag 2018-11-02 21:27:04 +06:00
Asif Saif Uddin
74788d96ff inlineformset deprecation warning fixed 2018-11-02 21:27:04 +06:00
Asif Saif Uddin
09ed44fe56 regex depr 2018-11-02 15:44:25 +06:00
Asif Saif Uddin
5425e37524 static 2018-11-02 15:44:25 +06:00
Asif Saif Uddin
58f38b55cd static 2018-11-02 15:44:25 +06:00
Asif Saif Uddin
769bd37a9a django-filters widget changes revert 2018-10-23 18:27:41 +06:00
Asif Saif Uddin
9d7286b5aa django-filters widget 2018-10-23 18:27:41 +06:00
Asif Saif Uddin
3c20e75a0d django-filters 2018-10-23 18:27:41 +06:00
Asif Saif Uddin
bdfcc5a65b revert 2018-10-23 18:27:41 +06:00
Asif Saif Uddin
18c8c95443 class based Login and logout views 2018-10-23 18:27:41 +06:00
Asif Saif Uddin
563a330db1 fixed deprecation warning in core 2018-10-23 18:27:41 +06:00
Asif Saif Uddin
e8bde774cf fixed deprecation warning in views tests 2018-10-23 14:43:45 +06:00
Asif Saif Uddin
f60fb8530c fixed deprecation warning in utils tests 2018-10-23 14:42:16 +06:00
Asif Saif Uddin
18d0d18edd fixed deprecation warning in types tests 2018-10-23 14:41:54 +06:00
Asif Saif Uddin
c4462f79d2 fixed deprecation warning in core tests 2018-10-23 14:37:39 +06:00
Asif Saif Uddin
ffb7f2d595 fixed deprecation warning in admin2tags tests 2018-10-23 14:35:06 +06:00
Asif Saif Uddin
0cbaf7f089 fixed deprecation warning it test_actions 2018-10-23 14:32:57 +06:00
Asif Saif Uddin
2f1959b43e fixed static 2018-10-23 13:05:17 +06:00
Asif Saif Uddin (Auvi)
2473fa3069
fix deprecation warnings (#463)
* fix deprecation warning

* fix deprecation warning

* fix deprecation warning of django filter

* fix deprecation warning of django filter widget

* undo widget

* fixed field_name deprecation warning

* fixed pagination error

* fixed pagination error
2018-09-17 13:58:30 +06:00
Asif Saif Uddin
8169c11e31 fixed url erros 2018-09-03 14:25:27 +06:00
Asif Saif Uddin
2091f9649d fixed is_authenticated error 2018-09-03 14:13:10 +06:00
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 Saifuddin Auvi
27421081d4 fixed reverse reverse_lazy import errors 2018-05-11 01:23:23 +06:00
Asif Saifuddin Auvi
b01ff0b2f6 style fix 2018-05-11 01:17:37 +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
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
c34a0dab19 fixed flake8 errors 2018-05-10 22:22:00 +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
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
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
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
arthur
23c256d6a0 Remove import from django.conf.urls.patterns 2016-05-22 14:38:41 +02:00
arthur
49523a3ae8 Update session hach only if user is logged user 2016-05-22 11:45:08 +02:00