- 25 Ara, 2014 3 kayıt (commit)
-
-
Claude Paroz yazdı
-
Brian Scoles yazdı
-
Tim Graham yazdı
-
- 24 Ara, 2014 10 kayıt (commit)
-
-
Tim Graham yazdı
-
Helen Sherwood-Taylor yazdı
-
Niclas Olofsson yazdı
-
Thomas Tanner yazdı
-
Claude Paroz yazdı
Refs #14515.
-
Claude Paroz yazdı
Refs #14394.
-
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 2 kayıt (commit)
-
-
Marc Tamlyn yazdı
It helps if there are the correct number of microseconds in a second.
-
David Cramer yazdı
-