django-admin2/djadmin2
Germano Gabbianelli 606db2fe7a Added tests for pull-request #386
1. Custom views should be prepended to the 'views' list, otherwise they
   could be shadowed by views of the superclass.
2. Custom views should not be added to the superclass 'views' list.
   Instead a new list should be created and assigned to the class.
2013-12-05 12:48:55 +01:00
..
locale Compiled all messages. Ready for release. Fixes #314, refs #317 2013-07-09 12:22:36 +02:00
static/themes/bootstrap A nice margin for a nice message. :) 2013-09-27 00:52:51 -04:00
templatetags Showing the app verbose names on the templates. 2013-08-05 03:36:37 -04:00
tests Added tests for pull-request #386 2013-12-05 12:48:55 +01:00
themes Show a nice message if the have no visible fields. 2013-09-27 00:52:18 -04:00
__init__.py bump to 0.6.0rc1 2013-09-12 16:44:33 +02:00
actions.py "only_selected" flag exists to specify whether it should affect the 2013-08-02 13:58:57 -04:00
admin2.py prep for #273 2013-07-18 16:32:50 +02:00
apiviews.py fix TypeError - the right way () 2013-08-26 20:20:09 -04:00
core.py Registering and making the app verbose names accessible into the views. 2013-08-05 03:35:03 -04:00
filters.py Left in a wee bit of debugging code. 2013-07-30 17:20:27 -04:00
forms.py Django 1.6 changed the MultiWidget.needs_multipart_form attribute into a property. We didn't plan for that in floppify code yet. We check now for properties which makes it compatible with Django 1.6 and more futureproof. Part of a Fix for #387. 2013-11-28 13:12:50 +01:00
models.py Remove accidental dependency on django.contrib.admin 2013-08-02 12:52:38 +02:00
permissions.py Merge branch 'develop' into admin_view 2013-07-26 17:55:55 -03:00
renderers.py prep for #273 2013-07-18 16:32:50 +02:00
settings.py Implemented ordering, tests in the next commit. 2013-08-01 12:00:03 -04:00
types.py Fixed ModelAdminBase2 to allow overriding existent views. 2013-12-03 11:34:05 +01:00
utils.py Remove accidental dependency on django.contrib.admin 2013-08-02 12:52:38 +02:00
viewmixins.py Registering and making the app verbose names accessible into the views. 2013-08-05 03:35:03 -04:00
views.py Adding View Descriptions for "registry" and "app_verbose_names". 2013-09-24 03:27:38 -04:00