index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
oracle
/
schema.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-05-12
1
-1
/
+3
*
Fixed #34553 -- Fixed improper % escaping of literal in constraints.
Simon Charette
2023-05-10
1
-1
/
+1
*
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-02-01
1
-1
/
+0
*
Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.
Mariusz Felisiak
2022-12-22
1
-12
/
+11
*
Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...
Mariusz Felisiak
2022-08-02
1
-2
/
+4
*
Refs #33671 -- Fixed migrations crash when adding collation to a primary key ...
Mariusz Felisiak
2022-04-29
1
-0
/
+8
*
Updated Oracle docs links to Oracle 21c.
Mariusz Felisiak
2022-03-29
1
-1
/
+1
*
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
1
-4
/
+2
*
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-07
1
-34
/
+64
*
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-02-03
1
-4
/
+10
*
Fixed #33358 -- Fixed handling timedelta < 1 day in schema operations on Oracle.
mdalp
2021-12-14
1
-0
/
+3
*
Fixed #33125 -- Avoided redundant unique constraint when converting a non-uni...
Jordan Bae
2021-09-28
1
-6
/
+0
*
Fixed #33057 -- Fixed recreation of foreign key constraints in m2m tables whe...
Mariusz Felisiak
2021-08-31
1
-1
/
+14
*
Fixed #32425 -- Fixed adding nullable field with default on MySQL.
Jordan Bae
2021-02-09
1
-0
/
+1
*
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-09-21
1
-0
/
+14
*
Fixed #24533 -- Dropped PostgreSQL sequence and Oracle identity when migratin...
Tim Graham
2020-08-24
1
-0
/
+11
*
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-02-04
1
-1
/
+1
*
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-08-02
1
-1
/
+1
*
Fixed #30408 -- Fixed crash when adding check constraints with LIKE operator ...
Simon Charette
2019-04-30
1
-1
/
+1
*
Updated Oracle docs links to Oracle 18c.
Mariusz Felisiak
2019-02-07
1
-1
/
+2
*
Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...
Dan Tao
2019-01-29
1
-0
/
+1
*
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-10-29
1
-0
/
+1
*
Fixed #29496 -- Fixed crash on Oracle when converting a non-unique field to p...
Mariusz Felisiak
2018-06-17
1
-0
/
+6
*
Used bytes.hex() and bytes.fromhex() to simplify.
Sergey Fedoseev
2017-11-23
1
-3
/
+1
*
Fixed #26682 -- Added support for Oracle identity columns.
Mariusz Felisiak
2017-06-01
1
-4
/
+41
*
Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
Mariusz Felisiak
2017-05-23
1
-0
/
+7
*
Fixed force_text() import in Oracle backend.
Tim Graham
2017-04-27
1
-1
/
+1
*
Updated Oracle docs links to Oracle 12c.
Mariusz Felisiak
2017-04-21
1
-1
/
+1
*
Refs #27656 -- Updated django.db docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-28
1
-4
/
+2
*
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-25
1
-3
/
+3
*
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
1
-4
/
+3
*
Fixed #27323 -- Optimized Oracle introspection by using USER_SEQUENCES instea...
Mariusz Felisiak
2016-10-12
1
-2
/
+2
*
Refs #25002 -- Supported textual to temporal column alteration on Oracle.
Simon Charette
2015-06-24
1
-12
/
+27
*
Fixed #24200 -- Made introspection bypass statement cache
Josh Smeaton
2015-02-10
1
-3
/
+0
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-3
/
+3
*
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-14
1
-1
/
+1
*
Limited lines to 119 characters in django/
Tim Graham
2014-09-05
1
-1
/
+2
*
Added django.utils.six.buffer_types
Shai Berger
2014-06-13
1
-2
/
+1
*
Fixed #22715: Corrected sql for defaults of BinaryField on Oracle with Python3
Shai Berger
2014-05-28
1
-2
/
+4
*
Fixed #22649: Beefed up quote_value
Andrew Godwin
2014-05-20
1
-1
/
+4
*
Fixed #21844: Move quote_parameter off of Operations and rename
Andrew Godwin
2014-02-09
1
-1
/
+13
*
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
2013-09-06
1
-4
/
+3
*
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin
2013-09-06
1
-8
/
+1
*
Fix Oracle's default handling and schema-prepared-statement issue
Andrew Godwin
2013-08-23
1
-0
/
+12
*
Oracle schema backend, passes most tests and is pretty complete.
Andrew Godwin
2013-08-13
1
-0
/
+77
*
Start of getting Oracle to do schema stuff
Andrew Godwin
2013-08-12
1
-1
/
+10
*
Stubbed-out oracle schema file
Andrew Godwin
2012-09-07
1
-0
/
+5