Changes between Version 3 and Version 4 of DjangoSpecifications/NfAdmin/MediaAndValidation
- Timestamp:
- Mar 23, 2008, 9:20:53 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/NfAdmin/MediaAndValidation
v3 v4 15 15 * Custom validation should be possible with the ordinary `clean_field()` and `clean()` overrides in the custom form and should not interfere with base field validation. 16 16 17 See ticket #6686 for a patch. 18