提交历史

作者 SHA1 备注 提交日期
  melipone 28dac56aed Fixed #16995 -- Clarified interaction of initial and extra with model formsets. 6 年之前
  Mariusz Felisiak 35319bf12c Alphabetized imports in various docs. 6 年之前
  CHI Cheng 4660ce5a69 Fixed #29375 -- Removed empty action attribute on HTML forms. 7 年之前
  Tim Graham 5fa4f40f45 Fixed #29227 -- Allowed BooleanField to be null=True. 8 年之前
  Jon Dufresne ff05de760c Fixed #29038 -- Removed closing slash from HTML void tags. 7 年之前
  jaywelborn 56e590cc0b Fixed #28761 -- Documented how an inline formset's prefix works. 7 年之前
  Cameron Curry 622ead6aaf Fixed #28937 -- Allowed BinaryField to be editable=True. 7 年之前
  heathervm 7d1e237753 Fixed #27993 -- Fixed model form default fallback for SelectMultiple. 8 年之前
  Claude Paroz c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 年之前
  chillaranand dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 8 年之前
  Tim Graham f6acd1d271 Refs #23919 -- Removed Python 2 notes in docs. 8 年之前
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 年之前
  Tim Graham bcf3532ede Refs #26154 -- Removed deprecated CommaSeparatedIntegerField. 8 年之前
  Tim Graham 87c5e7efeb Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple. 8 年之前
  Tim Graham 3507d4e773 Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget. 8 年之前
  Jon Dufresne 2c716c1dc7 Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boolean syntax. 8 年之前
  Tim Graham 4bc6b93994 Fixed #27039 -- Fixed empty data fallback to model field default in model forms. 8 年之前
  Jon Dufresne 267dc4addd Fixed #4136 -- Made ModelForm save empty values for nullable CharFields as NULL. 8 年之前
  Ed Henderson 4a4d7f980e Fixed #26021 -- Applied hanging indentation to docs. 8 年之前
  Sergey Fedoseev 26794f6657 Fixed typo in docs/topics/forms/modelforms.txt 8 年之前
  Tim Graham 46a38307c2 Removed versionadded/changed annotations for 1.9. 8 年之前
  rowanv a6ef025dfb Fixed #26124 -- Added missing code formatting to docs headers. 9 年之前
  Tim Graham 8e6a08e937 Refs #26142 -- Documented that Formset's extra=0 doesn't prevent creating objects. 9 年之前
  Elif T. Kus bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 年之前
  bmsleight 8715205c5c Fixed a typo in a modelforms docs example. 9 年之前
  Alexander Sosnovskiy 2a7ce34600 Fixed #14286 -- Added models.BigAutoField. 9 年之前
  Tim Graham 4d83b0163e Fixed #25969 -- Replaced render_to_response() with render() in docs examples. 9 年之前
  Bryan Marty 455034d4df Fixed #21516 -- Updated imports paths for some formset functions/classes. 9 年之前
  Tim Graham e0837f2cb1 Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list. 9 年之前
  Tim Graham 54848a96dd Removed versionadded/changed annotations for 1.8. 9 年之前