- 17 Kas, 2012 13 kayıt (commit)
-
-
Tim Graham yazdı
Thank-you Taavi Taijala for the draft patch!
-
Claude Paroz yazdı
Thanks niko at neagee.net for the report and Emil Stenstrom for the patch.
-
Claude Paroz yazdı
Thanks anthony at adsorbtion.org for the report, and johannesl for bringing the patch up-to-date.
-
Ramiro Morales yazdı
Thanks Claude Paroz and Daniel Moisset for review and feedback.
-
Claude Paroz yazdı
Thanks shadow for the report, and Melevir and thiderman for the patch.
-
Claude Paroz yazdı
Thanks zimnyx for the report.
-
Preston Holmes yazdı
-
Jannis Leidel yazdı
-
Jannis Leidel yazdı
Fixed #18210 -- Escaped special characters in reverse prefixes.
-
Jannis Leidel yazdı
-
Jannis Leidel yazdı
-
Tim Graham yazdı
Thanks Lorin Hochstein for the patch.
-
Preston Holmes yazdı
Capture warnings in Python >= 2.7 and route through console handler, which is subject to DEBUG==True Thanks to dstufft for the idea, and claudep for initial patch
-
- 16 Kas, 2012 3 kayıt (commit)
-
-
Tim Graham yazdı
Fixed docs noting comment_will_be_sent signals return 400 status code
-
Brandon Adams yazdı
Doc cleanup for django.contrib.comments.signals.comment_will_be_sent If a receiver returns False, an HttpResponse with status code 400 is returned. A test case already exists confirming this behavior. Updated docs to reflect reality.
-
Claude Paroz yazdı
Thanks pegler at gmail.com for the report and the initial patch.
-
- 15 Kas, 2012 5 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
This time gis compiler.get_default_columns() wasn't up to date. Thanks to CI another regression fixed. Refs #13781
-
Anssi Kääriäinen yazdı
The regression was caused by the fix for #13781 (commit f51e409a). Reason was leaving off some crucial lines when resolving a merge conflict.
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
The select_related code got confused when it needed to travel a reverse relation to a model which had different parent than the originally travelled relation. Thanks to Trac aliases shauncutts for report and ungenio for original patch (committed patch is somewhat modified version of that).
-
Anssi Kääriäinen yazdı
The problem is the same as in #10888 which was reintroduced when bulk_insert was added. Thanks to Jani Tiainen for report, patch and also testing the final patch on Oracle GIS.
-
- 14 Kas, 2012 3 kayıt (commit)
-
-
Tim Graham yazdı
Thanks colinnkeenan for the report.
-
Claude Paroz yazdı
Thanks tyrion for the report.
-
Claude Paroz yazdı
Thanks alex_po for the report and Luke Plant for the analysis.
-
- 13 Kas, 2012 11 kayıt (commit)
-
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
Correct link to Sentry
-
David Cramer yazdı
django-sentry is no longer maintained, and sentry is the replacement.
-
Anssi Kääriäinen yazdı
The regression was caused by select_related fix for Oracle, commit c159d9ce.
-
Anssi Kääriäinen yazdı
This will have a smallish impact on performance. Refs #19276.
-
Anssi Kääriäinen yazdı
Refs #19276
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Fixed #19244 -- Provided examples for some built-in templatetags and filters
-
Tim Graham yazdı
Thanks terwey for the suggestion.
-
Tim Graham yazdı
Typo in comments doc
-
Daniel Greenfeld yazdı
-
- 12 Kas, 2012 2 kayıt (commit)
-
-
Nicolas Ippolito yazdı
-
Adrian Holovaty yazdı
-
- 11 Kas, 2012 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
This is a provisional change. See #19221 for details.
-
Aymeric Augustin yazdı
Fixed #18582 -- Added a no-op close to BaseCache
-
- 10 Kas, 2012 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
There was a problem caused by Postgres 9.0+ having bytea_output default value of 'hex' and cache backend inserting the content as 'bytes' into a column of type TEXT. Fixed by converting the bytes value to a string before insert.
-