- 21 Şub, 2015 4 kayıt (commit)
-
-
Aymeric Augustin yazdı
It should have been removed when the ADMIN_MEDIA_PREFIX setting was deprecated. Backport of 1d9d39fa from master
-
Loic Bistuer yazdı
Refs 5355baf6.
-
Loic Bistuer yazdı
This reverts commit 88e6fbb2.
-
Don Kirkby yazdı
Backport of 99a1bbf9 from master
-
- 20 Şub, 2015 12 kayıt (commit)
-
-
Aymeric Augustin yazdı
Explicit is better than implicit. Backport of 51b606f7 from master
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Anssi Kääriäinen yazdı
Backport of bad5f262 from master
-
Loic Bistuer yazdı
The new signature enables better support for routing RunPython and RunSQL operations, especially w.r.t. reusable and third-party apps. This commit also takes advantage of the deprecation cycle for the old signature to remove the backward incompatibility introduced in #22583; RunPython and RunSQL won't call allow_migrate() when when the router has the old signature. Thanks Aymeric Augustin and Tim Graham for helping shape up the patch. Refs 22583. Conflicts: django/db/utils.py Backport of bed504d7 from master
-
Andrei Kulakov yazdı
Backport of 1f9e4403 from master
-
Tim Graham yazdı
Backport of dd0b4878 from master
-
Marc Tamlyn yazdı
Thanks to DavidMuller for the report. Backport of c490e410 from master
-
Marc Tamlyn yazdı
As suggested by Anssi. This has the slightly strange side effect of passing the expression to Expression.convert_value has the expression passed back to it, but it allows more complex patterns of expressions. Backport of 32d4db66 from master
-
Marc Tamlyn yazdı
Joint effort between myself, Josh, Anssi and Shai. Conflicts: django/db/models/query.py tests/model_fields/models.py Backport of 4755f8fc from master.
-
Alex Vidal yazdı
Backport of e467919c from master
- 19 Şub, 2015 3 kayıt (commit)
-
-
Aymeric Augustin yazdı
This opens more possibilities, like accessing context.template.origin. It also follows the chain of objects instead of following a shortcut. Backport of 1bfcc950 from master
-
Claude Paroz yazdı
Workaround for http://bugs.python.org/issue20747. In some corner cases, Python 2 inserts a newline in a header value despite `maxlinelen` passed in Header constructor. Thanks Tim Graham for the review. Backport of efb1f99f from master.
-
Shai Berger yazdı
Thanks Joris Benschop for the report, and Tim Graham for the tests. Backport of ceadc94f from master
-
- 18 Şub, 2015 6 kayıt (commit)
-
-
Shai Berger yazdı
Thanks Tim Graham for pointing out the fix. Backport of f7d34fe7 from master ticket_24362
-
Marten Kenbeek yazdı
Swapped out models don't have a _default_manager unless they have explicitly defined managers. ModelState.from_model() now accounts for this case and uses an empty list for managers if no explicit managers are defined and a model is swapped out. Backport of 15dc8d1c from master
-
Adam Chainz yazdı
Backport of e9282747 from master
-
Tim Graham yazdı
Backport of b8d6cdbc from master
-
Tim Graham yazdı
If Django is installed in a path that contains non-ASCII characters, the tag failed with UnicodeDecodeError. Backport of 098fa12d from master
-
Tim Graham yazdı
[1.8.x] Refs #24324 -- Fixed Python 2 test failures when path to Django source contains non-ASCII characters. Backport of 307c0f29 from master
-
- 17 Şub, 2015 14 kayıt (commit)
-
-
Tim Graham yazdı
Backport of fa66ea75 from master
-
Tim Graham yazdı
The message for the SuspiciousFileOperation exception needs to be a unicode string. Backport of bebc1e53 from master
-
Tim Graham yazdı
Backport of ad50b6c8 from master
-
Tim Graham yazdı
Backport of 32b67b3f from master
-
Tim Graham yazdı
The function implemented most of upath(), but skipped the check for strings that are already unicode. Backport of bad6280c from master
-
Tim Graham yazdı
If the project path contained a non-ASCII character, Python 2 crashed. Backport of c9ece2e6 from master
-
Tim Graham yazdı
If 'name' contained non-ASCII characters, the comparison raised a UnicodeEncodeError on Python 2. Backport of 63c5c987 from master
-
Tim Graham yazdı
Backport of 81a94cc6 from master
-
Tim Graham yazdı
Backport of d316b43d from master
-
Tim Graham yazdı
Backport of 4a0aeac1 from master
-
Tim Graham yazdı
Backport of 8b39f33d from master
-
Tim Graham yazdı
Backport of 3adc5f1e from master
-
Aymeric Augustin yazdı
It was documented as not having any effect since Django 1.6. Backport of a73c8540 from master
-
Aymeric Augustin yazdı
settings_dict['TIME_ZONE'] is set in ConnectionHandler.ensure_defaults. Backport of 28e97a9b from master
-
- 16 Şub, 2015 1 kayıt (commit)
-
-
Preston Timmons yazdı
Backport of ad9ecc2c from master
-