- 21 Eki, 2013 2 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
Ramiro Morales yazdı
-
- 19 Eki, 2013 5 kayıt (commit)
-
-
Loic Bistuer yazdı
The new handling allows us to do away with the whitelisting that was required to support date and datetime objects.
-
Loic Bistuer yazdı
Thanks Markus Holtermann for the report.
-
Tim Graham yazdı
-
Claude Paroz yazdı
Thanks kz26 for the report and the suggested fix. Refs #19758.
-
Claude Paroz yazdı
-
- 18 Eki, 2013 9 kayıt (commit)
-
-
Juergen Schackmann yazdı
Thanks bjb at credil.org for the report.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks Gavin McQuillan for the report.
-
Alasdair Nicol yazdı
-
Alex Gaynor yazdı
Fixed #21268 -- Fixed E303 pep8 warnings
-
Alasdair Nicol yazdı
-
Alasdair Nicol yazdı
-
Alasdair Nicol yazdı
-
- 17 Eki, 2013 13 kayıt (commit)
-
-
Tim Graham yazdı
This changed was reverted in 5d74853e.
-
Kathryn Killebrew yazdı
-
Tim Graham yazdı
Unnecessary since introduction of DiscoveryTestRunner in 9012833a.
-
Claude Paroz yazdı
Thanks wildfire for the report.
-
Claude Paroz yazdı
Thanks Raphaël Barrois for the report and the initial patch and Aymeric Augustin for the review.
-
Loic Bistuer yazdı
This commit also lays the groundwork for future tests for the makemigrations command.
-
Anssi Kääriäinen yazdı
The method didn't change standard __deepcopy__ in any way.
-
Bouke Haarsma yazdı
Thanks Aymeric Augustin for the suggestion.
-
Alex Gaynor yazdı
-
Javed Khan yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
Fixed #21270 -- Fixed E701 pep8 warnings
-
Alasdair Nicol yazdı
-
- 16 Eki, 2013 6 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks Manel Clos for the report and the initial patch, and Marc Tamlyn and Tim Graham for the review.
-
Tim Graham yazdı
refs #18866.
-
Bouke Haarsma yazdı
Thanks SamBull for the report.
-
Andrew Godwin yazdı
-
Andrew Godwin yazdı
-
- 15 Eki, 2013 5 kayıt (commit)
-
-
Alex Gaynor yazdı
Fixed #7261 -- support for __html__ for library interoperability
-
Tim Graham yazdı
Fixed DeprecationWarning caused by assertEquals.
-
Loic Bistuer yazdı
-
Claude Paroz yazdı
Refs #6730.
-
Marc Tamlyn yazdı
select_related('foo').select_related('bar') is now equivalent to select_related('foo', 'bar'). Also reworded docs to recommend select_related(*fields) over select_related()
-