- 02 Kas, 2013 13 kayıt (commit)
-
-
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 15 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ı
-
Tim Graham yazdı
Thanks wim at go2people.nl for the report.
-
Tim Graham yazdı
Thanks szymon.barglowski at gmail.com for the report.
-
Baptiste Mispelon yazdı
-
Antoine Catton yazdı
Co-Authored-By:
Gavin Wahl <gwahl@fusionbox.com>
-
Tim Graham yazdı
Thanks dev@simon.net.nz for the suggestion and vijay_shanker for the patch.
-
Tim Graham yazdı
refs 2ca00faa
-
Baptiste Mispelon yazdı
* Missing tests for ticket #12744 * Tests for the cleanse_setting feature (leaving out sensitive settings from the debug page)
-
Baptiste Mispelon yazdı
Thanks to crass for the report.
-
- 29 Eki, 2013 1 kayıt (commit)
-
-
Simon Charette yazdı
-