Hi,
i got a problem that there are wrong datarecords displayed in one Models Results. I got Countries which has_many Schools and one School has_one Country. But in ModelAdmin results (just in some countries) are Schools listet which are related to another country than the selectet. I checked the database entries for both schools and countries and the relations are setup correctly there.. One School got one CountryID and only exists once, but some schools are shown in different Countries.
Couldnt find out anything about that problem in the Internet.
Did somebody experience a similar problem with perhaps possible cause of that error ? Perhaps a ModelAdmin Bug ?
thanks in advance
matze