- 06 Eki, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 12 Eyl, 2015 1 kayıt (commit)
-
-
Dražen Odobašić yazdı
-
- 18 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 06 Şub, 2015 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 23 Ara, 2014 1 kayıt (commit)
-
-
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.
-
- 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 1 kayıt (commit)
-
-
Tim Graham 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.
-
- 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.
-
- 21 Agu, 2013 2 kayıt (commit)
-
-
Florian Apolloner yazdı
-
Anssi Kääriäinen yazdı
Tests by Tim Graham, report from jeroen.pulles@redslider.net.
-
- 20 Agu, 2013 2 kayıt (commit)
-
-
Florian Apolloner 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.
-
- 30 Haz, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
This was a stealth option only used by the tests, and it isn't useful any more since `atomic` provides nested transactions.
-
- 10 Haz, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Fixed #20483.
-
- 02 Haz, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
Thanks Anssi for reporting this performance bottleneck.
-
- 19 May, 2013 3 kayıt (commit)
-
-
Senko Rasic yazdı
-
Senko Rasic yazdı
If the fixture doesn't exist, loaddata will output a warning. The fixture named "initial_data" is exceptional though; if it doesn't exist, the warning is not emitted. This allows syncdb and flush management commands to attempt to load it without causing spurious warnings. Thanks to Derega, ptone, dirigeant and d1ffuz0r for contributions to the ticket.
-
Senko Rasic yazdı
The fixture named "initial_data" is exceptional though; if it doesn't exist, the error is not raised. This allows syncdb and flush management commands to attempt to load it without causing an error if it doesn't exist.
-
- 30 Mar, 2013 1 kayıt (commit)
-
-
Christoph Sieghart yazdı
-
- 11 Mar, 2013 1 kayıt (commit)
-
-
Aymeric Augustin yazdı
-