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
/
oracle
/
schema.py
Age
Commit message (
Expand
)
Author
2025-12-13
Fixed #36765 -- Added support for stored GeneratedFields on Oracle 23ai/26ai ...
Mariusz Felisiak
2025-10-18
Fixed #21961 -- Added support for database-level delete options for ForeignKey.
Mariusz Felisiak
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-03-09
Fixed #35487 -- Removed CASCADE from RemoveField() on PostgreSQL.
petr.prikryl
2024-11-29
Fixed #373 -- Added CompositePrimaryKey.
Bendeguz Csirmaz
2024-04-02
Fixed #35336 -- Addressed crash when adding a GeneratedField with % literals.
Simon Charette
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-10
Fixed #34553 -- Fixed improper % escaping of literal in constraints.
Simon Charette
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2022-12-22
Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.
Mariusz Felisiak
2022-08-02
Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...
Mariusz Felisiak
2022-04-29
Refs #33671 -- Fixed migrations crash when adding collation to a primary key ...
Mariusz Felisiak
2022-03-29
Updated Oracle docs links to Oracle 21c.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2021-12-14
Fixed #33358 -- Fixed handling timedelta < 1 day in schema operations on Oracle.
mdalp
2021-09-28
Fixed #33125 -- Avoided redundant unique constraint when converting a non-uni...
Jordan Bae
2021-08-31
Fixed #33057 -- Fixed recreation of foreign key constraints in m2m tables whe...
Mariusz Felisiak
2021-02-09
Fixed #32425 -- Fixed adding nullable field with default on MySQL.
Jordan Bae
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-08-24
Fixed #24533 -- Dropped PostgreSQL sequence and Oracle identity when migratin...
Tim Graham
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-04-30
Fixed #30408 -- Fixed crash when adding check constraints with LIKE operator ...
Simon Charette
2019-02-07
Updated Oracle docs links to Oracle 18c.
Mariusz Felisiak
2019-01-29
Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...
Dan Tao
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-06-17
Fixed #29496 -- Fixed crash on Oracle when converting a non-unique field to p...
Mariusz Felisiak
2017-11-23
Used bytes.hex() and bytes.fromhex() to simplify.
Sergey Fedoseev
2017-06-01
Fixed #26682 -- Added support for Oracle identity columns.
Mariusz Felisiak
2017-05-23
Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
Mariusz Felisiak
2017-04-27
Fixed force_text() import in Oracle backend.
Tim Graham
2017-04-21
Updated Oracle docs links to Oracle 12c.
Mariusz Felisiak
2017-02-28
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2016-10-12
Fixed #27323 -- Optimized Oracle introspection by using USER_SEQUENCES instea...
Mariusz Felisiak
2015-06-24
Refs #25002 -- Supported textual to temporal column alteration on Oracle.
Simon Charette
2015-02-10
Fixed #24200 -- Made introspection bypass statement cache
Josh Smeaton
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-06-13
Added django.utils.six.buffer_types
Shai Berger
2014-05-28
Fixed #22715: Corrected sql for defaults of BinaryField on Oracle with Python3
Shai Berger
2014-05-20
Fixed #22649: Beefed up quote_value
Andrew Godwin
2014-02-09
Fixed #21844: Move quote_parameter off of Operations and rename
Andrew Godwin
2013-09-06
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
2013-09-06
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin
2013-08-23
Fix Oracle's default handling and schema-prepared-statement issue
Andrew Godwin
[next]