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
/
backends
/
base
/
schema.py
Age
Commit message (
Expand
)
Author
2019-03-17
[2.2.x] Refs #30172 -- Prevented removing a model Meta's index/unique_togethe...
Paveł Tyślacki
2019-03-17
[2.2.x] Refs #30172 -- Prevented removing a field's check or unique constrain...
Paveł Tyślacki
2019-01-12
Fixed #30062 -- Added support for unique conditional constraints.
Paveł Tyślacki
2019-01-12
Used None as the empty value for condition in Index's SQL construction.
Paveł Tyślacki
2019-01-10
Renamed variables after generalization of constraints.
Paveł Tyślacki
2019-01-01
Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEdi...
Paveł Tyślacki
2018-12-22
Renamed SQLite3 references to to SQLite.
Simon Charette
2018-11-21
Fixed #29949 -- Refactored db introspection identifier converters.
Mariusz Felisiak
2018-11-20
Changed BaseDatabaseSchemaEditor._effective_default() to staticmethod.
Tim Graham
2018-11-17
Added BaseDatabaseSchemaEditor._effective_default() to allow testing without ...
Tim Graham
2018-11-17
Fixed #29505 -- Removed SchemaEditor's calling of callable defaults.
Tim Graham
2018-11-13
Refs #29641 -- Refactored database schema constraint creation.
Simon Charette
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-10-02
Added django.db.backends.utils.names_digest() to remove redundant code.
Jon Dufresne
2018-09-25
Fixed #29778 -- Fixed quoting of unique index names.
Oleg
2018-09-25
Refs #27795 -- Removed force_bytes() usage in db/backends/base/schema.py.
Jon Dufresne
2018-07-10
Fixed #11964 -- Added support for database check constraints.
Ian Foote
2018-06-29
Fixed #28077 -- Added support for PostgreSQL opclasses in Index.
Ian Foote
2018-06-17
Fixed #29496 -- Fixed crash on Oracle when converting a non-unique field to p...
Mariusz Felisiak
2018-04-11
Fixed #29193 -- Prevented unnecessary foreign key drops when altering a uniqu...
Jeremy Bowman
2018-03-12
Fixed typo in django/db/backends/base/schema.py.
Tomer Chachamu
2018-03-12
Removed unused variable in BaseDatabaseSchemaEditor.effective_default().
Дилян Палаузов
2018-01-13
Fixed #28542 -- Fixed deletion of primary key constraint if the new field is ...
Tim Martin
2018-01-12
Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...
Дилян Палаузов
2017-12-21
Refs #28909 -- Simplifed code using unpacking generalizations.
Nick Pope
2017-12-05
Refs #28876 -- Fixed incorrect foreign key constraint name for models with qu...
Mariusz Felisiak
2017-12-01
Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign key constr...
Tim Graham
2017-11-14
Fixed #28792 -- Fixed index name truncation of namespaced tables.
Simon Charette
2017-08-08
Refs #23766 -- Added tests for CursorWrapper.callproc().
Mariusz Felisiak
2017-08-08
Fixed #28465 -- Unified index SQL creation in DatabaseSchemaEditor
Claude Paroz
2017-07-11
Fixed #14204 -- Enforced SQLite foreign key constraints.
Claude Paroz
2017-06-27
Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.
Mariusz Felisiak
2017-06-22
Fixed #28298 -- Prevented a primary key alteration from adding a foreign key ...
Josh Schneier
2017-06-21
Refs #25530 -- Deleted deferred SQL references on delete operation.
Simon Charette
2017-06-21
Refs #25530 -- Renamed deferred SQL references on rename operation.
Simon Charette
2017-06-21
Refs #25530 -- Tracked references of deferred SQL statements.
Simon Charette
2017-06-20
Refs #25530 -- Changed _create_index_name to take a table as first parameter.
Simon Charette
2017-06-06
Fixed #28275 -- Added more hooks to SchemaEditor._alter_field().
Florian Apolloner
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-06-01
Fixed #26682 -- Added support for Oracle identity columns.
Mariusz Felisiak
2017-05-09
Pass type to sql_alter_column_* where it was missing.
Florian Apolloner
2017-05-01
Fixed typo in django/db/backends/base/schema.py comment.
Tim Graham
2017-05-01
Fixed #28052 -- Prevented dropping Meta.indexes when changing db_index to False.
Markus Holtermann
2017-04-02
Fixed #27928 -- Avoided SET/DROP DEFAULT unless a field changes from null to ...
Simon Charette
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2016-12-30
Fixed #27458 -- Fixed invalid sequence/index names when using "USER"."TABLE" ...
Andrew Nester
2016-12-28
Fixed #27631 -- Prevented execution of transactional DDL statements when unsu...
Simon Charette
2016-11-28
Fixed #27321 -- Added detection for table case name sensitivity on MySQL.
Adam Chainz
[next]