- 02 Kas, 2013 22 kayıt (commit)
-
-
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 6 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.
-
Claude Paroz yazdı
-
Alex Gaynor yazdı
-
Aymeric Augustin yazdı
Add instant autoreload on platforms supporting kqueue. Fix #21356.
-
Aymeric Augustin yazdı
This seems to avoid multiple reloads.
-
- 30 Eki, 2013 7 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
Anssi Kääriäinen yazdı
Fixed #14877 -- repeated deletion using formsets Reviewed by Loic Bistuer
-
Anssi Kääriäinen yazdı
When a formset contained deletion for an existing instance, and the instance was already deleted, django threw an exception. A common cause for this was resubmit of the formset. Original patch by Trac alias olau. In addition this commit cleaned some code in _construct_form(). This was needed as the primary key value the user submitted wasn't converted correctly to python value in case the primary key field was also a related field.
-
Alex Gaynor yazdı
-
Unai Zalakain yazdı
Used pyinotify (when available) to replace the "pool-every-one-second" mechanism in `django.utils.autoreload`. Thanks Chris Lamb and Pascal Hartig for work on the patch.
-
Andrew Godwin yazdı
-
Tim Graham yazdı
-