- 12 Şub, 2014 3 kayıt (commit)
-
-
Loic Bistuer yazdı
Before 4befb301 the detection was broken because we used isinstance against a LazyObject rather than against a Storage class. That commit fixed it by looking directly at the object wrapped by LazyObject. This could however be a problem to anyone who subclasses the collectstatic management Command and directly supplies a Storage class. Refs #21581.
-
Eli Bendersky yazdı
When invoked as follows: $ python manage.py dumpdata blogapp blogapp.Tag Django would throw a TypeError. This commit fixes the problem and provides a test.
-
Claude Paroz yazdı
Refs #21049. Thanks quinox for the report.
-
- 11 Şub, 2014 2 kayıt (commit)
-
-
Christopher Adams yazdı
ForeignKey or ManyToManyField attribute ``limit_choices_to`` can now be a callable that returns either a ``Q`` object or a dict. Thanks michael at actrix.gen.nz for the original suggestion.
-
Florian Apolloner yazdı
-
- 10 Şub, 2014 9 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Florent Messa for the report.
-
Claude Paroz yazdı
-
Christopher Medrela yazdı
Thanks Anssi Kääriäinen for the suggestion.
-
julien 'pouete' Godin yazdı
Thanks Keryn Knight for the report.
-
Markus Amalthea Magnuson yazdı
-
Julian Wachholz yazdı
Added an additional keyword argument ``form_dict`` to calls of WizardView.done() implementations which allows easier access to validated forms by their step name.
-
Si Feng yazdı
-
Chris Bailey yazdı
-
Chris Bailey yazdı
Allowed a message to be passed to assertQuerysetEqual to make it consistent with other assert methods.
-
- 09 Şub, 2014 26 kayıt (commit)
-
-
Tim Graham yazdı
-
Adam Avramov yazdı
The test fails on Windows when pytz is not installed.
-
Robert Stapenhurst yazdı
Attempting to add() and remove() an object related by a 'through' model now raises more descriptive AttributeErrors, in line with set and create().
-
Tim Graham yazdı
Hopefully fixes a test failure on Jenkins.
-
Claude Paroz yazdı
Replaced _parse_content_type with cgi.parse_header
-
Claude Paroz yazdı
-
Marc Tamlyn yazdı
Also they should only be raised if allow_syncdb does exist, not just if allow_migrate does not. Refs comments on 25084101
-
Ryan Kaskel yazdı
Report and original patch from jrief.
-
Alasdair Nicol yazdı
Thanks Keryn Knight for the report.
-
Jannis Leidel yazdı
Thanks to John Giannelos for the initial patch.
-
Vajrasky Kok yazdı
Added searched_locations in finders module. Added verbosity flag level 2 on 'findstatic' command that will output the directories on which it searched the relative paths. Reported by ccurvey. Initial patch by Jonas Svensson and Vajrasky Kok.
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Jannis Leidel yazdı
Original patch by Vajrasky Kok. Reviewed by Florian Apolloner, Aymeric Augustin.
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
Marc Tamlyn yazdı
-
Andrew Godwin yazdı
-
Ryan Kaskel yazdı
Thanks lagovas.lagovas at gmail.com for the report.
-
Marc Tamlyn yazdı
When a method decorator was used in conjunction with a decorator implemented as a descriptor, method_decorator did not correctly respect the method binding. Thanks for Graham Dumpleton for the report and initial patch.
-
Andrew Godwin yazdı
-
Tim Graham yazdı
-
Andrew Godwin yazdı
-
Baptiste Mispelon yazdı
-
Andrew Godwin yazdı
-