summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_widgets/models.py
AgeCommit message (Collapse)Author
2008-05-29newforms-admin: Fixed some failing created with [7562]. Refs #6536. Thanks ↵Brian Rosner
eddyMul for the hawk eyes. git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7566 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-05-05newforms-admin: Applied the same _has_changed treatment to the ↵Brian Rosner
ManyToManyRawIdWidget from [7515] since it acts similar with the underlying data. git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7516 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-17newforms-admin: Fixed #6731 -- ManyToManyRawIdWidget no longer allows wrong ↵Brian Rosner
data being sent to the database. Admin widgets tests are now in regressiontests. git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@7262 bcc190cf-cafb-0310-a4f2-bffc1f526a37