vgolubev
|
e87f57fdb8
Fixed #26142 -- Allowed model formsets to prevent new object creation.
|
3 年之前 |
Nick Pope
|
c156e36955
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
|
3 年之前 |
Mariusz Felisiak
|
d992f4e3c2
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
|
4 年之前 |
sage
|
4a412c2e65
Fixed #32199 -- Doc'd JSONField in ModelForm field mapping.
|
4 年之前 |
Jon Dufresne
|
2b56c56653
Corrected output of rendered formset example in model formsets docs.
|
4 年之前 |
David Smith
|
10df5b7177
Refs #31670 -- Removed whitelist/blacklist terminology in docs and comments.
|
4 年之前 |
Jon Dufresne
|
5e00bd1f77
Removed unnecessary code-block directives in various docs.
|
5 年之前 |
Sergey Fedoseev
|
abc51d44af
Used :ticket: role in all tickets links.
|
5 年之前 |
Caio Ariede
|
555bebe774
Fixed #30987 -- Added models.PositiveBigIntegerField.
|
5 年之前 |
Adam Johnson
|
5a856669bf
Updated list of field types conversions in ModelForm docs.
|
5 年之前 |
Mac Chapman
|
0b7378db1f
Fixed #11097 -- Added note about parent link fields in formsets for multi-table inheritance models.
|
5 年之前 |
Tobias Kunze
|
4a954cfd11
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
5 年之前 |
Nick Pope
|
194d1dfc18
Fixed #30661 -- Added models.SmallAutoField.
|
5 年之前 |
Mariusz Felisiak
|
5ab75adb90
Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0.
|
5 年之前 |
Tobias Kunze
|
a309821c97
Fixed #30395 -- Doc'd a limitation of ModelForm.Meta.widgets.
|
6 年之前 |
Jon Dufresne
|
97d3321e89
Changed tuple choices to list in docs.
|
5 年之前 |
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 年之前 |