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