Add protection against mixed up ContentType tables

This commit is contained in:
Diederik van der Boor
2014-04-04 15:28:01 +02:00
parent acf1ddc086
commit e8d5ce6231
2 changed files with 10 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@ Version 0.5.4 (in development)
* Fix ``.non_polymorphic()`` to returns a clone of the queryset, instead of effecting the existing queryset.
* Fix missing ``alters_data = True`` annotations on the overwritten ``save()`` methods.
* Fix infinite recursion bug in the admin with Django 1.6+
* Added detection of bad ``ContentType`` table data.
Version 0.5.3 (2013-09-17)