| Age | Commit message (Collapse) | Author |
|
typecasting.
This is a security fix. Disclosure will follow shortly.
Backport of 75c0d4ea3ae48970f788c482ee0bd6b29a7f1307 from master
|
|
Backport of b2514c02e1 from master
|
|
The fact that strip_tags cannot guarantee to really strip all
non-safe HTML content was not clear enough. Also see:
https://www.djangoproject.com/weblog/2014/mar/22/strip-tags-advisory/
Partial backport (doc-only) of 6ca6c36f82 from master.
|
|
Backport of af64f829d7 from master
|
|
Backport of 81830ce34f from master
|
|
Backport of 05d36dc06e6d767bb28993c65a54b703f319a386 from master.
|
|
This is consistent with Python's official documentation
and it's a sphinx recommendation too[1].
[1] http://sphinx-doc.org/markup/desc.html#dir-method
Refs #21855.
Backport of 79e1d6ebd70898d514a44b85648e3d24104c4243 from master.
|
|
Thanks nedbatchelder for the report and claudep for the patch.
Backport of c05b2f58e7 from master
|
|
Backport of 82f466b571 from master
|
|
Backport of 44d40ba521 from master
|
|
Thanks Keryn Knight for the report.
Backport of 0150830687 from master
|
|
Using callables as query parameters is undocumented and not working,
so this changes an example from the ForeignKey.limit_choices_to
documentation that uses it.
Backport of d34c8c338a from master
|
|
Thanks to trac user oubiga for the report.
Backport of 077af42139db84d88f293ab5eadc989a9169dce1 from master.
|
|
Backport of 70e61310d6 from master
|
|
Backport of 03bc0a8ac5 from master
|
|
Thanks glarrain for the report.
Backport of bfe7377adb from master
|
|
Backport of 42197e31aa 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.
Conflicts:
docs/topics/i18n/translation.txt
|
|
Backport of 413307fe35 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
|
|
Thanks thevlad at gmail.com for the report.
Backport of 89116cf24a from master.
|
|
Thanks k_sze for the report.
Backport of 67c6c1a7c from master.
|
|
unsafe.
Thanks dev@simon.net.nz for the suggestion and vijay_shanker for the patch.
Backport of 1edef50880 from master
|
|
and how to prevent table-name truncation
Thanks russellm & timo for discussion, and timo for review.
Backported from master 317040a73b77be8f8210801793b2ce6d1a69301e
|
|
Backport of 1e39982b6e from master
|
|
Thanks bjb at credil.org for the report.
Backport of f8632572ad from master
|
|
Thanks gergely at polonkai.eu for the suggestion.
Backport of 9b7d38ed5a from master
|
|
Thanks yokomizor.
|
|
Thanks einsteiger for the suggestion.
|
|
Thanks mrmachine for the report.
Backport of c39c9f2ad8 from master
|
|
Backport of 946a2226ea from master
|
|
link to writing validators.
Thanks nicolas at niconomicon.net for the suggestion.
Backport of 98e0453f00 from master
|
|
8b366a50f4 from master.
|
|
Just changed as to has.
Backport of d8f2d940cc from master
|
|
Backport of 43a2ec7999 from master
|
|
Backport of 39b49fd339 from master
|
|
Thanks EvilDMP for the report and Russell Keith-Magee
for the draft text.
Backport of da843e7dba from master
|
|
Backport of fca4c4826e from master
|
|
permission on SYS.DBMS_LOB.
Thanks jafula for the suggestion.
Backport of a86ecc80a2 from master
|
|
AUTO_INCREMENT values.
Thanks kent at nsc.liu.se for the report.
Backport of c54fa1a7bc from master
|
|
compatible with runserver --insecure.
Backport of 028db97503 from master
|
|
accessed in forms.
Thanks marky1991.
Backport of 533d1ab334 from master
|
|
Backport of d72f83c410 from master
|
|
|
|
contrib.sessions
Added settings.SESSION_SERIALIZER which is the import path of a serializer
to use for sessions.
Thanks apollo13, carljm, shaib, akaariai, charettes, and dstufft for reviews.
Backport of b0ce6fe656 from master
|
|
Backport of bac4d03ce6 from master
|
|
297f5af222 from master.
|
|
Added OneToOneField to the list of model fields for which the unique
argument isn't valid. (OneToOneFields are inherently unique, and if
the user supplies a value for unique it is ignored / overwritten.)
|
|
Backport of b6178fa24b from master
|