Commit graph

27 commits

Author SHA1 Message Date
Kamil Gałuszka
c59a19f336 feat: upgrade Django and Python to supported versions 2020-11-21 22:16:43 +06:00
Asif Saif Uddin
09ed44fe56 regex depr 2018-11-02 15:44:25 +06:00
Asif Saif Uddin
2091f9649d fixed is_authenticated error 2018-09-03 14:13:10 +06:00
arthur
fdc5563cba Fix permissions error 2016-05-20 09:19:41 +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
754f5dab56 Replace post_sync signal with post_migrate 2016-05-08 00:54:04 +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
f3ff443373 Fix flake8 errors 2016-05-07 22:59:15 +02:00
Koding
a51eb82f6b Fix some Django 1.8 compatibility issues. 2015-03-21 16:26:12 +00:00
Kamil Gałuszka
84ae23b903 fix problems with permissions 2015-01-06 18:29:29 +01:00
Kamil Gałuszka
b341d763f0 many fixes to django-admin2 with py3
and django 1.7 compatybility
2014-10-10 22:19:02 -05:00
Andrews Medina
3c7fc0fc0e Merge branch 'develop' into admin_view
Conflicts:
	djadmin2/types.py
2013-07-26 17:55:55 -03:00
Daniel Greenfeld
47df410c07 merge 2013-07-07 16:13:48 +02:00
Andrews Medina
4bf06dd6c2 migrating the views to be admin views.
generating the get_urls dynamically and
support permissions.
2013-06-23 02:52:58 -03:00
Gregor Müllegger
911dcb442a Moving create_extra_permissions to the more appropriate permissions module. 2013-06-06 10:29:10 +02:00
Daniel Greenfeld
30d1abe5d4 PEP-8 work 2013-05-30 11:35:58 +02:00
Gregor Müllegger
d0635b79c3 Adding a IsSuperuserPermission class. 2013-05-29 10:44:22 +02:00
Gregor Müllegger
02a68faadd Adding more information to the docstring of the template permission handler. 2013-05-29 10:44:22 +02:00
Gregor Müllegger
635bbca553 Adding |for_view filter to bind permissions for a view name. 2013-05-29 10:44:22 +02:00
Gregor Müllegger
9ce77ae572 Adding possibility to traverse permissions by admin name. 2013-05-29 10:44:22 +02:00
Gregor Müllegger
2aca9df7e2 Adding possibility to swap model admin that is checked for permissions in the template. 2013-05-29 10:44:22 +02:00
Gregor Müllegger
c6a11efca8 Adding ability to check for permissions of any registered model admin in the templates. 2013-05-29 10:44:22 +02:00
Gregor Müllegger
65d54083ce Adding reference documentation for permission handling. 2013-05-29 10:44:22 +02:00
Gregor Müllegger
ab778191c6 Adding the ability to check for permissions in templates. 2013-05-29 10:44:22 +02:00
Gregor Müllegger
0c7615b733 Implementing a class-based permission handling. 2013-05-29 10:43:09 +02:00