Ticket #14650: slugfield_doc.diff
File slugfield_doc.diff, 625 bytes (added by , 14 years ago) |
---|
-
docs/ref/forms/fields.txt
682 682 * Default widget: ``TextInput`` 683 683 * Empty value: ``''`` (an empty string) 684 684 * Normalizes to: A Unicode object. 685 * Validates that the given value contains only letters, numbers and686 hyphens.685 * Validates that the given value contains only letters, numbers, underscores 686 and hyphens. 687 687 * Error messages: ``required``, ``invalid`` 688 688 689 689 This field is intended for use in representing a model