django-admin2/djadmin2
Daniel Greenfeld 16c9b8c3ee prep for v0.3.0
2013-05-31 10:21:02 +02:00
..
static/themes/bootstrap Handle actions by POSTing to ModelListView 2013-05-22 11:32:01 +01:00
templates/admin2/bootstrap Added Roman Gladkov as a contributor, PEP8 and djadmin2 standards fixes 2013-05-31 08:36:09 +02:00
templatetags Adding |for_view filter to bind permissions for a view name. 2013-05-29 10:44:22 +02:00
tests Removed admins.py and placed calls to ModelAdmin2 from top namespace 2013-05-31 08:57:25 +02:00
__init__.py prep for v0.3.0 2013-05-31 10:21:02 +02:00
actions.py PEP-8 work 2013-05-30 11:35:58 +02:00
apiviews.py Fix permission denied errors for API views. 2013-05-29 10:47:45 +02:00
constants.py Adding the ability to check for permissions in templates. 2013-05-29 10:44:22 +02:00
core.py Added Roman Gladkov as a contributor, PEP8 and djadmin2 standards fixes 2013-05-31 08:36:09 +02:00
forms.py replace django.contrib.admin introduced in last pull request with our own native form 2013-05-31 08:49:24 +02:00
models.py fixes #155, which is moving models.py to types.py. Using admins.py as an alias for the old models.py module 2013-05-30 12:33:00 +02:00
permissions.py PEP-8 work 2013-05-30 11:35:58 +02:00
types.py fixes #155, which is moving models.py to types.py. Using admins.py as an alias for the old models.py module 2013-05-30 12:33:00 +02:00
utils.py PEP-8 work 2013-05-30 11:35:58 +02:00
viewmixins.py deleted LoginRequiredMixin 2013-05-31 07:39:58 +07:00
views.py replace django.contrib.admin introduced in last pull request with our own native form 2013-05-31 08:49:24 +02:00