| Age | Commit message (Collapse) | Author |
|
Backport of 4301d6fa36 from master
|
|
Backport of 94d567ba30 from master
|
|
Also removed a sentence that was incorrect: raising a
`ValidationError` inside `Form.clean` doesn't clear the
`cleaned_data` attribute.
Thanks to loic84 and timograham for the review.
Backport of 9aa6d4bdb6618ba4f17acc7b7c0d1462d6cbc718 and
0048ed77c7016a03aed6dbc255a6372f3df2ccd5 from master.
|
|
Corrected LANGUAGES documentation on how to translate language
names. Now using django.utils.translation.ugettext_lazy instead
of a dummy gettext() function.
Thanks to Salvatore for the report.
Backport of 8bc350b38516d8c3a14aed113dd3402b9375b75c from master.
|
|
Python 3.
Thanks arjan at anymore.nl for the report.
Backport of d15985d81f from master
|
|
|
|
Backport of c82e850eed2eb3957ed792908b73622ebd3034a7 from master.
|
|
Backport of a8e84521c4 from master
|
|
The EmailMessage documentation describes the initialization parameters
and states they 'can be set at any time prior to calling the send()
method.'. However, the 'headers' parameter's corresponding attribute is
called 'extra_headers'.
Backport of cab72a439b from master
|
|
Backport of 413307fe35 from master
|
|
Refs #14461. Thanks Ramiro Morales for pointing this.
Backport of b780d03d62 from master.
|
|
RedirectView.get_redirect_url.
Thanks to Tim for the review.
Backport of f2e0266be766b0b6149377b90ae3ddc41c91c3fb from master.
|
|
Backport of c29dd76f40 from master
|
|
Backport of 3935b0f263 from master
|
|
|
|
Thanks rpq at winscores.com for the report.
Backport of 88b9d4ff3a from master.
|
|
Dependent means reliant on.
A dependant is a person like a child or spouse.
Thanks Andrew Wilcox for the report.
Backport of 090315f5df from master
|
|
Backport of c7dabe49dd from master
|
|
Thanks thevlad at gmail.com for the report.
Backport of 89116cf24a from master.
|
|
Thanks k_sze for the report.
Backport of 67c6c1a7c from master.
|
|
|
|
Backport of eafe279120 from master
|
|
Thanks wim at go2people.nl for the report.
Backport of 51e6575472 from master
|
|
Co-Authored-By: Gavin Wahl <gwahl@fusionbox.com>
Backport of e9a356a695 from master
|
|
unsafe.
Thanks dev@simon.net.nz for the suggestion and vijay_shanker for the patch.
Backport of 1edef50880 from master
|
|
django.core.servers.basehttp.WSGIServerException
refs 2ca00faa913754cd5860f6e1f23c8da2529c691a
Backport of b47a052eb5 from master
|
|
Backport of cc2049cdd7 from master
|
|
Backport of 3b0293370a from master
|
|
Backport of 4ce5c119b5 from master
|
|
and how to prevent table-name truncation
Thanks russellm & timo for discussion, and timo for review.
Backported from master 317040a73b77be8f8210801793b2ce6d1a69301e
|
|
Backport of 2eb8f15516 from master
|
|
Thanks joao at silvaneves.org for the report.
Backport of 9704c49d59 from master
|
|
Backport of 28b70425afb2fb8bcbec09d249e37fa786f8a155 from master.
|
|
Backport of 1e39982b6e from master
|
|
Thanks bjb at credil.org for the report.
Backport of f8632572ad from master
|
|
Backport of a3372f67cb from master
|
|
Backport of 651bb73ab3 from master
|
|
This changed was reverted in 5d74853e156105ea02a41f4731346dbe272c2412.
Backport of d97bec5ee3 from master
|
|
Backport of 944a2bb7c1 from master
|
|
InlineFormSet.
Thanks treysta at gmail.com for the suggestion.
Backport of 9bfe66164e from master
|
|
Thanks ebertti at yahoo.com.br for the suggestion.
Backport of 018e2c055a from master
|
|
exceptions.
Thanks Keryn Knight for the report.
Backport of e077224f4a from master
|
|
fields.
The ModelForm docs suggested that fields defined declaratively override
default fields generated from the form Meta.
This is conceptually wrong, especially with inheritance in mind. Meta is
usually defined on the topmost ModelForm subclass, while fields can come
from anywhere in the MRO, especially base classes; therefore we suggested
that something defined in a base class override something from a subclass.
This patch rephrases the docs around the idea that Meta is used to generate
*missing* fields.
Refs #8620, #19617.
Thanks @mjtamlyn and @timgraham for the review.
Backport of 54cd930baf from master
|
|
Thanks gergely at polonkai.eu for the suggestion.
Backport of 9b7d38ed5a from master
|
|
Backport of 8fc63087f6 from master
|
|
command page.
Backport of 13ddf0e002 from master
|
|
Thanks gcc for the report and vajrasky for the patch.
Backport of 570d9c2678d6cc564f9c70138554af8f7ce9ec49 from master.
|
|
18ea1c473b form master.
|
|
fixtures.
Thanks slinkp for the suggestion.
Backport of dd839a2dfd from master
|
|
Backport of 8bfc7cc64c from master
|