django-admin2/example
Chris Lawlor 396f49665e Fixes message display after action handling.
Calls unicode to force encoding of object name to a localized
unicode string. Also fixes deleted object count by saving
len(queryset) to a local var before calling queryset.delete(), as
the len after queryset.delete() is always zero.
2013-05-23 15:37:50 -04:00
..
blog Fixes message display after action handling. 2013-05-23 15:37:50 -04:00
example Implementing a modelform_factory that takes care of converting all widgets on the modelform to floppyform widgets if possible. 2013-05-22 19:29:12 +02:00
__init__.py Added testrunner that works with django 2013-05-18 15:30:32 +02:00
manage.py Add example app 2013-05-18 12:12:57 +02:00