| Age | Commit message (Collapse) | Author |
|
injection
Thanks Erik Romijn for the suggestion.
Backport of 3776926cfe503f16c7195621da20c5b89bda70a2 from master
|
|
default value.
Backport of 658710be00 from stable/1.7.x
|
|
Errors detected by Topy (https://github.com/intgr/topy), all changes
verified by hand.
Backport of 11d453bcadad3c9a5ae35882792d0f1e8e8e7818 from master
|
|
typecasting.
This is a security fix. Disclosure will follow shortly.
Backport of 75c0d4ea3ae48970f788c482ee0bd6b29a7f1307 from master
|
|
Backport of b2514c02e1 from master
|
|
Backport of 26d118c3fe from master
|
|
Thanks tobami at gmail.com for the report.
Backport of 11ac50b18e from master
|
|
Model.save().
Backport of b43bbd6d39 from master
|
|
Thanks EvilDMP for the suggestions.
Backport of 030dd4f72c from master
|
|
Backport of 465980d070a33555cdabb4787db50a4e23228de2 from master.
|
|
Thanks nofinator for the report.
Backport of d5031ecf88 from master
|
|
Refs #22343; thanks Tim Graham for the fixes.
|
|
The ticket was originally about two failing tests, which are
fixed by putting their queries in transactions.
Thanks Tim Graham for the report, Aymeric Augustin for the fix,
and Simon Charette, Tim Graham & Loïc Bistuer for review.
Backport of b990df1d63 from master
|
|
The word 'by' seemed to be missing from the first line of the compilemessages command.
Backport of 5ca522b9ed from master
|
|
Thanks simon29 for the report.
Backport of a8e2ec0e82 from master
|
|
Backport of 981b864fbd from master
|
|
Thanks cjerdonek for the report.
Backport of a779757706 from master
|
|
refs #14305.
Thanks Adrian Klaver for the report.
Backport of 9b7ba8af1b4ddb539cd69cbec9645cd873db7624 from master
|
|
relationships.
Thanks EvilDMP for the suggestion.
Backport of ec08d62a20 from master
|
|
Backport of 3f7615cddc 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/
Backport of 6ca6c36f8 from master.
|
|
Partial backport of 253e8ac2 from master.
|
|
Backport of 563d6a6bba from stable/1.7.x
|
|
Backport of 885e7adf56 from master
|
|
Thanks Wes Kendall for the report.
Backport of ce3d9f847d from master
|
|
ModelAdmin.get_inline_instances().
Thanks matt at schinckel.net for the suggestion.
Backport of 5a4f1298cf from master
|
|
Thanks to Rodolfo Carvalho and Piotr Kasprzyk
for the patch.
Partial backport of ea4da8e63c314b4f7cbcb4dd06eef466c1e872ed from master.
|
|
Thanks skipjack at peru.com for the suggestion.
Backport of 3390550f6f from master
|
|
Also moved accessor method get_redirect_url next to its attribute url
for consistency with the other views.
Thanks nikunj.sg for the report
Backport of 462edd22e5577ff9ee6477f7572b571700d1a2aa from master.
|
|
Backport of 09b725f51bbfa0f01b27ee2d718889926d409519 from master.
|
|
Backport of 271929dd9d3aa5184cbb13d79b3651ac32e640ea from master.
|
|
Thanks to trac user nikunj.sg for the report.
Backport of b8874084868080baff29ac3453d20a845fd1568c from master.
|
|
When using the `parsed` option, {% ssi %} has the same limitation
as {% include %}, namely that the rendering of the included
template is done separately.
Thanks to trac user nagyv for the report and to alextreme for
the patch.
Backport of 072fb923e1b2e39e85a4ed4569ee7cd94f26a0bb from master.
|
|
documentation
Backport of b645be80e99709c8b1f9b3d1c26e99e22fdca08b from master.
|
|
DEFAULT_FROM_EMAIL.
Backport of 44814e78cc from master
|
|
Backport of a5391db76a20c8bb35a7bc0192870fddf747c54c 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.
|
|
Backport of dfc092622e from master
|
|
Thanks Aymeric for the suggestion.
Backport of bc7668eb51 from master
|
|
as var %} syntax.
Thanks leif_p for the suggestion.
Backport of 4a5aac47a6 from master
|
|
relationships.
Backport of 9173d2cb74 from master
|
|
Thanks nedbatchelder for the report and claudep for the patch.
Backport of c05b2f58e7 from master
|
|
Backport of 82f466b571 from master
|
|
Thanks pydanny for the report. Also, added documentation about
base_fields attribute and its difference with fields attribute.
Backport of ea83102d0f from master
|
|
Backport of 44d40ba521 from master
|
|
When STATIC_ROOT wasn't set, collectstatic --clear would delete
every files within the current directory and its descendants.
This patch makes the following changes:
Prevent collectstatic from running if STATIC_ROOT isn't set.
Fixed an issue that prevented collectstatic from displaying the
destination directory.
Changed the warning header to notify when the command is run
in dry-run mode.
Backport of 4befb3015c from master
|
|
Thanks Keryn Knight for the report.
Backport of 0150830687 from master
|