| Age | Commit message (Collapse) | Author |
|
|
|
running
Thanks Peter Landry for the report.
Backport of 26b03f2526 from master
|
|
Backport of dd3f3e4e89 from master
|
|
deconstruction.
Thanks nliberg for the suggestion.
Backport of b829d53b37 from master
|
|
topic guide.
Thanks Karen Tracey for the report.
Backport of 1ce759b69f from master
|
|
Backport of ab8d8e00c9 from master
|
|
Thanks kevin-brown for the report.
Backport of 8905fcbda6 from master
|
|
Thanks Eric Holscher and Tim Graham for the review.
Backport of 58ed387 from master
|
|
Backport of 2bcb8bfc8d from master
|
|
Avoided introducing a new regex-based SQL splitter in the migrations
framework, before we're bound by backwards compatibility.
Adapted this change to the legacy "initial SQL data" feature, even
though it's already deprecated, in order to facilitate the transition
to migrations.
sqlparse becomes mandatory for RunSQL on some databases (all but
PostgreSQL). There's no API to provide a single statement and tell
Django not to attempt splitting. Since we have a more robust splitting
implementation, that seems like a good tradeoff. It's easier to add a
new keyword argument later if necessary than to remove one.
Many people contributed to both tickets, thank you all, and especially
Claude for the review.
Refs #22401.
Backport of 8b5b199 from master
|
|
Backport of 2128b3a6 from master.
|
|
Backport of 680a0f08b from master.
|
|
Backport of d1f93e9c1e from master.
|
|
Backport of 3033a71 from master.
Conflicts:
django/db/backends/__init__.py
|
|
Refs #22422.
Backport of 0315f01 from master
|
|
Thanks chris at chrullrich.net.
Backport of f65eb15ac6 from master
|
|
process to refs/applications.txt.
Backport of deb561bbe2 from master
|
|
injection
Thanks Erik Romijn for the suggestion.
Backport of 3776926cfe from master
|
|
default value.
|
|
after a user password change in the admin.
Thanks ross at servercode.co.uk for the report.
Backport of 9e7f86b890 from master
|
|
Refs #22496.
Backport of e368912 from master.
|
|
Backport of 843613add4 from master
|
|
closed on Oracle
Refs #22483
Backport of 53d97e4fe3 from master
|
|
failure on Oracle.
Backport of d238c58912 from master
|
|
See also http://blog.transifex.com/post/83622601443/new-teams-management-transifex
Backport of 7c24027ba from master.
|
|
Backport of d4cc59ef from master
|
|
Fixed #22483 (again).
Backport of 0f85103e from master
|
|
Since all state is maintained on the connection at this time and none in
the atomic, it doesn't matter, but it could introduce some subtle bugs
if the implementation changed in the future.
Backport of 0aa4c6c3 from master
|
|
Backport of e74d2183 from master
|
|
Refs #18714. Same logic as options for makemessages commands.
Backport of 3a435a057 from master.
|
|
cache.add() incorrectly succeeded when there was an existing key
with an infinite (None) timeout.
Backport of af5f688392 from master.
|
|
functools.partial.
Regression in 8b93b31487d6d3b0fcbbd0498991ea0db9088054.
Thanks rcoup for the report.
Backport of 3c06b2f2a3 from master
|
|
Refs #22451.
Backport of 2ffa6ca73a from master.
|
|
Backport of 48c4ea414 from master.
|
|
Errors detected by Topy (https://github.com/intgr/topy), all changes
verified by hand.
Backport of 11d453bcad from master
|
|
Backport of 9853779805 from master
|
|
Backport of ab90c4707b from master.
|
|
Refs #22481.
Backport of 2f9d1576e from master, squashed with 2f9d1576e8.
|
|
Refs #22451.
Backport of fb09a489c from master.
|
|
As part of the app-loading updates the old test runner was changed to not
require a models module. This introduced a regression in behavior so
applabel.TestCase failed for tests defined in a directory.
The fix is thanks to yakky and rtnpro.
|
|
Backport of 9fb95dfc9f from master
|
|
Forward ported code from 1.5 that adds backwards compatibility with legacy message length.
See commit 9e7183073f64e541587e8dcfd8bb3ddeb47f8162 for details.
Thanks to Ofir Ovadia for the initial patch.
Backport of f286721f7fdc2202f77a5f4d650d9d0779b86811 from master.
|
|
|
|
Backport of c07f3e60c2d455e36ba4ac339d4283d32bbc3814 from master
|
|
typecasting.
This is a security fix. Disclosure will follow shortly.
Backport of 75c0d4ea3ae48970f788c482ee0bd6b29a7f1307 from master
|
|
This is a security fix. Disclosure will follow shortly.
Backport of c083e3815aec23b99833da710eea574e6f2e8566 from master
|
|
Thanks Benjamin Bach for the report and initial patch.
This is a security fix; disclosure to follow shortly.
Backport of 8b93b31487d6d3b0fcbbd0498991ea0db9088054 from master
|
|
Backport of b2514c02e1 from master
|
|
Backport of a4553e0510 from master
|
|
Backport of 428c0bbe1bcd303560d7e96d7d2721ff3fdc0e3f from master
|