Historial de Commits

Autor SHA1 Mensaje Fecha
  Jacob Walls d976c254fc Fixed #23681, Fixed #27445 -- Doc'd setting choices for NullBooleanField widgets. hace 4 años
  David Smith 91669cc566 Fixed #28009 -- Doc'd empty_value for CharField subclasses. hace 4 años
  David Smith e6d77e6515 Fixed empty values of forms.JSONField and forms.UUIDField in docs. hace 4 años
  Mariusz Felisiak 10a289745f Fixed typo and indentation in docs/ref/forms/fields.txt. hace 4 años
  Mariusz Felisiak ba6b32e5ef Refs #32013 -- Added backward incompatibility note about ModelChoiceIterator changes. hace 4 años
  Carlton Gibson 0bf627f0b2 Refs #11390 -- Clarified dual-calling of ChoiceField.choices callable. hace 4 años
  Ninad Kulkarni 927bd888dd Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt. hace 4 años
  Caio Ariede d38c34119e Fixed #21528 -- Added note about filtering form field's queryset based on instance to admin docs. hace 5 años
  David Smith dbdc192ca3 Preferred usage of among/while to amongst/whilst. hace 4 años
  sage 6789ded0a6 Fixed #12990, Refs #27694 -- Added JSONField model field. hace 5 años
  François Freitag 9ef4a18dbe Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError. hace 5 años
  David Smith ccf32aca44 Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a error message key. hace 5 años
  Claude Paroz 188b003014 Fixed #15982 -- Added DATE_INPUT_FORMATS to forms.DateTimeField default input formats. hace 5 años
  Claude Paroz 1487f16f2d Fixed #11385 -- Made forms.DateTimeField accept ISO 8601 date inputs. hace 5 años
  Claude Paroz b23fb2c819 Corrected notes about default date/datetime/time input formats. hace 5 años
  Jon Dufresne 67ea35df52 Fixed #30998 -- Added ModelChoiceIteratorValue to pass the model instance to ChoiceWidget.create_option(). hace 5 años
  Jon Dufresne 5da85ea737 Refs #30998 -- Doc'd ModelChoiceField/ModelMultipleChoiceField.iterator attributes and ModelChoiceIterator. hace 5 años
  Hasan Ramezani 2282d9f2e5 Fixed #30252 -- Clarified need to reopen forms.fields.ImageField.image file to access raw image data. hace 5 años
  Mariusz Felisiak daa9415f78 Refs #30908 -- Fixed the empty value of forms.FilePathField in docs. hace 5 años
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. hace 5 años
  Jon Dufresne e86cc14bd3 Changed docs to link to Python's description of iterable. hace 5 años
  flh ccf870ebf5 Corrected forms.TimeField's default widget in docs. hace 6 años
  Jeff 3fa3de5415 Fixed #29646 -- Doc'd the validators that each model and form field uses. hace 6 años
  Jon Dufresne ff05de760c Fixed #29038 -- Removed closing slash from HTML void tags. hace 7 años
  Srinivas Reddy Thatiparthy 55b5393bd2 Fixed #28474 -- Made DurationField raise ValidationError for inputs that raised OverflowError. hace 7 años
  Tim Graham 5446b72003 Removed versionadded/changed annotations for 1.11. hace 7 años
  Tim Graham 2fc5a5bfe3 Removed stray versionadded/changed annotations for 1.10. hace 7 años
  Claude Paroz 43b574007e Fixed #28192 -- Required passing optional form field args as keyword args. hace 7 años
  Tim Graham ecae9c7aec Fixed typo in docs/ref/forms/fields.txt. hace 7 años
  Claude Paroz 54caca2d34 Refs #28192 -- Fixed documentation of ChoiceField choices requirement hace 7 años