django-admin2/example/blog/tests
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
..
__init__.py 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
test_apiviews.py Merge remote-tracking branch 'upstream/master' into rename-modeladmin-model_admin 2013-05-19 15:45:24 +02:00
test_builtin_api_resources.py Adding smoke tests for User and Group API resources. 2013-05-19 16:01:30 +02:00
test_modelforms.py PEP-8 work 2013-05-23 19:30:15 +02:00
test_views.py Fixes message display after action handling. 2013-05-23 15:37:50 -04:00