- 13 Agu, 2013 8 kayıt (commit)
-
-
Jacob Kaplan-Moss yazdı
This is a security fix; disclosure to follow shortly.
-
Jacob Kaplan-Moss yazdı
This is a security fix; disclosure to follow shortly.
-
Anssi Kääriäinen yazdı
The fix for #20874 caused a MySQL specific failure.
-
Tim Graham yazdı
Fixed overflow for the "Recent Actions" widget on the admin index.
-
Loic Bistuer yazdı
-
Loic Bistuer yazdı
Previously the CSS targeted "li.changelink" and therefore didn't work for the "add" and "delete" actions. Refs #14868.
-
Anssi Kääriäinen yazdı
Also made some cleanup to build_filter() code by introducing submethods solve_lookup_type() and prepare_lookup_value().
-
Ramiro Morales yazdı
While using USE_L10N, line numbers and IDs were printed as comma (or locale equivalent) separated values. Thanks Kronuz for the report and intial patch. Fixes #20861.
-
- 12 Agu, 2013 3 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks KyleMac for the report, regebro for the patch, and Aymeric for the test.
-
Mel Collins yazdı
This setting does for new directories what FILE_UPLOAD_PERMISSIONS does for new files. Thanks jacob@ for the suggestion.
-
- 10 Agu, 2013 6 kayıt (commit)
-
-
Tim Graham yazdı
Thanks André Augusto.
-
Julien Phalip yazdı
Clarified misleading wording about squashing commits
-
Daniele Procida yazdı
-
Ramiro Morales yazdı
-
Ramiro Morales yazdı
Also, change tests to be based on SimpleTestCase.
-
ersran9 yazdı
Thanks Giggaflop for the suggestion.
-
- 09 Agu, 2013 10 kayıt (commit)
-
-
Tim Graham yazdı
Thanks garrison for the report.
-
Tim Graham yazdı
Use `usegmt` flag in formatdate
-
Bojan Mihelac yazdı
This prevents the test client context from being lost when the client is used in a nested fashion.
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks hvendelbo for the suggestion and koenb for the draft patch.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
SusanTan yazdı
-
Marc Tamlyn yazdı
Improved queryset handling and docs for (Single|Multiple)ObjectMixin.
-
Loic Bistuer yazdı
-
- 08 Agu, 2013 7 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Clarified meaning of models.User.is_authenticated()
-
Daniele Procida yazdı
-
Marc Tamlyn yazdı
This means it doesn't break for people who are doing `cleaned_data = super(FooForm, self).clean()`.
-
Marc Tamlyn yazdı
If it does, that will be used as the cleaned_data. The default implementation has been changed to match this change.
-
Jaime Irurzun yazdı
-
Daniele Procida yazdı
-
- 07 Agu, 2013 4 kayıt (commit)
-
-
Preston Holmes yazdı
Fixed #20484 again -- added note to field documentation
-
Christopher Medrela yazdı
-
David Evans yazdı
Slightly cleaner and faster than string manipulation. This flag has been available since Python 2.4: http://docs.python.org/2/library/email.util.html#email.utils.formatdate
-
Anssi Kääriäinen yazdı
The bug was already fixed by 01b9c3d5, so only tests added. At the same time promote_joins()'s uncoditional flag is gone, it isn't needed for anything any more.
-
- 06 Agu, 2013 2 kayıt (commit)
-
-
Collin Anderson yazdı
-
Leandro Regueiro yazdı
-