1
0
mirror of https://github.com/django/django.git synced 2025-07-06 18:59:13 +00:00

[soc2009/model-validation] removed some unused tests

This behavior is covered by existing form tests

git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/model-validation@12020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Honza Král 2009-12-29 04:05:33 +00:00
parent c4767e642a
commit 201d171d9d

View File

@ -1,8 +0,0 @@
import unittest
from django.db import models
class CustomMessagesTests(unittest.TestCase):
def test_custom_message_is_used_when_present(self):
pass