- 24 Ara, 2014 4 kayıt (commit)
-
-
Collin Anderson yazdı
This removes the need to load django.test when not testing.
-
Tim Graham yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
- 23 Ara, 2014 17 kayıt (commit)
-
-
Tim Graham yazdı
-
Frankie Robertson yazdı
-
Tim Graham yazdı
The migrations autodetector now issues AlterModelOptions operations for Meta.managed changes instead of DeleteModel + CreateModel. Thanks iambibhas for the report and Simon and Markus for review.
-
Tim Graham yazdı
-
Claude Paroz yazdı
Also used schema editor in migrate to sync unmigrated apps (sync_apps). Refs #22340. Thanks Tim Graham for the review.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
-
Anssi Kääriäinen yazdı
-
Claude Paroz yazdı
Based on Daniel Wiesmann's raster branch. Thanks Daniel Wiesmann and Tim Graham for the reviews. Refs #23804.
-
Claude Paroz yazdı
Thanks Philip Mountifield for the report and excellent analysis, and Simon Charette for the review.
-
Anssi Kääriäinen yazdı
A test failed on Python 2 32-bit.
-
Marc Tamlyn yazdı
This reduces how frequently this logic is run significantly. Thanks to Anssi for the suggestion.
-
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ı
-