- 18 Ara, 2014 7 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #24015.
-
Tim Graham yazdı
-
Claude Paroz yazdı
Thanks Tim Graham for the report and initial patch.
-
Anssi Kääriäinen yazdı
-
Claude Paroz yazdı
Thanks Tim Graham for the review.
-
Collin Anderson yazdı
-
Tim Graham yazdı
-
- 17 Ara, 2014 6 kayıt (commit)
-
-
Claude Paroz yazdı
This prevents AppRegistryNotReady errors when unpickling Django models from an external script.
-
Tim Graham yazdı
It may not be installed on all systems.
-
Mosson, Andrew yazdı
-
Markus Holtermann yazdı
Thanks Brian Jacobel for the report. refs django/djangoproject.com#197
-
Anssi Kääriäinen yazdı
Previously Publisher.objects.filter(book=val) would target book.object_id if book is a GenericRelation. This is inconsistent to filtering over reverse foreign key relations, where the target is the related model's primary key.
-
Alex Gaynor yazdı
-
- 16 Ara, 2014 8 kayıt (commit)
-
-
Tim Graham yazdı
Thanks kmmbvnr for the report.
-
Preston Timmons yazdı
-
Andriy Sokolovskiy yazdı
-
Diego Guimarães yazdı
-
Aymeric Augustin yazdı
Fixed #23893: Added tzinfo to constant datetime in unit test
-
Michael Hall yazdı
Added tzinfo to y2k constant (01/01/2000) in custom_lookups.tests.DateTimeLookupTests.test_datetime_output_field to fix warning message regarding naive datetimes.
-
Tim Graham yazdı
-
Diego Guimarães yazdı
Copied technique from schema tests.
-
- 15 Ara, 2014 12 kayıt (commit)
-
-
Tim Graham yazdı
-
Markus Holtermann yazdı
Thanks to Tim Graham for reporting the issue; refs #23822
-
Andriy Sokolovskiy yazdı
A default is no longer required.
-
Tim Graham yazdı
-
Andriy Sokolovskiy yazdı
-
Diego Guimarães yazdı
Specify an id to avoid conflict with objects created in setUpTestData.
-
Tim Graham yazdı
-
Diego Guimarães yazdı
-
Tim Graham yazdı
This keeps tests/__init__.py from importing other modules and may fix a problem with test discovery revealed in formtools tests on Travis CI.
-
Berker Peksag yazdı
-
Markus Holtermann yazdı
Thanks to Shai Berger, Loïc Bistuer, Simon Charette, Andrew Godwin, Tim Graham, Carl Meyer, and others for their review and input.
-
Markus Holtermann yazdı
This commit prepares the internal manager layout to be serialized by migrations; refs #23822.
-
- 14 Ara, 2014 4 kayıt (commit)
-
-
Shai Berger yazdı
Thanks Josh Smeaton for review.
-
Aymeric Augustin yazdı
Fixed #23992 -- Optimized reorder_suite functions using OrderedSet
-
JuneHyeon Bae yazdı
Refs #23989. Forward port of eb632bfb from stable/1.7.x.
-
Thomas Chaumeny yazdı
-
- 13 Ara, 2014 3 kayıt (commit)
-
-
Aymeric Augustin yazdı
Running this file as a standalone script doesn't work anyway.
-
Shai Berger yazdı
(this includes a forward-port of 9189ef43)
-
Tim Graham yazdı
-