- 22 Ara, 2014 2 kayıt (commit)
-
-
Oscar Ramirez yazdı
-
Marc Tamlyn yazdı
Fixed #24034 -- Don't always overwrite deconstruct path.
-
- 21 Ara, 2014 3 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.
-
Aymeric Augustin yazdı
Correct scoping of savepoint example
-
- 20 Ara, 2014 4 kayıt (commit)
-
-
Marc Tamlyn yazdı
It helps if there are the correct number of microseconds in a second.
-
David Cramer yazdı
-
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.
-
Tim Graham yazdı
-
- 19 Ara, 2014 7 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Claude Paroz yazdı
Refs #24007. Thanks Tim Graham for his help with the patch.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
🎫 Claude Paroz yazdı -
Berker Peksag yazdı
-
- 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 3 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.
-