- 23 Eki, 2013 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Ramiro Morales yazdı
-
- 22 Eki, 2013 8 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks joao at silvaneves.org for the report.
-
Florian Hahn yazdı
Thanks dan at dlo.me for the initial patch. - Added __pow__ and __rpow__ to ExpressionNode - Added oracle and mysql specific power expressions - Added used-defined power function for sqlite
-
Tim Graham yazdı
-
Bouke Haarsma yazdı
The old 'django_language' variable will still be read from in order to migrate users. The backwards-compatability shim will be removed in Django 1.8. Thanks to jdunck for the report and stugots for the initial patch.
-
Tim Graham yazdı
Thanks to flake8 path/to/file.py | awk -F ' ' '{ print $5 }' | sort | uniq
-
Phil Elson yazdı
-
Ramiro Morales yazdı
This shows itself with Python 3 under Windows where UTF-8 usually isn't the default file I/O encoding and caused one failure and three errors in our test suite under that platform setup.
-
- 21 Eki, 2013 11 kayıt (commit)
-
-
Claude Paroz yazdı
When listing available management commands, only core commands are listed if settings have any error. This commit adds a note in this case so errors are not totally silently skipped. Thanks Peter Davis for the report.
-
Anssi Kääriäinen yazdı
The typo could have consequences in exceptional cases, but I didn't figure out a way to actually produce such a case, so not tests. Report & patch by Michael Manfre.
-
Loic Bistuer yazdı
The migration serializer now looks for a deconstruct method on any object.
-
Tim Graham yazdı
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
This gives a 2x speed increase compared to the existing implementation. Thanks to Steve Thomas for the initial patch and Tim Graham for finishing it.
-
Riccardo Magliocchetti yazdı
-
Bouke Haarsma yazdı
-
Tim Graham yazdı
-
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 5 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.
-