- 13 Şub, 2015 1 kayıt (commit)
-
-
Andriy Sokolovskiy yazdı
This fixes serialization of a ForeignKey to a UUIDField as the test indicates.
-
- 12 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 06 Şub, 2015 2 kayıt (commit)
-
-
Collin Anderson yazdı
-
Tim Graham yazdı
-
- 19 Ock, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 18 Ock, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
Per deprecation timeline; refs #13252.
-
- 11 Ock, 2015 1 kayıt (commit)
-
-
Claude Paroz yazdı
It was mainly for MySQL on Python 3, but now the current recommended MySQL driver for Python 3 (mysqlclient) does support binary fields, it is unneeded. Refs #20377.
-
- 01 Ock, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Markus Holtermann for review.
-
- 30 Ara, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 15 Kas, 2014 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Reinout van Rees for the review.
-
- 04 Kas, 2014 1 kayıt (commit)
-
-
- 09 Tem, 2014 1 kayıt (commit)
-
-
Anubhav Joshi yazdı
Thanks Loic Bistuer and Tim Graham for help and review.
-
- 11 Haz, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Rahul Priyadarshi.
-
- 10 May, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks Shai for the thorough review.
-
- 08 May, 2014 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 27 Mar, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
The test throws an error which Python 3.4 doesn't seem to catch as an expectedFailure. refs 7476d96f
-
- 21 Mar, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
refs #19934.
-
- 06 Şub, 2014 1 kayıt (commit)
-
-
Vajrasky Kok yazdı
MySQL does allow primary key with value 0. It only forbids autoincrement primary key with value 0. Thanks Claude Paroz for the report.
-
- 26 Ock, 2014 1 kayıt (commit)
-
-
Simon Charette yazdı
It contained models, forms and admin objects causing undesirable import side effects. Refs #16368. Thanks to Ramiro, Carl and Loïc for the review.
-
- 03 Kas, 2013 2 kayıt (commit)
-
-
coagulant yazdı
-
Jason Myers yazdı
Signed-off-by:
Jason Myers <jason@jasonamyers.com>
-
- 02 Kas, 2013 2 kayıt (commit)
-
-
coagulant yazdı
-
Tim Graham yazdı
-
- 26 Eki, 2013 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 23 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 21 Eki, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
- 19 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 18 Eki, 2013 2 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
Alasdair Nicol yazdı
-
- 11 Eki, 2013 1 kayıt (commit)
-
-
Tai Lee yazdı
Added ``--natural-foreign`` and ``--natural-primary`` options and deprecated the ``--natural`` option to the ``dumpdata`` management command. Added ``use_natural_foreign_keys`` and ``use_natural_primary_keys`` arguments and deprecated the ``use_natural_keys`` argument to ``django.core.serializers.Serializer.serialize()``. Thanks SmileyChris for the suggestion.
-
- 10 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
refs #4459.
-
- 28 Eyl, 2013 1 kayıt (commit)
-
-
Erik Romijn yazdı
-
- 06 Eyl, 2013 2 kayıt (commit)
-
-
Roberto Aguilar yazdı
-
Roberto Aguilar yazdı
When a BadSerializer instance is stubbed in for the yaml serializer, make sure tests do not fail.
-
- 15 Agu, 2013 1 kayıt (commit)
-
-
Alasdair Nicol yazdı
Thanks to Collin Anderson for the suggestion and Tim Graham for reviewing the patch.
-
- 29 Tem, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
-
- 01 Tem, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Refs #20680.
-
- 15 May, 2013 1 kayıt (commit)
-
-
Daniel Lindsley yazdı
This starts the deprecation period for PIL (support to end in 1.8).
-
- 08 May, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Current ports of MySQLdb are very buggy in this area.
-
- 02 Mar, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
-