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-08-27
Fixed #24201 -- Added order_with_respect_to support to GenericForeignKey.
Alex Hill
2015-08-27
Fixed #24590 -- Cached calls to swappable_setting.
Markus Holtermann
2015-08-27
Fixed #25280 -- Properly checked regex objects for equality to prevent infini...
Markus Holtermann
2015-08-26
Fixed #25308 -- Made MigrationQuestioner respect MIGRATION_MODULES setting.
Jeremy Satterfield
2015-08-25
Fixed #14217 -- Added validation for field name collision when using model in...
sarthakmeh
2015-08-20
Fixed #24951 -- Fixed AssertionError in delete queries involving a foreign/pr...
Tim Graham
2015-08-15
Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops indexes ...
Caio Ariede
2015-08-15
Fixed #24986 -- Added support for annotations in DISTINCT queries.
Valentina Mukhamedzhanova
2015-08-15
Fixed #25064 -- Allowed empty join columns.
Alex Hill
2015-08-14
Made Options.get_base_chain() always return a list.
Valentina Mukhamedzhanova
2015-08-14
Fixed #25239 -- Corrected makemigrations numbering if a migration has a numbe...
Caio Ariede
2015-08-12
Fixed #25172 -- Fixed check framework to work with multiple databases.
Ion Scerbatiuc
2015-08-10
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
Tim Graham
2015-08-07
Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg...
Caio Ariede
2015-08-07
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-08-03
Removed unused Field.get_flatchoices() method.
Tim Graham
2015-07-29
Fixed #25185 -- Added support for functools.partial serialization in migrations
Piper Merriam
2015-07-28
Fixed #25186 -- Improved migration's serialization of builtins on Python 2.
Piper Merriam
2015-07-28
Adjusted SQLCompiler.get_order_by()'s docstring return value.
risicle
2015-07-28
Fixed #18556 -- Allowed RelatedManager.add() to execute 1 query where possible.
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-27
Fixed #25095 -- Fixed annotate() + values() group by bug
Mitchell Kotler
2015-07-23
Fixed #12768 -- Fixed QuerySet.raw() regression on FK with custom db_column.
Matt Johnson
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
[prev]
[next]