- 27 Ara, 2014 3 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks zimnyx for the report and Simon Charette, Tim Graham for the reviews.
-
Josh Smeaton yazdı
Added functions and tests Added docs and more tests Added TextField converter to mysql backend Aliased Value as V in example docs and tests Removed unicode_compatible in example Fixed console emulation in examples
-
Tim Graham yazdı
-
- 26 Ara, 2014 8 kayıt (commit)
-
-
Tim Graham yazdı
sqlall will be removed in Django 1.9, so now's a good time to remove its usage where it's not important.
-
Collin Anderson yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Initial SQL data will be removed in Django 1.9 so changes to it aren't relevant.
-
Gavin Wahl yazdı
Co-Authored-By:
Rocky Meza <rmeza@fusionbox.com>
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks Mithos for the report and patch.
-
Tim Graham yazdı
-
- 25 Ara, 2014 4 kayıt (commit)
-
-
Claude Paroz yazdı
Refs #23866.
-
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 15 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.
-