- 13 Kas, 2012 5 kayıt (commit)
-
-
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 3 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.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks Matt McDonald for the patch.
-
- 09 Kas, 2012 6 kayıt (commit)
-
-
Sean Breant yazdı
Refs #15863.
-
Claude Paroz yazdı
Thanks trbs for the report and the patch.
-
Florian Apolloner yazdı
'coverage html' did fail without it. Thanks to Claude Paroz for figuring it out.
-
Tim Graham yazdı
Fixed invalid ipv4 mapped ipv6 addresses in docs
-
Claude Paroz yazdı
Thanks orontee for the report and initial patch.
-
Daniel Greenfeld yazdı
-
- 08 Kas, 2012 2 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
It is simpler/cleaner to have all pagination tests in a single file. Refs #16122.
-
- 07 Kas, 2012 6 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
Thanks to Christian Oudard for the report and tests.
-
Claude Paroz yazdı
Thanks d1ffuz0r for helping with the patch.
-
Claude Paroz yazdı
Thanks Giovanni Bajo for the report.
-
Danilo Bargen yazdı
-
Tim Graham yazdı
Thanks DavidW for the report.
-
Tim Graham yazdı
-
- 06 Kas, 2012 4 kayıt (commit)
-
-
Tim Graham yazdı
Thanks als for the report.
-
Claude Paroz yazdı
Thanks Michael Manfre for the report and initial patch and Tobias McNulty for the review.
-
Tim Graham yazdı
Thanks Fred Palmer for the report.
-
Aymeric Augustin yazdı
Thanks simonb for the report. Refs #18194.
-
- 05 Kas, 2012 9 kayıt (commit)
-
-
Tim Graham yazdı
-
Claude Paroz yazdı
Browsers consider the first newline in textareas as some display artifact, not real content. Hence they are not sending it back to the server. If we want to keep initial newlines, we have to add one when we render the textarea. Thanks bastih for the report and initial patch.
-
Claude Paroz yazdı
-
Preston Holmes yazdı
-
Preston Holmes yazdı
d5c3c45f a70492e6
-
Anton I. Sipos yazdı
A test in Model Forms test was specifically referring to a fixed primary key, which was now being used up in a newly committed. This has been worked around by specifying a higher primary key.
-
Bryan Veloso yazdı
Demonstrate how to round to integers using floatformat templatetag
-
Daniel Greenfeld yazdı
Demonstrate how to round to integers using floatformat templatetag
-
Daniel Greenfeld yazdı
-
- 04 Kas, 2012 1 kayıt (commit)
-
-
Alex Gaynor yazdı
Fixed #18949 -- Improve performance of model_to_dict with many-to-many
-