django-admin2/example/blog
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
..
templates/blog Example project home page 2013-05-19 15:00:10 +02:00
tests Fixes message display after action handling. 2013-05-23 15:37:50 -04:00
__init__.py Add example app 2013-05-18 12:12:57 +02:00
admin.py Update django.contrib.admin reference file to provide reference for this pull request 2013-05-22 17:58:29 +02:00
admin2.py Improve the rendering of inline form sets 2013-05-22 01:06:25 +01:00
models.py pep8 of code 2013-05-19 10:09:12 +02:00
views.py Add example app 2013-05-18 12:12:57 +02:00