- 06 Eki, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 12 Eyl, 2015 1 kayıt (commit)
-
-
Dražen Odobašić yazdı
-
- 27 Tem, 2015 1 kayıt (commit)
-
-
Flavio Curella yazdı
-
- 18 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 23 Ara, 2014 2 kayıt (commit)
-
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks Philip Mountifield for the report and excellent analysis, and Simon Charette for the review.
-
- 17 Kas, 2014 1 kayıt (commit)
-
-
Julien Phalip yazdı
-
- 31 Eki, 2014 1 kayıt (commit)
-
-
Konrad Świat yazdı
If settings.FIXTURE_DIRS contains duplicates or a default fixture directory (app_name/fixtures), ImproperlyConfigured is raised. Thanks to Berker Peksag and Tim Graham for review.
-
- 22 Eki, 2014 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Loic Bistuer yazdı
Refs #23663.
-
- 15 Eki, 2014 2 kayıt (commit)
-
-
Collin Anderson yazdı
-
Claude Paroz yazdı
Previous versions of the tests were buggy, as initial_data.json did exist and the test wasn't failing. It was finally failing on Python 3.4.2. Thanks Raphaël Hertzog for the report (and Debian bug #765117 contributors).
-
- 09 Eki, 2014 1 kayıt (commit)
-
-
Brandon Taylor yazdı
-
- 11 Haz, 2014 1 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Rahul Priyadarshi.
-
- 18 May, 2014 1 kayıt (commit)
-
-
Esau Rodriguez yazdı
-
- 17 May, 2014 1 kayıt (commit)
-
-
Ramiro Morales yazdı
Loading fixtures were failing since the refactoring in 244e2b71 for inheritance setups where the chain contains abstract models and the root ancestor contains a M2M relation. Thanks Stanislas Guerra for the report. Refs #20946.
-
- 12 May, 2014 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Ramiro Morales yazdı
-
- 11 May, 2014 2 kayıt (commit)
-
-
Ramiro Morales yazdı
-
Rainer Koirikivi yazdı
`sort_dependencies` incorrectly interpreted 'complex' M2M relations (with explicit through models) as dependencies for a model. This caused circular complex M2M relations to be unserializable by dumpdata. Thanks to aneil for the report and outofculture for initial tests.
-
- 17 Nis, 2014 1 kayıt (commit)
-
-
chriscauley yazdı
Thanks tomwys for the suggestion.
-
- 03 Mar, 2014 1 kayıt (commit)
-
-
Rodolfo Carvalho yazdı
Thanks Piotr Kasprzyk for help with the patch.
-
- 23 Ara, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-
- 07 Ara, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
This was a regression in Django 1.6 that was only partially restored in 839940f2. Thanks Jonas Haag for the report.
-
- 18 Kas, 2013 1 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Keryn Knight for the report.
-
- 03 Kas, 2013 1 kayıt (commit)
-
-
Jason Myers yazdı
Signed-off-by:
Jason Myers <jason@jasonamyers.com>
-
- 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ı
* Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
-
- 21 Agu, 2013 3 kayıt (commit)
-
-
Florian Apolloner yazdı
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
Tests by Tim Graham, report from jeroen.pulles@redslider.net.
-
- 20 Agu, 2013 3 kayıt (commit)
-
-
Florian Apolloner yazdı
-
Anssi Kääriäinen yazdı
-
Anssi Kääriäinen yazdı
Tests by Tim Graham, report from jeroen.pulles@redslider.net.
-
- 29 Tem, 2013 2 kayıt (commit)
-
-
Claude Paroz yazdı
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
-
Przemek Lewandowski yazdı
-
- 09 Tem, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
It doesn't work as one might expect on a certain database backend where autocommits_when_autocommit_is_off = True. That backend happens to be popular for running tests.
-