- 03 Mar, 2014 20 kayıt (commit)
-
-
Thomas Sorrel yazdı
-
Loic Bistuer yazdı
The original patch for custom prefetches didn't allow usage of custom queryset for single valued relations (along ForeignKey or OneToOneKey). Allowing these enables calling performance oriented queryset methods like select_related or defer/only. Thanks @akaariai and @timgraham for the reviews. Refs #17001.
-
Alex de Landgraaf yazdı
Thanks django-issues at colons.co for the suggestion.
-
Tim Graham yazdı
Thanks matt at schinckel.net for the suggestion.
-
Baptiste Mispelon yazdı
-
Tim Graham yazdı
-
Rodolfo Carvalho yazdı
-
Rodolfo Carvalho yazdı
Thanks Piotr Kasprzyk for help with the patch.
-
Greg Chapple yazdı
Allows custom behavior for setting initial form data in ModelAdmin. By default, initial data is set via GET params. The new method allows this behavior to be overridden. Thanks egasimus for the suggestion.
-
Russell Keith-Magee yazdı
-
Russell Keith-Magee yazdı
-
Russell Keith-Magee yazdı
Thanks to Thomas Güttler for the suggestion.
-
Russell Keith-Magee yazdı
-
Russell Keith-Magee yazdı
-
Russell Keith-Magee yazdı
-
Russell Keith-Magee yazdı
-
Russell Keith-Magee yazdı
-
Russell Keith-Magee yazdı
-
Russell Keith-Magee yazdı
-
Russell Keith-Magee yazdı
-
- 02 Mar, 2014 5 kayıt (commit)
-
-
Tim Graham yazdı
-
Baptiste Mispelon yazdı
Thanks to Rodolfo Carvalho and Piotr Kasprzyk for the patch.
-
Aymeric Augustin yazdı
Fixed #22130 -- fixed template_tests/defaultfilters order dependent test failure
-
Aymeric Augustin yazdı
-
Erik Romijn yazdı
-
- 01 Mar, 2014 10 kayıt (commit)
-
-
Tim Graham yazdı
-
Anubhav Joshi yazdı
Thanks EmilStenstrom for the suggestion.
-
Aymeric Augustin yazdı
Fixed #22130 -- Deprecated fix_ampersands and clean_html.
-
Erik Romijn yazdı
-
Sergey Kolosov yazdı
Introduced a number of settings to configure max-age, path, and domain for the language cookie: LANGUAGE_COOKIE_AGE, LANGUAGE_COOKIE_PATH and LANGUAGE_COOKIE_DOMAIN. Thanks sahid for the suggestion.
-
Baptiste Mispelon yazdı
Thanks to trac user fallen_flint for the report and initial patch.
-
Claude Paroz yazdı
Thanks django at patjack.co.uk for the report and the review.
-
Claude Paroz yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
This will be backported to stable/1.6.x along with the original fix.
-
- 28 Şub, 2014 5 kayıt (commit)
-
-
Tim Graham yazdı
-
Alex de Landgraaf yazdı
Thanks django at patjack.co.uk for the suggestion.
-
Andrew Godwin yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Fixed #22028 -- Documented that database signals aren't emitted for apps that laack a models module. Thanks un33k for the suggestion and donjpacheco for the draft patch.
-