Jan Schrewe

Results 4 issues of Jan Schrewe

A couple of strings have changed in the code and can't be translated properly. Is it possible to regenerate the .po files? If I run `django-admin makemessages` I can regenerate...

This is at the moment patched to work just like it did in Django 1.3. The current fix is in views.py#55-60. See release notes https://docs.djangoproject.com/en/dev/releases/1.4/#list-filters-in-admin-interface

The prefix for for fields that have choices in embedded documents does get generated correctly on formset generation.

It would be great if queryset.delete would call `pre_delete` and `post_delete` signals. While `pre_delete` is easy to implement, I'm not sure how to implement the `post_delete` signals.