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
2014-09-27
Fixed #23560 -- Fixed MigrationWrite to handle builtin types without imports.
Loic Bistuer
2014-09-26
Fixed #23460 -- Added literal `%s` support to extra() QuerySets.
Matt Robenolt
2014-09-26
Factorized schema_editor() at BaseDatabaseWrapper level
Claude Paroz
2014-09-25
Fixed #23455 -- Forced related_name to be a unicode string during deconstruct...
Markus Holtermann
2014-09-25
Fixed #23538 -- Added SchemaEditor for MySQL GIS.
Tim Graham
2014-09-25
Fixed #23415 -- Added fields for unmanaged and proxy model migrations.
Markus Holtermann
2014-09-24
Revert "Fixed #23474 -- Prevented migrating backwards from unapplying the wro...
Tim Graham
2014-09-24
Fixed #23426 -- Don't require double percent sign in RunSQL without parameters
Markus Holtermann
2014-09-24
Fixed flake8 warnings.
Tim Graham
2014-09-24
Changed Oracle test-user creation to grant privileges instead of roles
Shai Berger
2014-09-24
Fixed #23550 -- Normalized get_queryset() of RelatedObjectDescriptor
Loic Bistuer
2014-09-23
Called table_names instead of get_table_list in migrations
Claude Paroz
2014-09-23
Fixed #18782 -- Prevented sql_flush to flush views
Claude Paroz
2014-09-23
Made get_table_list return a TableInfo named tuple
Claude Paroz
2014-09-23
Fixed #23503 -- Fixed renaming of model with self-referential m2m field.
Sergey Fedoseev
2014-09-23
Fixed #23065 -- Quoted constraint names in SQL generated by migrations.
Sergey Fedoseev
2014-09-23
Factored create_fk_sql, create_unique_sql, and delete_constraint_sql.
Sergey Fedoseev
2014-09-19
Fixed #23443 -- Corrected erroneous FieldError message.
Thomas Chaumeny
2014-09-17
Fixed #21775 -- Allowed customization of datafile for Oracle tablespace
Josh Smeaton
2014-09-16
Fixed #23492 -- Restored F.__deepcopy__.
Baptiste Mispelon
2014-09-16
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-09-15
Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migra...
valtron
2014-09-13
Factorized create_index_sql expression
Claude Paroz
2014-09-12
Fixed #23484 -- Add comment in AppConfigStub clarifying app name vs app label.
Carl Meyer
2014-09-12
Fixed #23483 -- Prevented ImproperlyConfigured with dotted app names
Szilveszter Farkas
2014-09-10
Corrected grammar in migrations error message.
Markus Bertheau
2014-09-10
Fixed #23452 -- Prevented infinite migrations for empty unique/index_together.
Markus Holtermann
2014-09-09
Fixed #11775 -- Made ABSOLUTE_URL_OVERRIDES work with models that don't defin...
Tim Graham
2014-09-08
Updated links to point to dev documentation.
Markus Holtermann
2014-09-08
Fixed #23434 -- Coerce Oracle bool params to int
Josh Smeaton
2014-09-08
Fixed #22951 -- Checked for types during deep_deconstruct migration serializa...
Andrew Pinkham
2014-09-06
Fixed #23416 -- Make sure DatabaseCreation respects checks.
Marc Tamlyn
2014-09-05
switch out recursive dfs for stack based approach, to avoid possibly hitting...
Ben Reilly
2014-09-05
Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"
Claude Paroz
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-09-02
Fixed #23302 -- Added --name/-n option to makemigrations command
Raffaele Salmaso
2014-09-02
Fixed #22918 -- Fixed SeparateDatabaseAndState crash
Dave Hall
2014-08-30
Fixed #23370 -- defer() + select_related() crashed with inherited models.
Akis Kesoglou
2014-08-30
Fixed #23384 -- Allowed overriding part of a dictionary-type setting
Claude Paroz
2014-08-29
Fixed #23313 -- Corrected repr(RawQuery) with dict parameters.
Andrew Torpedov
2014-08-28
Factorize some code using ContextDecorator.
Thomas Chaumeny
2014-08-27
Fixed #23357 -- Added small int introspection support to MySQL backend.
Jon Dufresne
2014-08-25
Made main user disconnect after creating test user/tablespaces on Oracle
Shai Berger
2014-08-23
Fixed #23341 -- Added migration name to nonexistent migration error in makemi...
Raffaele Salmaso
2014-08-22
Added docstring forgotten in 56252e7.
Shai Berger
2014-08-22
Fixed schema test for Oracle 11.2.0.1 which is used in Django Project's CI.
Shai Berger
2014-08-20
Fixed #23322 -- Use resolved swappable model for dependency resolution during...
Markus Holtermann
2014-08-19
Fixed #23315: Operational dependency fail with mixed create/add
Andrew Godwin
2014-08-19
Fixed #23316 -- Added datetime.time serialization in migrations.
Lee Sanghyuck
[prev]
[next]