Commit graph

487 commits

Author SHA1 Message Date
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
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
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
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
arthur
a373875c0d Set return of get_update password_url to default value in UserChangeFrom when no instance 2016-05-19 19:21:56 +02:00
arthur
5511b4dc8d Fix password link in user 2016-05-19 18:50:56 +02:00
arthur
830bffcf11 Using TextField widget for GenericIPAddressField according to django-floppyforms documentation
http://django-floppyforms.readthedocs.io/en/latest/widgets.html
2016-05-19 18:16:01 +02:00
arthur
0b923103f3 Replace IPAddressField with GenericIPAddressField 2016-05-19 17:05:21 +02:00
arthur
e7df67e150 Update create_view_permission and move signal to AppConfig 2016-05-08 02:22:49 +02:00
arthur
babe7a70c7 Optimise imports 2016-05-08 01:31:16 +02:00
arthur
23f7f9479a create a djadmin2_site in djadmin2/site.py to make it work in django 1.9 2016-05-08 01:29:17 +02:00
arthur
754f5dab56 Replace post_sync signal with post_migrate 2016-05-08 00:54:04 +02:00
arthur
f223b85422 Rename AdminModel2Mixin to Admin2ModelMixin 2016-05-08 00:25:12 +02:00
arthur
92e7d52c47 rename ctype to c_type (flake8 on python2.7) 2016-05-08 00:18:16 +02:00
arthur
cb91aabcf4 Update permission.py 2016-05-08 00:12:53 +02:00
arthur
54f710055a Add migrations but not use them in test for now 2016-05-07 23:59:55 +02:00
arthur
e7a40e1806 Update url patterns 2016-05-07 23:57:53 +02:00
arthur
c532393b97 Fix flake8 errors 2016-05-07 23:28:30 +02:00
arthur
5849d80dcb Update django rest framework 2016-05-07 23:26:48 +02:00
arthur
f3ff443373 Fix flake8 errors 2016-05-07 22:59:15 +02:00
arthur
77fd9401bb Add field_name attribute for build_date_filter 2016-05-07 21:09:58 +02:00
arthur
9872521f6f Fix collector in BaseListAction who generate bug when trying to delete multiple object from action list 2016-05-07 21:09:22 +02:00
arthur
3fbc396fa2 Fix slice has been taken issue on _format_days, _format_months and _format_years 2016-05-07 21:07:51 +02:00
arthur
5f9707e467 Delete migration for tox to work 2016-05-07 20:28:04 +02:00
arthur
599ec2d236 Add migrations 2016-05-07 19:44:00 +02:00
Hiroaki Nakamura
25679c7fa3 Use static template tag instead of STATIC_URL 2015-08-21 10:27:35 +09:00
Kamil Gałuszka
d69729e52f Merge pull request #417 from montiniz/py3-fix
Raise syntax no longer accepts comma-separated arguments in python3
2015-03-30 22:53:44 +02:00