Timo Graham
|
457aaca7fa
Fixed #15109 - typo in middleware docs; thanks colinsullivan for the report.
|
14 年之前 |
Russell Keith-Magee
|
b31a1b9926
Refs #14661 -- Clarified the handling of initial data injected via custom SQL.
|
14 年之前 |
Russell Keith-Magee
|
5502fa5980
Refs #14661 -- Corrected (well... hacked around) a test failure under MySQL/MyISAM with the queries regression test.
|
14 年之前 |
Jannis Leidel
|
3db76ff2d0
Fixed #14468 -- Extended the list of content types that the test client could guess when handling zip files. Thanks, Russ and emulbreh.
|
14 年之前 |
Russell Keith-Magee
|
993612c84d
Fixed #15026 -- Added cleanup to the invalid key session tests; when using Memcached as a cache backend, the cache-backed session backends would fail on the second run due to leftover cache artefacts. Thanks to jsdalton for the report and patch.
|
14 年之前 |
Russell Keith-Magee
|
3a9e2e90ac
Fixed #13062 -- Ensure that runserver exposes all warnings requested at the command line. Thanks to gremmie for the report, and claudep for the patch.
|
14 年之前 |
Alex Gaynor
|
fcbf881d82
Refactor all uses of thread locals to be more consistant and sane.
|
14 年之前 |
Russell Keith-Magee
|
964cf1be86
Corrected an aggregation test failure under PostgreSQL, introduced by r15223. Thanks to Alex for the report.
|
14 年之前 |
Timo Graham
|
1ebd6860b6
Fixed #15080 - Add -v0 to collectstatic fabric example. Thanks hvdklauw.
|
14 年之前 |
Timo Graham
|
5fd93e1c36
Fixed #13628 - Discourage the use of doctests; thanks d0ugal for the suggestion.
|
14 年之前 |
Russell Keith-Magee
|
f89f1c8acb
Fixed #15083 -- Corrected the order of TemplateResponse middleware handling, ensuring that custom URLConfs are valid, and that ResponseMiddleware is invoked if the TemplateResponseMiddleware causes errors. Thanks to Sayane for the report.
|
14 年之前 |
Timo Graham
|
4d654c92ce
Fixed #15030 - ModelAdmin media docs don't mention STATIC_URL. Thanks jezdez for the suggestion, Silva for the draft patch.
|
14 年之前 |
Russell Keith-Magee
|
ae8ff5f476
Fixed #14707 -- Relax the protections on aggregate naming collisions when a ValuesQuerySet removes the colliding name. Thanks to Andy McKay for the report.
|
14 年之前 |
Russell Keith-Magee
|
b4f0921463
Fixed #15018 -- Corrected the handling of LimitedStream under one edge case involving size restricted buffers and newlines. Thanks to xjdrew for the report, and aaugustin for the patch.
|
14 年之前 |
Russell Keith-Magee
|
1ca9e95d4e
Fixed #15062 -- Documented the fact that managers must be able to be shallow copied. Thanks to Ian Clelland for the report, and Łukasz Rekucki for the help diagnosing the problem.
|
14 年之前 |
Jannis Leidel
|
645eb2b26b
Stopped staticfiles app from requiring a models module when looking for static files. Also removed a bit of code smell in the prefix handling by saving it in the source file storage.
|
14 年之前 |
Timo Graham
|
6c361ecb17
Fixed #15085 - Fix LOCATION for FileCache example. Thanks abdelazer for the report.
|
14 年之前 |
Timo Graham
|
8b4e39bc2e
Fixed #15088 - Missing dash in documentation. Thanks Aryeh Leib Taurog for the report.
|
14 年之前 |
Russell Keith-Magee
|
da524c56e1
Fixed #15048 -- Modified a test case to avoid a known bug in Python 2.4's time library. Thanks to Łukasz Rekucki for the report.
|
14 年之前 |
Russell Keith-Magee
|
d7fa33af78
Fixed #14928 -- Ensure that a fully qualified domain name can be used for runserver. Thanks to Karmel Allison for the report, Łukasz Rekucki for the patch, and claudep for the tests.
|
14 年之前 |
Russell Keith-Magee
|
df5c01b8c5
Fixed #15079 -- Added a missing import in the cache infrastructure. Thanks to jaylett for the report.
|
14 年之前 |
Russell Keith-Magee
|
11997218ee
Fixed #15042 -- Ensured that email addresses without a domain can still be mail recipients. Patch also improves the IDN handling introduced by r15006, and refactors the test suite to ensure even feature coverage. Thanks to net147 for the report, and to Łukasz Rekucki for the awesome patch.
|
14 年之前 |
Russell Keith-Magee
|
0d70d29227
Corrected r15205 syntax to be Python2.4 compatible.
|
14 年之前 |
Ramiro Morales
|
8b4dffd8df
Modified a try block construct in a test case to be compatible with Python 2.4.
|
14 年之前 |
Ramiro Morales
|
0bd628d418
Enhanced slightly the tests added in r15185 to demonstrate that #14948 doesn't affect trunk. Refs #14948. Thanks Harm Geerts.
|
14 年之前 |
Andrew Godwin
|
ba585a2c6d
Fixed #11193 -- WSGI handler not properly handling lock on error in load_middleware. Thanks to Phillip Sitbon.
|
14 年之前 |
Chris Beaven
|
faa4a98f27
Change the lack of supports_inactive_user on an auth backend to a
|
14 年之前 |
Alex Gaynor
|
92d4352283
Cleaned up the ORM slightly.
|
14 年之前 |
Ramiro Morales
|
7916c754aa
Enhanced tests for r14857 added in r15185. Refs #14870. Thanks Harm Geerts.
|
14 年之前 |
Luke Plant
|
b7ce6b03bb
Corrected hash in a formtools test to match current method, not Django 1.2
|
14 年之前 |