- 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.
-
- 22 Ara, 2014 2 kayıt (commit)
-
-
Thomas Chaumeny yazdı
-
Oscar Ramirez yazdı
-
- 21 Ara, 2014 2 kayıt (commit)
-
-
Josh Schneier yazdı
-
Jernej Kos yazdı
Made deconstruct path overwriting for ArrayField conditional, so it only occurs when the deconstructed field is an instance of ArrayField itself and not a subclass.
-
- 20 Ara, 2014 1 kayıt (commit)
-
-
Marc Tamlyn yazdı
A field for storing periods of time - modeled in Python by timedelta. It is stored in the native interval data type on PostgreSQL and as a bigint of microseconds on other backends. Also includes significant changes to the internals of time related maths in expressions, including the removal of DateModifierNode. Thanks to Tim and Josh in particular for reviews.
-
- 19 Ara, 2014 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Claude Paroz yazdı
Refs #24007. Thanks Tim Graham for his help with the patch.
-
- 18 Ara, 2014 3 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #24015.
-
Claude Paroz yazdı
Thanks Tim Graham for the report and initial patch.
-
Collin Anderson yazdı
-
- 17 Ara, 2014 3 kayıt (commit)
-
-
Claude Paroz yazdı
This prevents AppRegistryNotReady errors when unpickling Django models from an external script.
-
Mosson, Andrew yazdı
-
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.
-
- 16 Ara, 2014 6 kayıt (commit)
-
-
Tim Graham yazdı
Thanks kmmbvnr for the report.
-
Preston Timmons yazdı
-
Andriy Sokolovskiy yazdı
-
Diego Guimarães yazdı
-
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.
-
Diego Guimarães yazdı
Copied technique from schema tests.
-
- 15 Ara, 2014 8 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.
-
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ı
-
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.
-
- 13 Ara, 2014 2 kayıt (commit)
-
-
Aymeric Augustin yazdı
Running this file as a standalone script doesn't work anyway.
-
Michael Hall yazdı
-
- 12 Ara, 2014 7 kayıt (commit)
-
-
Tim Graham yazdı
Using PUT as a method for the form element is no longer supported as described in the ticket.
-
Carl Meyer yazdı
-
Carl Meyer yazdı
This reverts commit 45bd7b3b.
-
Tim Graham yazdı
Thanks amarandon for the report.
-
Josh Smeaton yazdı
-
Kevin Marsh yazdı
-
Grzegorz Slusarek yazdı
-
- 11 Ara, 2014 3 kayıt (commit)
-
-
Shabda Raaj yazdı
-
Tim Graham yazdı
-
Shabda Raaj yazdı
-