This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-10-31 09:41:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
fc1961817115ae9737d64ca92942d02ce77d5fc2
django
/
django
/
contrib
/
gis
/
db
/
backends
/
oracle
History
Mariusz Felisiak
f8cc9285e1
Fixed
#35074
-- Fixed adding/removing indexes when spatial_index is changed on MySQL, PostgreSQL, and Oracle.
...
Co-authored-by: Mário Falcão <
mario@falcao.dev
>
2024-09-19 08:12:11 +02:00
..
__init__.py
Fixed
#1142
-- Added multiple database support.
2009-12-22 15:18:51 +00:00
adapter.py
Fixed
#33817
-- Added support for python-oracledb and deprecated cx_Oracle.
2023-08-10 10:11:53 +02:00
base.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
features.py
Refs
#33476
-- Refactored code to strictly match 88 characters line length.
2022-02-07 20:37:05 +01:00
introspection.py
Fixed
#33817
-- Added support for python-oracledb and deprecated cx_Oracle.
2023-08-10 10:11:53 +02:00
models.py
Applied Black's 2024 stable style.
2024-01-26 12:45:07 +01:00
operations.py
Applied Black's 2024 stable style.
2024-01-26 12:45:07 +01:00
schema.py
Fixed
#35074
-- Fixed adding/removing indexes when spatial_index is changed on MySQL, PostgreSQL, and Oracle.
2024-09-19 08:12:11 +02:00