Commit History

Author SHA1 Message Date
  Akshesh d58aaa24e3 Fixed #26107 -- Added option to int_list_validator() to allow negative integers. 8 years ago
  Jon Dufresne 0db7e61076 Followed recommended ValidationError use in docs. 8 years ago
  Agnieszka Lasyk 1f8dad6915 Fixed #25755 -- Unified spelling of "website". 9 years ago
  Tim Graham 54848a96dd Removed versionadded/changed annotations for 1.8. 9 years ago
  Iulia Chiriac 75ed590032 Fixed #24636 -- Added model field validation for decimal places and max digits. 9 years ago
  Tim Graham 87d55081ea Fixed #25159 -- Removed brackets from class/function/method signatures in docs. 9 years ago
  Edward Henderson f8cc464452 Fixed #16501 -- Added an allow_unicode parameter to SlugField. 9 years ago
  Bertrand Bordage 3e64f3d0fc Fixed #24531 -- Improved CommaSeparatedIntegerField validation. 9 years ago
  Tim Graham f4cc0c40a8 Added some missing newlines in docs/ref/validators.txt. 9 years ago
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 9 years ago
  Danilo Bargen 2e65d56156 Fixed #20003 -- Improved and extended URLValidator 10 years ago
  Dori c48a29a02a Fixed #23639 -- Fixed doc error in RegexValidator.regex 10 years ago
  Markus Holtermann c692e37b63 Fixed #22959 -- Documented that class-based validators need to be deconstructible. 10 years ago
  areski 2a4492aecb Fixed #23224 - Documented EmailValidator. 10 years ago
  Anubhav Joshi 5cdb8f8c1e Fixed #16617 -- Added 'value' to BaseValidator params. 10 years ago
  Claude Paroz 680a0f08b1 Updated doc links to point to Python 3 documentation 10 years ago
  Claude Paroz 3a97f992fb Fixed #22313 -- Removed 'u' prefixes from documentation 10 years ago
  Dejan Noveski 4d0c5f6142 Fixed #22255 -- Added support for specifying re flags in RegexValidator 10 years ago
  Si Feng b102c27ff4 Fixed #20784 -- Added inverse_match parameter to RegexValidator. 11 years ago
  Claude Paroz 6d66ba5948 Fixed #21242 -- Allowed more IANA schemes in URLValidator 11 years ago
  Claude Paroz 4e2e8f39d1 Fixed #4833 -- Validate email addresses with localhost as domain 12 years ago
  Tim Graham 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 years ago
  Aymeric Augustin 7ee7599ab3 Removed versionadded/changed annotations dating back to 1.4. 12 years ago
  Aymeric Augustin c28e700c7e Removed references to changes made in 1.2. 12 years ago
  Aymeric Augustin 9ed6e08ff9 Removed deprecated URLField.verify_exists. 12 years ago
  Claude Paroz 78638a9a51 Replaced http by https in djangoproject.com links 12 years ago
  Jannis Leidel ce3c281090 Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks to Erik Romijn. 13 years ago
  Chris Beaven b56ef75088 Fixes #13511 -- make regex parameter to RegexValidator to be optional. Also tidies up related docs (parameters aren't attributes). Thanks for the patch work, davidfischer. 13 years ago
  Adrian Holovaty 94af19c43f Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt 13 years ago
  Gabriel Hurley d371142001 Fixed #14537 -- Added documentation on where validators can be imported from to Validators Reference docs, and improved Sphinx formatting and metadata. Thanks to rfugger for the report. 14 years ago