- 23 Ara, 2014 3 kayıt (commit)
-
-
Marc Tamlyn yazdı
Use INTERVAL DAY(9) TO SECOND(6) for Durationfield on Oracle rather than storing as a NUMBER(19) of microseconds. There are issues with cx_Oracle which require some extra data manipulation in the database backend when constructing queries, but it handles the conversion back to timedelta objects cleanly. Thanks to Shai for the review.
-
Marc Tamlyn yazdı
Upgrade jQuery from 1.11.1 to 1.11.2
-
Collin Anderson yazdı
refs #23355
-
- 22 Ara, 2014 5 kayıt (commit)
-
-
Tim Graham yazdı
Thanks welbornprod for report and initial patch.
-
Alexander Schulze yazdı
-
Thomas Chaumeny yazdı
-
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 5 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
-