- 03 Kas, 2013 9 kayıt (commit)
-
-
Florian Apolloner yazdı
Refs #21302
-
Jim Bailey yazdı
model_to_dict() (used when rendering forms) queries the database to get the list of primary keys for ManyToMany fields. This is unnecessary if the field queryset has been prefetched, all the keys are already in memory and can be obtained with a simple iteration.
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
Aymeric Augustin yazdı
Fixed failing test around DST change.
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
Correct flake8 E302 violations
-
Ray Ashman Jr yazdı
-
Ray Ashman Jr yazdı
-
- 02 Kas, 2013 24 kayıt (commit)
-
-
Loic Bistuer yazdı
The timezone arithmetic done in JS can be off by one hour around DST change. We work around this issue by adding one extra hour to the test error margin when we detect a DST change is near. Refs #20663.
-
Ray Ashman Jr yazdı
-
coagulant yazdı
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
Fixed flake8 E241
-
Alex Gaynor yazdı
-
Boryslav Larin yazdı
-
Alex Gaynor yazdı
Correct flake8 violation E261
-
Ray Ashman Jr yazdı
-
Tim Graham yazdı
-
Anssi Kääriäinen yazdı
-
Alex Gaynor yazdı
Django should be capitalized in text
-
Bouke Haarsma yazdı
-
Anssi Kääriäinen yazdı
The regression was caused by ecaba360 and affected OR connected filters.
-
Claude Paroz yazdı
Thanks rpq at winscores.com for the report.
-
Unai Zalakain yazdı
All request methods of ``django.test.client.Client`` receive a ``secure`` argument that defaults to ``False`` indicating whether or not to make the request through https. Thanks Aymeric Augustin for the review.
-
Alex Gaynor yazdı
-
Aymeric Augustin yazdı
Fixed #9523 -- Restart runserver after translation MO files change
-
Bouke Haarsma yazdı
Thanks glarrain for the suggestion.
-
Bouke Haarsma yazdı
Thanks to Claude Paroz for the original patch.
-
Bouke Haarsma yazdı
Thanks to Krzysztof Kulewski for the initial patch.
-
Tim Graham yazdı
Dependent means reliant on. A dependant is a person like a child or spouse. Thanks Andrew Wilcox for the report.
-
- 01 Kas, 2013 5 kayıt (commit)
-
-
Tim Graham yazdı
Fixed typo -- "a" user, not "an" user
-
Sylvain Bellemare yazdı
-
Claude Paroz yazdı
Thanks thevlad at gmail.com for the report.
-
Claude Paroz yazdı
Thanks k_sze for the report.
-
Aymeric Augustin yazdı
Refs #21356. Thanks Loïc.
-
- 31 Eki, 2013 2 kayıt (commit)
-
-
Ole Laursen yazdı
The ticket's issue was already fixed by patch for #14877.
-
Claude Paroz yazdı
Thanks Wouter Klein Heerenbrink for the report.
-