1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests/modeltests/validation
Ramiro Morales 87eb3a25aa Removed superflous commented-out lines.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16502 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-04 12:23:12 +00:00
..
__init__.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
models.py Removed superflous commented-out lines. 2011-07-04 12:23:12 +00:00
test_custom_messages.py
test_unique.py Renamed a test model field added in [16345] so it doesn't keep the test DB ceation process from finishing under Oracle. 2011-07-03 22:15:39 +00:00
tests.py Shortened some test model names that were introduced in r16366 to fix running tests on PostgreSQL. 2011-06-13 17:48:02 +00:00
validators.py Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch, and to Luke, Karen, Justin, Alex, Łukasz Rekucki, and Chuck Harmston for their help testing and reviewing the final patch. 2010-10-11 12:55:17 +00:00