- 21 Mar, 2014 32 kayıt (commit)
-
-
Hans Lawrenz yazdı
Added condition to prevent checking the existence of a file name of a file like object when the name attribute is None. This is necessary because a SpooledTemporaryFile won't exist on the file system or have a name until it has reached its max_size. Also added tests.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Small doc changes missed in 66076268.
-
Aymeric Augustin yazdı
Refs #17906.
-
Aymeric Augustin yazdı
If memory serves, the corresponding warning disappeared in Django 1.7.
-
Aymeric Augustin yazdı
-
Aymeric Augustin yazdı
Previously, when createcachetable and flush operated on non-default databases, they weren't atomic.
-
Aymeric Augustin yazdı
-
Thomas Schreiber yazdı
-
Tim Graham yazdı
refs #17365, #17366, #18727.
-
Tim Graham yazdı
-
Tim Graham yazdı
Switched {% cycle %} and {% firstof %} tags to auto-escape their variables per deprecation timeline. refs #17906.
-
Tim Graham yazdı
refs #20288.
-
Tim Graham yazdı
refs #21386.
-
Tim Graham yazdı
refs #4592.
-
Tim Graham yazdı
refs #19689.
-
Tim Graham yazdı
refs #19934.
-
Tim Graham yazdı
refs #5789.
-
Tim Graham yazdı
refs #15201.
-
Tim Graham yazdı
Also removed related utility functions: * django.utils.html.fix_ampersands * django.utils.html.clean_html
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Also removed the backward compatible shims introduced to rename the attributes ChangeList.root_query_set and ChangeList.query_set.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Dejan Noveski yazdı
-
Bryan Helmig yazdı
-
- 20 Mar, 2014 7 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Alex Gaynor yazdı
-
Baptiste Mispelon yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
Thanks to bak1an for the patch.
-
Andrew Godwin yazdı
Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject...
-
Daniel Hahler yazdı
-
- 19 Mar, 2014 1 kayıt (commit)
-
-
Anubhav Joshi yazdı
Thanks bmispelon for the suggestion.
-