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-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-07-17
Fixed db.utils.load_backend() on non-ASCII paths.
Tim Graham
2015-07-15
Fixed #25128 -- Fixed SQLite SchemaEditor crash when adding a ForeignObject f...
Tim Graham
2015-07-15
Filtered out 'base' from database backend choices error message.
Tim Graham
2015-07-14
Fixed #24716 -- Deprecated Field._get_val_from_obj()
Thomas Stephenson
2015-07-13
Fixed #24375 -- Added Migration.initial attribute
Andrei Kulakov
2015-07-13
Fixed #24923 -- errored out nicely when using aggregates in order_by()
Anssi Kääriäinen
2015-07-09
Fixed #25081 -- Prevented DISTINCT ON ordering from being cleared in get().
Simon Charette
2015-07-02
Fixed #25054 -- Added app_label to swapped model AttributeError
Chris Lamb
2015-07-02
Fixed #24997 -- Enabled bulk_create() on proxy models
William Schwartz
2015-07-02
Fixed #25040 -- Fixed migrations state crash with GenericForeignKey
Kai Richard Koenig
2015-06-30
Fixed #18247 -- Added cast to NUMERIC for Decimals on sqlite
Michael Tänzer
2015-06-30
Fixed #23658 -- Provided the password to PostgreSQL dbshell command
Jean-Michel Vourgère
2015-07-01
Removed datetime_cast_sql, which is never overridden or used anywhere in Django.
Shai Berger
2015-06-30
Fixed #21803 -- Added support for post-commit callbacks
Andreas Pelme
2015-06-30
Fixed #24911 -- Made BaseManager.get_queryset() allow custom queryset args.
Jonas Degrave
2015-06-29
Removed unused condition for the abstract model in ensure_default_manager()
Andriy Sokolovskiy
2015-06-29
Refs #20203 -- Allowed adding custom default manager to the model state
Andriy Sokolovskiy
2015-06-29
Fixed #23791 -- Corrected object type check for pk__in=qs
Anssi Kääriäinen
2015-06-28
Used field.clone() where applicable
Markus Holtermann
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-27
Fixed #24887 -- Removed one-arg limit from models.aggregate
Greg Chapple
2015-06-26
Fixed #25016 -- Reallowed non-ASCII values for ForeignKey.related_name on Pyt...
薛丞宏
2015-06-24
Refs #25002 -- Supported textual to temporal column alteration on Oracle.
Simon Charette
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-22
Fixed #25002 -- Used PostgreSQL column type alteration USING clause.
Simon Charette
2015-06-20
Changed Oracle's test-database-creation to use an explicit main-db-connection
Shai Berger
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
[next]