- 25 Kas, 2012 7 kayıt (commit)
-
-
Claude Paroz yazdı
-
Aymeric Augustin yazdı
TemplateSyntaxError is expected at compile time, not at run time. Refs #19280.
-
Aymeric Augustin yazdı
-
Claude Paroz yazdı
Refs #18417. Also fixed some test case classes which subclassed the wrong parent.
-
Claude Paroz yazdı
-
Ramiro Morales yazdı
Hopefully it will fix the problem with the documentation building server that caused a wrong Django version to be reported in the HTML zipball docs edition. Follow-up to commits 373df56d and 0b98ef63.
-
Julien Phalip yazdı
-
- 24 Kas, 2012 15 kayıt (commit)
-
-
Aymeric Augustin yazdı
Minor spelling error in a docstring
-
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 10 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.
-
Rigel Di Scala yazdı
-
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 8 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.
-