- 04 Mar, 2014 7 kayıt (commit)
-
-
Andrew Godwin yazdı
Fixed #21893 -- ModelState didn't account for MTI parents inherited from abstract models.
-
Loic Bistuer yazdı
-
Loic Bistuer yazdı
-
zedr yazdı
This feature allows the default `TIMEOUT` Cache argument to be set to `None`, so that cache instances can set a non-expiring key as the default, instead of using the default value of 5 minutes. Previously, this was possible only by passing `None` as an argument to the set() method of objects of type `BaseCache` (and subtypes).
-
Chris Wilson yazdı
-
Chris Wilson yazdı
-
Russell Keith-Magee yazdı
-
- 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 8 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ı
-