index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
forms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed "lets" mistakes in docs.
David Beitey
2019-01-14
1
-1
/
+1
*
Used auto-numbered lists in documentation.
François Freitag
2018-11-15
1
-3
/
+3
*
Fixed #16995 -- Clarified interaction of initial and extra with model formsets.
melipone
2018-09-10
1
-2
/
+4
*
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-09-10
1
-8
/
+8
*
Removed versionadded/changed annotations for 2.0.
Tim Graham
2018-05-17
1
-6
/
+0
*
Alphabetized imports in various docs.
Mariusz Felisiak
2018-05-12
2
-3
/
+3
*
Fixed #29375 -- Removed empty action attribute on HTML forms.
CHI Cheng
2018-05-02
2
-7
/
+7
*
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-20
1
-1
/
+3
*
Fixed typo in docs/topics/forms/media.txt.
Daniel Hahler
2018-03-02
1
-1
/
+1
*
Fixed #29107 -- Doc'd that ModelForm doesn't actually inherit from Form.
Tim Graham
2018-02-08
1
-3
/
+5
*
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-21
4
-61
/
+61
*
Fixed #28761 -- Documented how an inline formset's prefix works.
jaywelborn
2018-01-13
2
-0
/
+35
*
Fixed #28937 -- Allowed BinaryField to be editable=True.
Cameron Curry
2017-12-22
1
-0
/
+5
*
Fixed typo in docs/topics/forms/media.txt.
Hyunwoo Park
2017-11-22
1
-1
/
+1
*
Fixed #28377 -- Made combining form Media retain relative asset order.
Johannes Hoppe
2017-07-20
1
-0
/
+36
*
Fixed #27993 -- Fixed model form default fallback for SelectMultiple.
heathervm
2017-03-31
1
-5
/
+7
*
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-02-07
1
-1
/
+1
*
Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.
Vytis Banaitis
2017-02-01
1
-2
/
+2
*
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-25
2
-7
/
+7
*
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-18
1
-1
/
+1
*
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
2
-14
/
+0
*
Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.
Tim Graham
2017-01-17
1
-2
/
+0
*
Doc'd the need to provide initial for formset submissions.
Tim Graham
2016-10-10
1
-0
/
+5
*
Refs #27186 -- Fixed model form default fallback for CheckboxSelectMultiple.
Tim Graham
2016-09-30
1
-1
/
+2
*
Fixed #27278 -- Fixed an anchor in docs/topics/forms/formsets.txt.
Tim Graham
2016-09-26
1
-2
/
+2
*
Fixed #27270 -- Clarified a paragraph in docs/topics/forms/formsets.txt.
Tim Graham
2016-09-26
1
-4
/
+4
*
Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...
Tim Graham
2016-09-22
1
-5
/
+11
*
Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...
Jon Dufresne
2016-09-21
1
-1
/
+1
*
Replaced property() usage with decorator in several places.
Berker Peksag
2016-08-25
1
-2
/
+2
*
Fixed #27039 -- Fixed empty data fallback to model field default in model forms.
Tim Graham
2016-08-24
1
-0
/
+15
*
Fixed #4136 -- Made ModelForm save empty values for nullable CharFields as NULL.
Jon Dufresne
2016-06-13
1
-1
/
+3
*
Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-06-03
1
-8
/
+19
*
Fixed typo in docs/topics/forms/modelforms.txt
Sergey Fedoseev
2016-05-27
1
-1
/
+1
*
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-20
2
-9
/
+0
*
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
2016-04-21
2
-4
/
+9
*
Fixed incorrect rendered widget in forms example.
Jon Dufresne
2016-04-20
1
-1
/
+1
*
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-02-01
2
-4
/
+4
*
Refs #26142 -- Documented that Formset's extra=0 doesn't prevent creating obj...
Tim Graham
2016-01-26
1
-0
/
+6
*
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2016-01-22
4
-41
/
+41
*
Fixed a typo in a modelforms docs example.
bmsleight
2016-01-09
1
-1
/
+1
*
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-12-25
1
-0
/
+2
*
Fixed #25969 -- Replaced render_to_response() with render() in docs examples.
Tim Graham
2015-12-23
2
-15
/
+9
*
Fixed #21221 -- Made form Media and static template tag use staticfiles if in...
Johannes Hoppe
2015-12-10
1
-5
/
+18
*
Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
2015-11-16
1
-5
/
+5
*
Fixed #21516 -- Updated imports paths for some formset functions/classes.
Bryan Marty
2015-10-28
2
-28
/
+28
*
Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.
Tim Graham
2015-10-06
1
-1
/
+1
*
Fixed #25481 -- Added field.help_text to "Looping over a form's fields" docs.
John Moses
2015-10-02
1
-0
/
+3
*
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
2
-16
/
+0
*
Fixed #12856 -- Documented BoundField API.
Moritz Sichert
2015-09-21
1
-0
/
+5
*
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-27
1
-3
/
+11
[next]