- 19 Mar, 2013 7 kayıt (commit)
-
-
konarkmodi yazdı
Thanks jrothenbuhler for draft patch, Konark Modi for updates.
-
Adrian Holovaty yazdı
Removed the RIP, which seemed callous given today's news of Malcolm's death.
-
Jacob Kaplan-Moss yazdı
Documentation - Small update to SESSION_COOKIE_DOMAIN documentation
-
Ryan West yazdı
-
Deric Crago yazdı
Thanks to Krzysztof Jurewicz for initial patch and adupin for tests.
-
Preston Holmes yazdı
Added warn note to docs about MySQL issues with 0000-00-00 date strings
-
Juan Catalano yazdı
MySQL accepts 0000-00-00 as a valid date but MySQLdb converts those values into None. So there will be problems for instance if trying to transport the data using dumpdata/loaddata. This patch refs #6642 that has been closed as wontfix since this is a particular problem of MySQL.
-
- 18 Mar, 2013 6 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Justin Bronn yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Thanks blaze33 for the patch.
-
Aymeric Augustin yazdı
Thanks Roman Gladkov and Zbigniew Siciarz.
-
Aymeric Augustin yazdı
-
- 17 Mar, 2013 13 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Thanks Kronuz and regebro.
-
Aymeric Augustin yazdı
Thanks Claude and Julien for the review.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Thanks Erik Romijn.
-
Aymeric Augustin yazdı
-
Anssi Kääriäinen yazdı
-
Aymeric Augustin yazdı
Fixed #20043 -- Removed unused BLANK_CHOICE_NONE
-
Aymeric Augustin yazdı
The backwards-incompatible changes section wasn't structured in sections like it is in release notes for previous versions.
-
Aymeric Augustin yazdı
Some alternative implementations don't have them. Closes #19944.
-
Aymeric Augustin yazdı
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
The AssertNumQueriesContext didn't reset connection's use_debug_cursor in case there was an exception. This resulted in leaking query strings into connection.queries. Maximum memory use pre-patch was around 700MB, post-patch it is around 200MB for Django's test suite.
-
- 16 Mar, 2013 5 kayıt (commit)
-
-
Claude Paroz yazdı
Fix #20058: Make compilemessages use stdout instead of stderr.
-
Adrian Holovaty yazdı
Fix #20054: Removed links to modwsgi.org.
-
Adrian Holovaty yazdı
Fix 20061: remove out of date comment.
-
Baptiste Mispelon yazdı
-
Baptiste Mispelon yazdı
-
- 15 Mar, 2013 9 kayıt (commit)
-
-
Baptiste Mispelon yazdı
-
Claude Paroz yazdı
Thanks slinkp for the report and the initial patch.
-
Baptiste Mispelon yazdı
-
Simon Charette yazdı
Fixed #20053 -- Fix `index_together` documentation
-
Johan Charpentier yazdı
-
Aymeric Augustin yazdı
Fixed an erroneous import in example code of docs (class-based-views/intro).
-
Aymeric Augustin yazdı
-
Marc Tamlyn yazdı
-
Anssi Kääriäinen yazdı
The original problem was that when filtering two levels up in inheritance chain, Django optimized the join generation so that the middle model was skipped. But then Django generated joins from top to middle to bottom for SELECT clause, and thus there was one extra join (top->middle->bottom + top -> bottom). This case is fixed in master as the filtering optimization is gone. This has the side effect that in some cases there is still extra join if the SELECT clause doesn't contain anything from middle or bottom.
-