- 19 Kas, 2012 1 kayıt (commit)
-
-
Tim Graham yazdı
Fixed typo in docs/releases/1.5.txt
-
- 18 Kas, 2012 3 kayıt (commit)
-
-
Tim Graham yazdı
Thanks brycenesbitt for the report.
-
Anton Danilchenko yazdı
Deleted word that used second time
-
Tim Graham yazdı
Thanks Shabda Raaj.
-
- 17 Kas, 2012 20 kayıt (commit)
-
-
Tim Graham yazdı
Fixed #13997 - Added an example of constructing a MultiWidget and documented the value_from_datadict method.
-
Aymeric Augustin yazdı
Thanks ClaesBas.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Jannis Leidel yazdı
Add 'page_kwarg' attribute to `MultipleObjectMixin`, removing hardcoded "page".
-
Jannis Leidel yazdı
#19025 Add `form` to formwizard context (includes tests)
-
Jannis Leidel yazdı
Fixed #2550 -- Allow the auth backends to raise the PermissionDenied exception to completely stop the authentication chain. Many thanks to namn, danielr, Dan Julius, Łukasz Rekucki, Aashu Dwivedi and umbrae for working this over the years.
-
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 5 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.
-