django-admin2/djadmin2
Wade Austin 4b8b8d8b47 Fix for Issue #178
If an action is selected and no objects are selected the message "Items must be selected in order to perform actions on them. No items have been changed." is displayed instead of the user being sent to Action confirmation screen.
2013-06-03 21:09:41 -05:00
..
static/themes/bootstrap Document custom CSS better. 2013-06-01 12:35:49 +02:00
templates/admin2/bootstrap Fix error on create from this form. 2013-06-01 12:54:15 +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 Fix for Issue #178 2013-06-03 21:09:41 -05:00
apiviews.py Move towards internal consistency of URL name definitions 2013-06-01 13:48:53 +02:00
constants.py Change list actions to be list_actions so their nature is more explicit 2013-05-31 15:37:55 +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 fixes #159 and lays the ground for more things 2013-06-01 18:02:01 +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 Move towards internal consistency of URL name definitions 2013-06-01 13:48:53 +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 More work on admin 2013-05-31 17:38:34 +02:00