Commit Verlauf

Autor SHA1 Nachricht Datum
  Jon Dufresne 0db7e61076 Followed recommended ValidationError use in docs. vor 9 Jahren
  Agnieszka Lasyk 1f8dad6915 Fixed #25755 -- Unified spelling of "website". vor 9 Jahren
  Tim Graham 54848a96dd Removed versionadded/changed annotations for 1.8. vor 9 Jahren
  Iulia Chiriac 75ed590032 Fixed #24636 -- Added model field validation for decimal places and max digits. vor 10 Jahren
  Tim Graham 87d55081ea Fixed #25159 -- Removed brackets from class/function/method signatures in docs. vor 9 Jahren
  Edward Henderson f8cc464452 Fixed #16501 -- Added an allow_unicode parameter to SlugField. vor 10 Jahren
  Bertrand Bordage 3e64f3d0fc Fixed #24531 -- Improved CommaSeparatedIntegerField validation. vor 10 Jahren
  Tim Graham f4cc0c40a8 Added some missing newlines in docs/ref/validators.txt. vor 10 Jahren
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. vor 10 Jahren
  Danilo Bargen 2e65d56156 Fixed #20003 -- Improved and extended URLValidator vor 10 Jahren
  Dori c48a29a02a Fixed #23639 -- Fixed doc error in RegexValidator.regex vor 10 Jahren
  Markus Holtermann c692e37b63 Fixed #22959 -- Documented that class-based validators need to be deconstructible. vor 10 Jahren
  areski 2a4492aecb Fixed #23224 - Documented EmailValidator. vor 10 Jahren
  Anubhav Joshi 5cdb8f8c1e Fixed #16617 -- Added 'value' to BaseValidator params. vor 10 Jahren
  Claude Paroz 680a0f08b1 Updated doc links to point to Python 3 documentation vor 11 Jahren
  Claude Paroz 3a97f992fb Fixed #22313 -- Removed 'u' prefixes from documentation vor 11 Jahren
  Dejan Noveski 4d0c5f6142 Fixed #22255 -- Added support for specifying re flags in RegexValidator vor 11 Jahren
  Si Feng b102c27ff4 Fixed #20784 -- Added inverse_match parameter to RegexValidator. vor 11 Jahren
  Claude Paroz 6d66ba5948 Fixed #21242 -- Allowed more IANA schemes in URLValidator vor 11 Jahren
  Claude Paroz 4e2e8f39d1 Fixed #4833 -- Validate email addresses with localhost as domain vor 12 Jahren
  Tim Graham 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. vor 12 Jahren
  Aymeric Augustin 7ee7599ab3 Removed versionadded/changed annotations dating back to 1.4. vor 12 Jahren
  Aymeric Augustin c28e700c7e Removed references to changes made in 1.2. vor 12 Jahren
  Aymeric Augustin 9ed6e08ff9 Removed deprecated URLField.verify_exists. vor 13 Jahren
  Claude Paroz 78638a9a51 Replaced http by https in djangoproject.com links vor 13 Jahren
  Jannis Leidel ce3c281090 Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks to Erik Romijn. vor 14 Jahren
  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. vor 14 Jahren
  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 vor 14 Jahren
  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. vor 14 Jahren
  Jacob Kaplan-Moss 728effcfbd Fixed #14141: docs now use the :doc: construct for links between documents. vor 14 Jahren