- 12 Eyl, 2015 1 kayıt (commit)
-
-
Dražen Odobašić yazdı
-
- 24 Mar, 2015 1 kayıt (commit)
-
-
Michael Blatherwick yazdı
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 26 Eki, 2013 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 23 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 22 Eki, 2013 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 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.
-
- 10 Haz, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Fixed #20483.
-
- 26 Şub, 2013 1 kayıt (commit)
-
-
Florian Apolloner yazdı
-
- 24 Ara, 2012 1 kayıt (commit)
-
-
Ian Clelland yazdı
-
- 13 Ara, 2012 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
If there are more than one values to compare against and the qs isn't ordered then assertQuerysetEqual will raise a ValueError.
-
- 24 Kas, 2012 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
-
- 28 Eki, 2012 1 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
There was a potential data-loss issue involved -- when clearing instance's m2m assignments it was possible some other instance's m2m data was deleted instead. This commit also improved None handling for to_field cases.
-
- 11 Agu, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
-
- 05 May, 2012 1 kayıt (commit)
-
-
Claude Paroz yazdı
Also replaced StringIO.StringIO by BytesIO in some other appropriate places. StringIO is not available in Python 3.
-
- 13 Eki, 2011 1 kayıt (commit)
-
-
Alex Gaynor yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16981 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 26 Ock, 2011 1 kayıt (commit)
-
-
Carl Meyer yazdı
Fixed #15161 - Corrected handling of ManyToManyField with through table using to_field on its ForeignKeys. Thanks to adehnert for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15330 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 23 Haz, 2010 1 kayıt (commit)
-
-
Jacob Kaplan-Moss yazdı
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13400 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-
- 07 Haz, 2010 1 kayıt (commit)
-
-
Russell Keith-Magee yazdı
Fixed #13700 -- Converted m2m_through_regress tests to unittests, removing another flush call. Thanks to Alex Gaynor. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13324 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-