1
0
mirror of https://github.com/django/django.git synced 2025-01-12 11:26:23 +00:00
django/tests/regressiontests/forms
2007-09-15 10:57:03 +00:00
..
__init__.py
localflavor.py
models.py Fixed #4415 -- Added formfield method to PositiveIntegerField, so that those fields get validated correctly. Thanks, Oggie Rob. 2007-09-15 02:37:07 +00:00
regressions.py Fixed #5487 -- Added deepcopying ability to lazy() objects, along with a test to demonstrate why the previous code failed. Debugging and patch from John Buchanan. 2007-09-15 10:57:03 +00:00
tests.py Fixed #5387 -- Added is_multipart method to forms. Original patch from Petr Marhhoun. Tests and documentation from Murkt. 2007-09-15 10:12:05 +00:00
util.py