- 24 Kas, 2012 14 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
These tests were silently skipped.
-
Vladimír Macek yazdı
Thanks vzima for the report.
-
Claude Paroz yazdı
The old comment system was pre-1.0.
-
Jonatan Heyman yazdı
Thanks Simon Charette for the report.
-
Claude Paroz yazdı
This is giving more real test conditions when AUTH_USER_MODEL is set with override_settings.
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
-
Chris Khoo yazdı
The previous pattern didn't properly addressed cases where '>' was present inside quoted tag content.
-
Aymeric Augustin yazdı
Thanks Jeremy Dunck for the review.
-
Russell Keith-Magee yazdı
-
Russell Keith-Magee yazdı
This is required to allow the test to run without error under SQLite in the CI environment.
-
Russell Keith-Magee yazdı
Thanks to kunitoki@gmail.com for the report.
-
Russell Keith-Magee yazdı
Thanks to rizumu for the report.
-
- 23 Kas, 2012 9 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
SQLite used INSERT INTO tbl SELECT %s UNION SELECT %s, the problem was that there should have been UNION ALL instead of UNION. Refs #19351
-
Aymeric Augustin yazdı
-
Anssi Kääriäinen yazdı
F() expressions reuse joins like any lookup in a .filter() call - reuse multijoins generated in the same .filter() call else generate new joins. Also, lookups can now reuse joins generated by F(). This change is backwards incompatible, but it is required to prevent dict randomization from generating different queries depending on .filter() kwarg ordering. The new way is also more consistent in how joins are reused.
-
Claude Paroz yazdı
Thanks Bruno Renié for noticing the error.
-
Flavio Curella yazdı
From version 2, a PostGIS template is no longer required to create a GIS-enabled database.
-
Tim Graham yazdı
Changed an if statement in the docs to a slightly cleaner variant.
-
Tim Graham yazdı
Thanks george_edison for the report and Claude Paroz for the patch.
-
Aymeric Augustin yazdı
Django cannot delete more than 999 objects at a time with SQLite. Refs #16426, #16039.
-
- 22 Kas, 2012 15 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
WoLpH yazdı
-
Tim Graham yazdı
Thanks dstufft for the draft patch.
-
Aymeric Augustin yazdı
Thanks Jeremy Dunck for the report.
-
Aymeric Augustin yazdı
Also reverted 8fb7a900. Refs #17055.
-
George Hickman yazdı
-
Tim Graham yazdı
Thanks Matt Lauber for the patch.
-
Aymeric Augustin yazdı
Allowed custom User models to use the UserAdmin's change password view. Fix #19056 (again).
-
Tim Graham yazdı
Thanks Dave McLain for the patch.
-
Tim Graham yazdı
Thanks tome for the suggestion and patch.
-
https://github.com/hannesstruss/djangoJannis Leidel yazdı
Merge branch 'ticket_19325' of https://github.com/hannesstruss/django into hannesstruss-ticket_19325
-
Preston Holmes yazdı
thanks to Brent O'Connor for the idea and intial docs
-
shepdl yazdı
-
Tim Graham yazdı
-
- 21 Kas, 2012 2 kayıt (commit)
-
-
Julien Phalip yazdı
Fixed #18920 -- Added `.gitattributes` to normalize line endings in HTML templates and avoid spurious failures in the core test suite on Windows. Many thanks to manfre, Claude Paroz, Karen Tracey, MaxV and Daniel Langer for their advising and testing.
-
Julien Phalip yazdı
Modified a staticfiles test to use a unicode character that has just one single representation. The previously used character (ş) has two different representations (u'\u015f' and u's\u0327'), which caused spurious failures when the tests were run across multiple platforms (e.g. on a Linux VM hosted on a Mac).
-