summaryrefslogtreecommitdiff
path: root/django/db/models/fields/generic.py
AgeCommit message (Expand)Author
2007-03-19Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report...Russell Keith-Magee
2006-12-15Copied django.forms to django.oldforms and changed all code to reference djan...Adrian Holovaty
2006-09-22Fixed #2749 -- Get the correct m2m_reverse_name() in generic relations. ThanksMalcolm Tredinnick
2006-06-16Added generic foreign key support to Django. Much thanks to Ian Holsman and Jacob Kaplan-Moss