1
0
mirror of https://github.com/django/django.git synced 2025-10-24 22:26:08 +00:00

[1.8.x] Cleaned up schema tests

Thanks Tim Graham for the review.

Backport of 0204714b0b from master
This commit is contained in:
Markus Holtermann
2015-01-29 15:14:55 +01:00
parent aed1b1f6e5
commit e3702dc3f2
3 changed files with 318 additions and 434 deletions

View File

@@ -52,3 +52,7 @@ class CustomManyToManyField(RelatedField):
_get_m2m_attr = ManyToManyField.__dict__['_get_m2m_attr']
_get_m2m_reverse_attr = ManyToManyField.__dict__['_get_m2m_reverse_attr']
_get_m2m_db_table = ManyToManyField.__dict__['_get_m2m_db_table']
class InheritedManyToManyField(ManyToManyField):
pass