I've got some models which has fields. Those fields can contain Null. There are also some FK, which are not obligatory - they can be null as well. When it comes to display list of objects, in places of Null i get 'None' string - no matter if use i18n or not. For fields with FK i get '(None)' This, however, can be simply fixed by using models function for this - but not when it comes to use list_filter in AdminModel class. Is there any way to customize this behaviour and place other, defined string?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

