summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2015-06-19Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann
2015-06-19Fixed #24940 -- Made model managers hashableMarkus Holtermann
2015-06-18Fixed #24873 -- Prevented nested Prefetch objects from being overwritten.Gagaro
2015-06-18Removed support for Python 3.3.Tim Graham
2015-06-16Sorted reduce methods in migration optimizerMarkus Holtermann
2015-06-16Fixed #24828 -- Allowed migration optimization across AlterFooTogetherMarkus Holtermann
2015-06-15Fixed #24972 -- Fixed removing unique_together indexes on MySQL.Adam Brenecki
2015-06-15Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham
2015-06-15Removed django.utils.functional.total_ordering()Tim Graham
2015-06-15Fixed flake8 warnings on Python 3.Tim Graham
2015-06-15Fixed #24912 -- Fixed prefetch_related failure for UUIDField primary keysBrian King
2015-06-14Changed reduce method lookup in migration optimizer to dictMarkus Holtermann
2015-06-14Explicitly imported migration operations in optimizerMarkus Holtermann
2015-06-14Optimized duplicate AlterModelTable/AlterFooTogether/AlterOWRTMarkus Holtermann
2015-06-14Took AlterOrderWithRespectTo into account when optimizing migrationsMarkus Holtermann
2015-06-06Fixed #24859 -- Made QuerySet.get() with UUIDField raise TypeError on bad value.Cole Maclean
2015-06-06Imported sqlite3 instead of _sqlite3Sagar Mittal
2015-06-06Fixed #24744 - Fixed relabeled_clone for the TransformAndriy Sokolovskiy
2015-06-05Fixed #24924 -- Join promotion for multiple Case expressionsMark Lavin
2015-06-05Minor edits to Greatest/Least docs; refs #24767.Tim Graham
2015-06-05Refs #24833 -- Forwardported some of "Fixed Case expressions with exclude()."Andriy Sokolovskiy
2015-06-05Fixed #24767 -- Added Greatest and Least expressionsIan Foote
2015-06-05Fixed #19542: Made mirroring databases for tests work with OracleShai Berger
2015-06-04Fixed #24899 -- Split migrations autodetector._detect_changes() methodSteadman
2015-06-04Fixed #22316 -- Added time filters to TimeField on SQLite.Matthew Somerville
2015-06-04Fixed #24677 -- Made TextField.to_python() return a string.Rolo
2015-06-03Cleaned up docstring style, per Tim Graham review.Carl Meyer
2015-06-03Refs #24628 -- Added a second test and a docstring comment to avoid regression.Carl Meyer
2015-06-02Fixed #24628 -- Fixed applied status for squashed migrations.Carl Meyer
2015-06-02Fixed #24866 -- Added Now() database functionAdam Chainz
2015-06-02Fixed #24895 -- Fixed loading a pair of squashed migrations with a dependency.Carl Meyer
2015-06-02Fixed #24831 -- Fixed pickling queryset with prefetch_related() after deletin...Andriy Sokolovskiy
2015-06-02Fixed #24893 -- Fixed lack of unique constraint when changing a field from pr...Tim Graham
2015-06-02Fixed #24892 -- Fixed quoting of SQL when renaming a field to AutoField in Po...Tim Graham
2015-06-02Fixed #9596 -- Added date transform for DateTimeField.Jon Dufresne
2015-06-01Fixed #24883 -- Added MigrationGraph.__repr__()Yoong Kang Lim
2015-05-30Fixed #24699 -- Added aggregate support for DurationField on OracleJosh Smeaton
2015-05-30Fixed #24846 -- Added support to MySQL SchemaEditor for all blob/text data typesAdam Chainz
2015-05-28Fixed #24817 -- Prevented loss of null info in MySQL field renaming.Andriy Sokolovskiy
2015-05-26Fixed #24340 -- Added nested deconstruction for list, tuple and dict valuesMatt Westcott
2015-05-25Fixed #24835 -- Fixed QuerySet.exists() after an annotation with Count()Paweł Marczewski
2015-05-25Fixed #24848 -- Fixed ValueError for faulty migrations module.Marten Kenbeek
2015-05-24Well, what should I say: UPS.Florian Apolloner
2015-05-24Fixed #24844 -- Corrected has_changed implementation for HStoreField.Andrea Grandi
2015-05-22Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...Alexander Sosnovskiy
2015-05-20Fixed #24705 -- Fixed negated Q objects in expressions.Anssi Kääriäinen
2015-05-19Fixed #24818 -- Prevented models.CharField from accepting a string as max_lengthAlasdair Nicol
2015-05-17Dropped the needs_datetime_string_cast feature.Aymeric Augustin
2015-05-17Fixed #23820 -- Supported per-database time zone.Aymeric Augustin
2015-05-17Renamed value_to_db_xxx to adapt_xxxfield_value.Aymeric Augustin